Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 339 Number of classfiles: 437
Problems: 7 (Errors: 0 Warnings: 7 )
Null pointer access: The variable label can only be null at this location
LabelEditManager.java :
96 : scaledFont = label.getParent().getFont();
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 /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
WSDLEditorUtil.java :
26 : import org.eclipse.ui.internal.WorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
WSDLEditorUtil.java :
182 : if (activeWorkbenchWindow instanceof WorkbenchWindow)
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar
WSDLEditorUtil.java :
184 : WorkbenchWindow workbenchWindow = (WorkbenchWindow)activeWorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.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();