Compiler Report

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 )

Source File: org/eclipse/wst/xsd/ui/internal/adt/design/directedit/ADTComboBoxCellEditor.java
1. WARNING: OverridingNonVisibleMethod

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()

Source File: org/eclipse/wst/xsd/ui/internal/adt/design/directedit/LabelEditManager.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable label can only be null at this location

LabelEditManager.java :

89 : scaledFont = label.getParent().getFont();

Source File: org/eclipse/wst/xsd/ui/internal/design/editpolicies/TopLevelNameDirectEditManager.java
1. WARNING: NullLocalVariableReference

Null pointer access: The variable label can only be null at this location

TopLevelNameDirectEditManager.java :

125 : scaledFont = label.getParent().getFont();