Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 342 Number of classfiles: 446
Problems: 11 (Errors: 0 Warnings: 11 )
Null pointer access: The variable label can only be null at this location
LabelEditManager.java :
96 : scaledFont = label.getParent().getFont();
Dead code
SmartRenameAction.java :
614 : iofs = new Vector();
The field NSKeyedExtensionRegistry.SinglePropertyExtensionInfo.error is never read locally
NSKeyedExtensionRegistry.java :
78 : protected boolean error;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
WSDLEditorUtil.java :
26 : import org.eclipse.ui.internal.WorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
WSDLEditorUtil.java :
182 : if (activeWorkbenchWindow instanceof WorkbenchWindow)
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
WSDLEditorUtil.java :
184 : WorkbenchWindow workbenchWindow = (WorkbenchWindow)activeWorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
WSDLEditorUtil.java :
184 : WorkbenchWindow workbenchWindow = (WorkbenchWindow)activeWorkbenchWindow;
The static method getDefaultOrientation() from the type Window should be accessed in a static way
WSDLEditorUtil.java :
185 : defaultOrientation = workbenchWindow.getDefaultOrientation();
The import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler is never used
RenameComponentAction.java :
30 : import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler;
The import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler is never used
WSDLRefactorActionGroup.java :
17 : import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler;
The import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler is never used
WSDLRefactorGroupActionDelegate.java :
22 : import org.eclipse.wst.wsdl.ui.internal.refactor.handlers.RenameHandler;