Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 1896 Number of classfiles: 3858

Problems: 67 (Errors: 0 Warnings: 67 )

Source File: org/eclipse/wst/jsdt/internal/corext/buildpath/ClasspathModifier.java
1. WARNING: LocalVariableIsNeverUsed

The local variable res is never read

ClasspathModifier.java :

120 : IResource res= root.findMember(outputPath);

Source File: org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddCustomConstructorOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable parent is never read

AddCustomConstructorOperation.java :

177 : final IJavaScriptElement parent= fType.getParent();

Source File: org/eclipse/wst/jsdt/internal/corext/codemanipulation/AddDelegateMethodsOperation.java
1. WARNING: LocalVariableIsNeverUsed

The local variable parent is never read

AddDelegateMethodsOperation.java :

163 : final IJavaScriptElement parent= fType.getParent();

Source File: org/eclipse/wst/jsdt/internal/corext/codemanipulation/StubUtility2.java
1. WARNING: LocalVariableIsNeverUsed

The local variable version is never read

StubUtility2.java :

70 : String version= binding.getJavaElement().getJavaScriptProject().getOption(JavaScriptCore.COMPILER_COMPLIANCE, true);

Source File: org/eclipse/wst/jsdt/internal/corext/dom/ASTFlattener.java
1. WARNING: LocalVariableIsNeverUsed

The local variable prev is never read

ASTFlattener.java :

1392 : BodyDeclaration prev= null;

Source File: org/eclipse/wst/jsdt/internal/corext/dom/ASTNodes.java
1. WARNING: LocalVariableIsNeverUsed

The local variable parent is never read

ASTNodes.java :

801 : final IJavaScriptElement parent= type.getParent();

Source File: org/eclipse/wst/jsdt/internal/corext/fix/CodeStyleFix.java
1. WARNING: UnusedPrivateField

The field CodeStyleFix.CodeStyleVisitor.fImportRewrite is never read locally

CodeStyleFix.java :

63 : private final ImportRewrite fImportRewrite;

2. WARNING: UnusedPrivateMethod

The method getQualifier(IVariableBinding, ImportRewrite, SimpleName) from the type CodeStyleFix is never used locally

CodeStyleFix.java :

655 : private static String getQualifier(IVariableBinding binding, ImportRewrite imports, SimpleName name) {

3. WARNING: UnusedPrivateMethod

The method getName(JavaScriptUnit, IProblemLocation) from the type CodeStyleFix is never used locally

CodeStyleFix.java :

699 : private static SimpleName getName(JavaScriptUnit compilationUnit, IProblemLocation problem) {

Source File: org/eclipse/wst/jsdt/internal/corext/fix/ConvertLoopFix.java
1. WARNING: UnusedPrivateField

The field ConvertLoopFix.ControlStatementFinder.fResult is never read locally

ConvertLoopFix.java :

30 : private final List/*<IFixRewriteOperation>*/fResult;

2. WARNING: UnusedPrivateField

The field ConvertLoopFix.ControlStatementFinder.fMakeFinal is never read locally

ConvertLoopFix.java :

34 : private final boolean fMakeFinal;

Source File: org/eclipse/wst/jsdt/internal/corext/fix/Java50Fix.java
1. WARNING: UnusedPrivateField

The field Java50Fix.OVERRIDE is never read locally

Java50Fix.java :

63 : private static final String OVERRIDE= "Override"; //$NON-NLS-1$

2. WARNING: UnusedPrivateField

The field Java50Fix.DEPRECATED is never read locally

Java50Fix.java :

64 : private static final String DEPRECATED= "Deprecated"; //$NON-NLS-1$

3. WARNING: UnusedPrivateMethod

The method getDeclaringNode(ASTNode) from the type Java50Fix is never used locally

Java50Fix.java :

421 : private static ASTNode getDeclaringNode(ASTNode selectedNode) {

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/rename/RenameCompilationUnitProcessor.java
1. WARNING: UnusedPrivateMethod

The method getTypeWithTheSameName() from the type RenameCompilationUnitProcessor is never used locally

RenameCompilationUnitProcessor.java :

344 : private IType getTypeWithTheSameName() {

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/JavaDeleteProcessor.java
1. WARNING: UnusedPrivateMethod

The method addEmptyCusToDelete() from the type JavaDeleteProcessor is never used locally

JavaDeleteProcessor.java :

775 : private void addEmptyCusToDelete() throws JavaScriptModelException {

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java
1. WARNING: UnusedPrivateMethod

The method handleType(IType, IPackageFragment, IProgressMonitor) from the type ReorgPolicyFactory.MoveFilesFoldersAndCusPolicy is never used locally

ReorgPolicyFactory.java :

1384 : private void handleType(IType type, IPackageFragment destination, IProgressMonitor pm) {

2. WARNING: UnusedPrivateMethod

The method getDestinationAsType() from the type ReorgPolicyFactory.SubCuElementReorgPolicy is never used locally

ReorgPolicyFactory.java :

3053 : private IType getDestinationAsType() throws JavaScriptModelException {

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
1. WARNING: UnusedPrivateField

The field ChangeSignatureRefactoring.BUG_89686 is never read locally

ChangeSignatureRefactoring.java :

1507 : private static final boolean BUG_89686= true; //see bug 83693: Search for References to methods/constructors: do ranges include parameter lists?

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable binding is never read

ExtractInterfaceProcessor.java :

608 : ITypeBinding binding= null;

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/structure/HierarchyProcessor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable ast is never read

HierarchyProcessor.java :

204 : final AST ast= newField.getAST();

2. WARNING: LocalVariableIsNeverUsed

The local variable modifier is never read

HierarchyProcessor.java :

206 : final IExtendedModifier modifier= (IExtendedModifier) oldField.modifiers().get(index);

3. WARNING: LocalVariableIsNeverUsed

The local variable modifiers is never read

HierarchyProcessor.java :

207 : final List modifiers= newField.modifiers();

4. WARNING: LocalVariableIsNeverUsed

The local variable ast is never read

HierarchyProcessor.java :

212 : final AST ast= newMethod.getAST();

5. WARNING: LocalVariableIsNeverUsed

The local variable modifier is never read

HierarchyProcessor.java :

214 : final IExtendedModifier modifier= (IExtendedModifier) oldMethod.modifiers().get(index);

6. WARNING: LocalVariableIsNeverUsed

The local variable modifiers is never read

HierarchyProcessor.java :

215 : final List modifiers= newMethod.modifiers();

Source File: org/eclipse/wst/jsdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

PushDownRefactoringProcessor.java :

794 : final IJavaScriptProject project= rewriter.getCu().getJavaScriptProject();

Source File: org/eclipse/wst/jsdt/internal/ui/JavaScriptPlugin.java
1. WARNING: UnusedPrivateField

The field JavaScriptPlugin.fPropertiesFileDocumentProvider is never read locally

JavaScriptPlugin.java :

204 : private IDocumentProvider fPropertiesFileDocumentProvider;

Source File: org/eclipse/wst/jsdt/internal/ui/dialogs/OverrideMethodDialog.java
1. WARNING: UnusedPrivateMethod

The method getSuperType(ITypeBinding, String) from the type OverrideMethodDialog is never used locally

OverrideMethodDialog.java :

250 : private static ITypeBinding getSuperType(final ITypeBinding binding, final String name) {

2. WARNING: NullLocalVariableReference

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

OverrideMethodDialog.java :

321 : comparator.sort(null, typesArrays);

Source File: org/eclipse/wst/jsdt/internal/ui/javaeditor/ClassFileEditor.java
1. WARNING: UnusedPrivateField

The field ClassFileEditor.SourceAttachmentForm.fFile is never read locally

ClassFileEditor.java :

93 : private final IClassFile fFile;

2. WARNING: UnusedPrivateMethod

The method getPackageFragmentRoot(IClassFile) from the type ClassFileEditor.SourceAttachmentForm is never used locally

ClassFileEditor.java :

117 : private IPackageFragmentRoot getPackageFragmentRoot(IClassFile file) {

3. WARNING: UnusedPrivateMethod

The method createButton(Composite, String) from the type ClassFileEditor.SourceAttachmentForm is never used locally

ClassFileEditor.java :

373 : private Button createButton(Composite parent, String text) {

Source File: org/eclipse/wst/jsdt/internal/ui/javaeditor/NLSKeyHyperlink.java
1. WARNING: UnusedPrivateField

The field NLSKeyHyperlink.fKeyName is never read locally

NLSKeyHyperlink.java :

38 : private final String fKeyName;

2. WARNING: LocalVariableIsNeverUsed

The local variable editor is never read

NLSKeyHyperlink.java :

84 : IEditorPart editor;

Source File: org/eclipse/wst/jsdt/internal/ui/navigator/JavaNavigatorContentProvider.java
1. WARNING: UnusedPrivateMethod

The method deconvertJavaProjects(PipelinedShapeModification) from the type JavaNavigatorContentProvider is never used locally

JavaNavigatorContentProvider.java :

237 : private void deconvertJavaProjects(PipelinedShapeModification modification) {

2. WARNING: UnusedPrivateMethod

The method convertToJavaElements(PipelinedShapeModification) from the type JavaNavigatorContentProvider is never used locally

JavaNavigatorContentProvider.java :

257 : private boolean convertToJavaElements(PipelinedShapeModification modification) {

Source File: org/eclipse/wst/jsdt/internal/ui/packageview/PackageExplorerContentProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable shouldHide is never read

PackageExplorerContentProvider.java :

640 : boolean shouldHide = false;

2. WARNING: UnusedPrivateMethod

The method getContainerPackageFragmentRootsDeprc(PackageFragmentRootContainer, boolean) from the type PackageExplorerContentProvider is never used locally

PackageExplorerContentProvider.java :

821 : private Object[] getContainerPackageFragmentRootsDeprc(PackageFragmentRootContainer container, boolean createFolder) {

3. WARNING: UnusedPrivateMethod

The method updateSelection(IJavaScriptElementDelta, Collection) from the type PackageExplorerContentProvider is never used locally

PackageExplorerContentProvider.java :

1291 : private void updateSelection(IJavaScriptElementDelta delta, Collection runnables) {

Source File: org/eclipse/wst/jsdt/internal/ui/preferences/NewJavaProjectPreferencePage.java
1. WARNING: UnusedPrivateMethod

The method getJREVariableEntry() from the type NewJavaProjectPreferencePage is never used locally

NewJavaProjectPreferencePage.java :

279 : private static IIncludePathEntry getJREVariableEntry() {

Source File: org/eclipse/wst/jsdt/internal/ui/text/correction/ASTResolving.java
1. WARNING: UnusedPrivateMethod

The method getReducedDimensionBinding(ITypeBinding, int) from the type ASTResolving is never used locally

ASTResolving.java :

335 : private static ITypeBinding getReducedDimensionBinding(ITypeBinding arrayBinding, int dimsToReduce) {

Source File: org/eclipse/wst/jsdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java
1. WARNING: UnusedPrivateField

The field LocalCorrectionsSubProcessor.ADD_FIELD_QUALIFICATION_ID is never read locally

LocalCorrectionsSubProcessor.java :

120 : private static final String ADD_FIELD_QUALIFICATION_ID= "org.eclipse.wst.jsdt.ui.correction.qualifyField"; //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/internal/ui/text/correction/QuickAssistProcessor.java
1. WARNING: UnusedPrivateMethod

The method getConvertIterableLoopProposal(IInvocationContext, ASTNode, Collection) from the type QuickAssistProcessor is never used locally

QuickAssistProcessor.java :

1225 : private static boolean getConvertIterableLoopProposal(IInvocationContext context, ASTNode node, Collection resultingCollections) throws CoreException {

Source File: org/eclipse/wst/jsdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java
1. WARNING: UnusedPrivateField

The field LazyJavaTypeCompletionProposal.fImportContext is never read locally

LazyJavaTypeCompletionProposal.java :

53 : private ContextSensitiveImportRewriteContext fImportContext;

Source File: org/eclipse/wst/jsdt/internal/ui/text/javadoc/OAADocReader.java
1. WARNING: LocalVariableIsNeverUsed

The local variable versionableElement is never read

OAADocReader.java :

27 : VersionableElement versionableElement = (documentation instanceof VersionableElement) ? (VersionableElement) documentation

Source File: org/eclipse/wst/jsdt/internal/ui/text/spelling/DefaultSpellingEngine.java
1. WARNING: UnusedPrivateField

The field DefaultSpellingEngine.PROPERTIES_CONTENT_TYPE is never read locally

DefaultSpellingEngine.java :

47 : private static final IContentType PROPERTIES_CONTENT_TYPE= Platform.getContentTypeManager().getContentType("org.eclipse.wst.jsdt.core.javaProperties"); //$NON-NLS-1$

Source File: org/eclipse/wst/jsdt/internal/ui/wizards/JavaProjectWizardFirstPage.java
1. WARNING: UnusedPrivateField

The field JavaProjectWizardFirstPage.JREGroup.fComplianceLabels is never read locally

JavaProjectWizardFirstPage.java :

319 : private String[] fComplianceLabels;

2. WARNING: UnusedPrivateField

The field JavaProjectWizardFirstPage.JREGroup.fComplianceData is never read locally

JavaProjectWizardFirstPage.java :

320 : private String[] fComplianceData;

3. WARNING: UnusedPrivateMethod

The method fillInstalledJREs(ComboDialogField) from the type JavaProjectWizardFirstPage.JREGroup is never used locally

JavaProjectWizardFirstPage.java :

363 : private void fillInstalledJREs(ComboDialogField comboField) {

Source File: org/eclipse/wst/jsdt/internal/ui/wizards/JavaProjectWizardSecondPage.java
1. WARNING: LocalVariableIsNeverUsed

The local variable browserlib is never read

JavaProjectWizardSecondPage.java :

282 : boolean browserlib= fFirstPage.isWebEnabled();

Source File: org/eclipse/wst/jsdt/internal/ui/wizards/buildpaths/newsourcepage/DialogPackageExplorer.java
1. WARNING: LocalVariableIsNeverUsed

The local variable attribute is never read

DialogPackageExplorer.java :

343 : CPListElementAttribute attribute= (CPListElementAttribute)element;

Source File: org/eclipse/wst/jsdt/ui/JavaScriptElementComparator.java
1. WARNING: UnusedPrivateField

The field JavaScriptElementComparator.JAVASCRIPTUNITS is never read locally

JavaScriptElementComparator.java :

66 : private static final int JAVASCRIPTUNITS= 4;

Source File: org/eclipse/wst/jsdt/ui/text/JavaScriptSourceViewerConfiguration.java
1. WARNING: UnusedPrivateMethod

The method createPreferenceStore(JavaScriptTextTools) from the type JavaScriptSourceViewerConfiguration is never used locally

JavaScriptSourceViewerConfiguration.java :

263 : private static final IPreferenceStore createPreferenceStore(JavaScriptTextTools javaTextTools) {

Source File: org/eclipse/wst/jsdt/ui/text/java/CompletionProposalLabelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject() from the type InternalCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

CompletionProposalLabelProvider.java :

356 : IJavaScriptProject project = methodProposal.getJavaProject();

2. WARNING: LocalVariableIsNeverUsed

The local variable compUnit is never read

CompletionProposalLabelProvider.java :

590 : char[] compUnit = proposal.getDeclarationTypeName();

3. WARNING: LocalVariableIsNeverUsed

The local variable propType is never read

CompletionProposalLabelProvider.java :

591 : char[] propType = proposal.getName();

4. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

CompletionProposalLabelProvider.java :

592 : IJavaScriptProject project = proposal.getJavaProject();

5. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject() from the type InternalCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

CompletionProposalLabelProvider.java :

592 : IJavaScriptProject project = proposal.getJavaProject();

6. WARNING: LocalVariableIsNeverUsed

The local variable compUnit is never read

CompletionProposalLabelProvider.java :

663 : char[] compUnit = proposal.getDeclarationTypeName();

7. WARNING: LocalVariableIsNeverUsed

The local variable propType is never read

CompletionProposalLabelProvider.java :

664 : char[] propType = proposal.getName();

8. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

CompletionProposalLabelProvider.java :

665 : IJavaScriptProject project = proposal.getJavaProject();

9. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject() from the type InternalCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

CompletionProposalLabelProvider.java :

665 : IJavaScriptProject project = proposal.getJavaProject();

10. WARNING: LocalVariableIsNeverUsed

The local variable compUnit is never read

CompletionProposalLabelProvider.java :

685 : char[] compUnit = proposal.getDeclarationTypeName();

11. WARNING: LocalVariableIsNeverUsed

The local variable propType is never read

CompletionProposalLabelProvider.java :

686 : char[] propType = proposal.getName();

12. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

CompletionProposalLabelProvider.java :

687 : IJavaScriptProject project = proposal.getJavaProject();

13. WARNING: DiscouragedReference

Discouraged access: The method getJavaProject() from the type InternalCompletionProposal is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.jsdt.core/@dot

CompletionProposalLabelProvider.java :

687 : IJavaScriptProject project = proposal.getJavaProject();