Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 342 Number of classfiles: 446

Problems: 12 (Errors: 0 Warnings: 12 )

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/actions/SmartRenameAction.java
1. WARNING: DeadCode

Dead code

SmartRenameAction.java :

614 : iofs = new Vector();

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

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

WSDLEditorUtil.java :

185 : defaultOrientation = workbenchWindow.getDefaultOrientation();

Source File: org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java
1. WARNING: ForbiddenReference

Access restriction: The type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot

NewWSDLWizard.java :

53 : import org.eclipse.wst.ws.internal.service.policy.ui.properties.ServicePoliciesPropertyPage;

2. WARNING: ForbiddenReference

Access restriction: The type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot

NewWSDLWizard.java :

465 : PreferencesUtil.createPropertyDialogOn(shell,targetProject,ServicePoliciesPropertyPage.PAGE_ID ,new String[] {ServicePoliciesPropertyPage.PAGE_ID},null).open();

3. WARNING: ForbiddenReference

Access restriction: The field PAGE_ID from the type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot

NewWSDLWizard.java :

465 : PreferencesUtil.createPropertyDialogOn(shell,targetProject,ServicePoliciesPropertyPage.PAGE_ID ,new String[] {ServicePoliciesPropertyPage.PAGE_ID},null).open();

4. WARNING: ForbiddenReference

Access restriction: The type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot

NewWSDLWizard.java :

465 : PreferencesUtil.createPropertyDialogOn(shell,targetProject,ServicePoliciesPropertyPage.PAGE_ID ,new String[] {ServicePoliciesPropertyPage.PAGE_ID},null).open();

5. WARNING: ForbiddenReference

Access restriction: The field PAGE_ID from the type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.4-M/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot

NewWSDLWizard.java :

465 : PreferencesUtil.createPropertyDialogOn(shell,targetProject,ServicePoliciesPropertyPage.PAGE_ID ,new String[] {ServicePoliciesPropertyPage.PAGE_ID},null).open();

Source File: org/eclipse/wst/wsdl/ui/internal/refactor/actions/RenameComponentAction.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/wst/wsdl/ui/internal/refactor/actions/WSDLRefactorActionGroup.java
1. WARNING: UnusedImport

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;

Source File: org/eclipse/wst/wsdl/ui/internal/refactor/actions/WSDLRefactorGroupActionDelegate.java
1. WARNING: UnusedImport

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;