Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2
Number of source files: 432 Number of classfiles: 612
Problems: 3 (Errors: 0 Warnings: 3 )
The method ADTComboBoxCellEditor.applyEditorValueAndDeactivate() does not override the inherited method from ComboBoxCellEditor since it is private to a different package
ADTComboBoxCellEditor.java :
236 : void applyEditorValueAndDeactivate()
Null pointer access: The variable label can only be null at this location
LabelEditManager.java :
88 : scaledFont = label.getParent().getFont();
Null pointer access: The variable label can only be null at this location
TopLevelNameDirectEditManager.java :
124 : scaledFont = label.getParent().getFont();