Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 457 Number of classfiles: 645
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 :
89 : scaledFont = label.getParent().getFont();
Null pointer access: The variable label can only be null at this location
TopLevelNameDirectEditManager.java :
125 : scaledFont = label.getParent().getFont();