Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 797 Number of classfiles: 1578

Problems: 48 (Errors: 0 Warnings: 48 )

Source File: org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

OpenModelElementWithMenu.java:

20: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/internal/ui/actions/OpenStorageWithMenu.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

OpenStorageWithMenu.java:

19: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/internal/ui/editor/SemanticHighlightingManager.java
1. WARNING: UnusedPrivateMethod

The method adaptToEnablementChange(Highlighting, PropertyChangeEvent) from the type SemanticHighlightingManager is never used locally

SemanticHighlightingManager.java:

631: private void adaptToEnablementChange(Highlighting highlighting, PropertyChangeEvent event) {

Source File: org/eclipse/dltk/internal/ui/editor/SpecificContentAssistAction.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

SpecificContentAssistAction.java:

13: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java
1. WARNING: UnusedImport

The import org.eclipse.ui.texteditor.ResourceAction is never used

ToggleCommentAction.java:

34: import org.eclipse.ui.texteditor.ResourceAction;

Source File: org/eclipse/dltk/internal/ui/editor/semantic/highlighting/SemanticHighlightingPresenter.java
1. WARNING: UnusedPrivateMethod

The method addPositionFromUI(int, int, Highlighting) from the type SemanticHighlightingPresenter is never used locally

SemanticHighlightingPresenter.java:

710: private void addPositionFromUI(int offset, int length, Highlighting highlighting) {

Source File: org/eclipse/dltk/internal/ui/editor/semantic/highlighting/SemanticHighlightingReconciler.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ast.declarations.ModuleDeclaration is never used

SemanticHighlightingReconciler.java:

21: import org.eclipse.dltk.ast.declarations.ModuleDeclaration;

Source File: org/eclipse/dltk/internal/ui/search/DLTKSearchEditorOpener.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

DLTKSearchEditorOpener.java:

13: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/internal/ui/typehierarchy/AbstractHierarchyViewerSorter.java
1. WARNING: LocalVariableIsNeverUsed

The local variable flags is never read

AbstractHierarchyViewerSorter.java:

57: int flags= getTypeFlags(type);

Source File: org/eclipse/dltk/internal/ui/typehierarchy/FocusOnTypeAction.java
1. WARNING: UnusedPrivateField

The field FocusOnTypeAction.fViewPart is never read locally

FocusOnTypeAction.java:

19: private TypeHierarchyViewPart fViewPart;

Source File: org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java
1. WARNING: UnusedPrivateField

The field HierarchyInformationControl.fPreferenceStore is never read locally

HierarchyInformationControl.java:

64: private IPreferenceStore fPreferenceStore;

Source File: org/eclipse/dltk/internal/ui/typehierarchy/HierarchyLabelProvider.java
1. WARNING: LocalVariableIsNeverUsed

The local variable isInner is never read

HierarchyLabelProvider.java:

157: boolean isInner= (type.getDeclaringType() != null);

Source File: org/eclipse/dltk/internal/ui/typehierarchy/OpenTypeHierarchyUtil.java
1. WARNING: UnusedPrivateMethod

The method openEditor(Object, boolean) from the type OpenTypeHierarchyUtil is never used locally

OpenTypeHierarchyUtil.java:

121: private static void openEditor(Object input, boolean activate) throws PartInitException, ModelException {

Source File: org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java
1. WARNING: LocalVariableIsNeverUsed

The local variable curr is never read

TraditionalHierarchyViewer.java:

153: IType curr = types[i];

Source File: org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IPath is never used

HintTextGroup.java:

23: import org.eclipse.core.runtime.IPath;

Source File: org/eclipse/dltk/ui/DLTKUILanguageManager.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

DLTKUILanguageManager.java:

12: import org.eclipse.core.runtime.CoreException;

2. WARNING: UnusedImport

The import org.eclipse.dltk.core.DLTKCore is never used

DLTKUILanguageManager.java:

13: import org.eclipse.dltk.core.DLTKCore;

Source File: org/eclipse/dltk/ui/PreferenceConstants.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.text.completion.ProposalSorterRegistry is never used

PreferenceConstants.java:

12: import org.eclipse.dltk.ui.text.completion.ProposalSorterRegistry;

Source File: org/eclipse/dltk/ui/ScriptElementImageProvider.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ui.documentation.IScriptDocumentationProvider is never used

ScriptElementImageProvider.java:

35: import org.eclipse.dltk.ui.documentation.IScriptDocumentationProvider;

Source File: org/eclipse/dltk/ui/ScriptElementLabels.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

ScriptElementLabels.java:

14: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/ui/dialogs/TypeSelectionExtension.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.IType is never used

TypeSelectionExtension.java:

12: import org.eclipse.dltk.core.IType;

Source File: org/eclipse/dltk/ui/editor/IScriptAnnotation.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.compiler.problem.CategorizedProblem is never used

IScriptAnnotation.java:

14: import org.eclipse.dltk.compiler.problem.CategorizedProblem;

Source File: org/eclipse/dltk/ui/refactoring/RenameSupport.java
1. WARNING: UnusedImport

The import org.eclipse.jface.operation.IRunnableContext is never used

RenameSupport.java:

33: import org.eclipse.jface.operation.IRunnableContext;

Source File: org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java
1. WARNING: UnusedPrivateField

The field ScriptOutlineInformationControl.fShowOnlyMainType is never read locally

ScriptOutlineInformationControl.java:

78: private boolean fShowOnlyMainType;

2. WARNING: UnusedPrivateMethod

The method getProgressMonitor() from the type ScriptOutlineInformationControl is never used locally

ScriptOutlineInformationControl.java:

650: private IProgressMonitor getProgressMonitor() {

Source File: org/eclipse/dltk/ui/text/completion/AbstractProposalSorter.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IConfigurationElement is never used

AbstractProposalSorter.java:

14: import org.eclipse.core.runtime.IConfigurationElement;

Source File: org/eclipse/dltk/ui/text/completion/CompletionProposalLabelProvider.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.Flags is never used

CompletionProposalLabelProvider.java:

15: import org.eclipse.dltk.core.Flags;

Source File: org/eclipse/dltk/ui/text/completion/IScriptCompletionProposalComputer.java
1. WARNING: UnusedImport

The import org.eclipse.jface.text.contentassist.ICompletionProposal is never used

IScriptCompletionProposalComputer.java:

15: import org.eclipse.jface.text.contentassist.ICompletionProposal;

2. WARNING: UnusedImport

The import org.eclipse.jface.text.contentassist.IContextInformation is never used

IScriptCompletionProposalComputer.java:

16: import org.eclipse.jface.text.contentassist.IContextInformation;

Source File: org/eclipse/dltk/ui/text/folding/AbstractASTFoldingStructureProvider.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.ISourceModule is never used

AbstractASTFoldingStructureProvider.java:

33: import org.eclipse.dltk.core.ISourceModule;

Source File: org/eclipse/dltk/ui/viewsupport/StorageLabelProvider.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

StorageLabelProvider.java:

17: import org.eclipse.core.runtime.CoreException;

Source File: org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.IPath is never used

CapabilityConfigurationPage.java:

17: import org.eclipse.core.runtime.IPath;

Source File: org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries is never used

BuildpathModifier.java:

53: import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries;

Source File: org/eclipse/dltk/internal/corext/buildpath/IBuildpathInformationProvider.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries is never used

IBuildpathInformationProvider.java:

18: import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries;

2. WARNING: UnusedImport

The import org.eclipse.swt.widgets.Shell is never used

IBuildpathInformationProvider.java:

26: import org.eclipse.swt.widgets.Shell;

Source File: org/eclipse/dltk/internal/corext/buildpath/IPackageExplorerActionListener.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.DialogPackageExplorerActionGroup is never used

IPackageExplorerActionListener.java:

13: import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.DialogPackageExplorerActionGroup;

Source File: org/eclipse/dltk/internal/corext/refactoring/IInternalRefactoringProcessorIds.java
1. WARNING: UnusedImport

The import org.eclipse.core.resources.IResourceVisitor is never used

IInternalRefactoringProcessorIds.java:

12: import org.eclipse.core.resources.IResourceVisitor;

2. WARNING: UnusedImport

The import org.eclipse.core.resources.mapping.ResourceMapping is never used

IInternalRefactoringProcessorIds.java:

13: import org.eclipse.core.resources.mapping.ResourceMapping;

3. WARNING: UnusedImport

The import org.eclipse.core.resources.mapping.ResourceMappingContext is never used

IInternalRefactoringProcessorIds.java:

14: import org.eclipse.core.resources.mapping.ResourceMappingContext;

4. WARNING: UnusedImport

The import org.eclipse.core.runtime.IProgressMonitor is never used

IInternalRefactoringProcessorIds.java:

15: import org.eclipse.core.runtime.IProgressMonitor;

Source File: org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringArguments.java
1. WARNING: UnusedImport

The import org.eclipse.ltk.core.refactoring.RefactoringContribution is never used

ScriptRefactoringArguments.java:

16: import org.eclipse.ltk.core.refactoring.RefactoringContribution;

2. WARNING: UnusedImport

The import org.eclipse.ltk.core.refactoring.RefactoringDescriptor is never used

ScriptRefactoringArguments.java:

17: import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;

Source File: org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

36: import org.eclipse.ltk.internal.ui.refactoring.ChangeExceptionHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

130: ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);

3. WARNING: DiscouragedReference

Discouraged access: The constructor ChangeExceptionHandler(Shell, Refactoring) is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

130: ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);

4. WARNING: DiscouragedReference

Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

130: ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);

5. WARNING: DiscouragedReference

Discouraged access: The method handle(Change, RuntimeException) from the type ChangeExceptionHandler is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

133: handler.handle(pco.getChange(), (RuntimeException)inner);

6. WARNING: DiscouragedReference

Discouraged access: The method handle(Change, CoreException) from the type ChangeExceptionHandler is not accessible due to restriction on classpath entry /home/releng/build-dltk-R0.9-R/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070606-0010.jar

RefactoringExecutionHelper.java:

135: handler.handle(pco.getChange(), (CoreException)inner);