Compiler Report

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 )

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

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

LabelEditManager.java :

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

Source File: org/eclipse/wst/wsdl/ui/internal/extensions/NSKeyedExtensionRegistry.java
1. WARNING: UnusedPrivateField

The field NSKeyedExtensionRegistry.SinglePropertyExtensionInfo.error is never read locally

NSKeyedExtensionRegistry.java :

78 : protected boolean error;

Source File: org/eclipse/wst/wsdl/ui/internal/util/WSDLEditorUtil.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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)

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: NonStaticAccessToStaticMethod

The static method getDefaultOrientation() from the type Window should be accessed in a static way

WSDLEditorUtil.java :

185 : defaultOrientation = workbenchWindow.getDefaultOrientation();