When the default List Browser output option is selected in the Find Unused Class Entities dialog, the output is displayed on the Unused Class Entities form in a table, as shown in the following image. (For details about searching for unused entities, see "Locating Unused Schema Entities", in the previous section.)
The first column (Count) indicates the line number. The background color of a cell containing the name of the unused entity is drawn in light gray.
The table is ordered by schema name and class name and then unused constants, unused methods and properties within each class.
When you right‑click on an unused entity in a cell in the table, the appropriate command for the Classes, Constants, Methods, or Properties menu for that unused entity is enabled. The commands that are available are:
Classes
References to class‑name, which displays any references to the class
Open Browser, which opens a new Class Browser that displays and selects the class
Remove From List, which removes the selected row from the table
Properties
References to property‑name, which displays any references to the property
Open Browser, which opens a new Class Browser that displays and selects the class and the property
Remove From List, which removes the selected row from the table
Constants
References to constant‑name, which displays any references to the constant
Open Browser, which opens a new Class Browser that displays and selects the class and the constant
Remove, which removes the selected constant from the class
Remove From List, which removes the selected row from the table
Methods, which displays a standard Methods menu except for:
Some commands are disabled (for example, the New Jade Method command, and so on)
The Open Browser command, which opens a new Class Browser that displays and selects the class and the method
Remove From List, which removes the selected row from the table
The class and property Remove commands are not available from the popup menu Unused Class Entities form, as you must remove these from the Class Browser because they potentially cause versioning.