Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 430 Number of classfiles: 608

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 :

88 : 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 :

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