Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 466 Number of classfiles: 656
Problems: 7 (Errors: 0 Warnings: 7 )
The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeAnonymousTypeGobalHandler is never used
MakeAnonymousTypeGlobalAction.java :
20 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeAnonymousTypeGobalHandler;
The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeLocalElementGlobalHandler is never used
MakeLocalElementGlobalAction.java :
17 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.MakeLocalElementGlobalHandler;
The import org.eclipse.wst.xsd.ui.internal.refactor.handlers.RenameHandler is never used
RenameComponentAction.java :
26 : import org.eclipse.wst.xsd.ui.internal.refactor.handlers.RenameHandler;
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();
Dead code
XSDPreferencePage.java :
261 : { setErrorMessage(Messages._ERROR_LABEL_INVALID_PREFIX); setValid(false); return false; }