Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 1827 Number of classfiles: 3734
Problems: 152 (Errors: 0 Warnings: 152 )
The value of the field PromoteTempToFieldRefactoring.LocalTypeAndVariableUsageAnalyzer.fMethodTypeVariables is not used
PromoteTempToFieldRefactoring.java :
824 : private final List fMethodTypeVariables;
The method visist(SuperConstructorInvocation) from the type SourceAnalyzer.UpdateCollector is never used locally
SourceAnalyzer.java :
198 : public boolean visist(SuperConstructorInvocation node) {
The method addTypeVariableReference(ITypeBinding, SimpleName) from the type SourceAnalyzer.UpdateCollector is never used locally
SourceAnalyzer.java :
273 : private void addTypeVariableReference(ITypeBinding variable, SimpleName name) {
The method getDeclaration() from the type TargetProvider.BodyData is never used locally
TargetProvider.java :
220 : public BodyDeclaration getDeclaration() {
The method getTypeWithTheSameName() from the type RenameCompilationUnitProcessor is never used locally
RenameCompilationUnitProcessor.java :
344 : private IType getTypeWithTheSameName() {
The method relatedTypeDeclaresMethodName(IProgressMonitor, IFunction, String) from the type RenameVirtualMethodProcessor is never used locally
RenameVirtualMethodProcessor.java :
155 : private IFunction[] relatedTypeDeclaresMethodName(IProgressMonitor pm, IFunction method, String newName) throws CoreException {
The method isSpecialCase() from the type RenameVirtualMethodProcessor is never used locally
RenameVirtualMethodProcessor.java :
171 : private boolean isSpecialCase() throws CoreException {
The method addEmptyCusToDelete() from the type JavaDeleteProcessor is never used locally
JavaDeleteProcessor.java :
775 : private void addEmptyCusToDelete() throws JavaScriptModelException {
The method isSimpleReference() from the type MoveCuUpdateCreator.TypeReference is never used locally
MoveCuUpdateCreator.java :
401 : public boolean isSimpleReference() {
The method handleType(IType, IPackageFragment, IProgressMonitor) from the type ReorgPolicyFactory.MoveFilesFoldersAndCusPolicy is never used locally
ReorgPolicyFactory.java :
1382 : private void handleType(IType type, IPackageFragment destination, IProgressMonitor pm) {
The method getDestinationAsType() from the type ReorgPolicyFactory.SubCuElementReorgPolicy is never used locally
ReorgPolicyFactory.java :
3037 : private IType getDestinationAsType() throws JavaScriptModelException {
Dead code
ChangeSignatureRefactoring.java :
856 : buff.append(fReturnTypeInfo.getOldTypeName()) .append(' ');
Dead code
ChangeSignatureRefactoring.java :
882 : buff.append(getReturnTypeString()).append(' ');
The value of the local variable i is not used
ChangeSignatureRefactoring.java :
1360 : int i= 0;
The method findDeclaration(ASTNode, int, int) from the type ChangeTypeRefactoring is never used locally
ChangeTypeRefactoring.java :
977 : private static ASTNode findDeclaration(final ASTNode root, final int start, final int length){
The value of the local variable binding is not used
HierarchyProcessor.java :
134 : final ITypeBinding binding= node.resolveTypeBinding();
The value of the local variable ast is not used
HierarchyProcessor.java :
166 : final AST ast= newField.getAST();
The value of the local variable modifier is not used
HierarchyProcessor.java :
168 : final IExtendedModifier modifier= (IExtendedModifier) oldField.modifiers().get(index);
The value of the local variable modifiers is not used
HierarchyProcessor.java :
169 : final List modifiers= newField.modifiers();
The value of the local variable ast is not used
HierarchyProcessor.java :
174 : final AST ast= newMethod.getAST();
The value of the local variable modifier is not used
HierarchyProcessor.java :
176 : final IExtendedModifier modifier= (IExtendedModifier) oldMethod.modifiers().get(index);
The value of the local variable modifiers is not used
HierarchyProcessor.java :
177 : final List modifiers= newMethod.modifiers();
The value of the local variable declaring is not used
MemberVisibilityAdjustor.java :
507 : IType declaring= referencedMovedElement.getDeclaringType();
The value of the local variable raw is not used
MoveInnerToTopRefactoring.java :
1106 : boolean raw= false;
The value of the local variable binding is not used
MoveInnerToTopRefactoring.java :
1107 : final ITypeBinding binding= name.resolveTypeBinding();
The value of the local variable raw is not used
MoveInnerToTopRefactoring.java :
1113 : boolean raw= false;
The value of the local variable binding is not used
MoveInnerToTopRefactoring.java :
1114 : final ITypeBinding binding= name.resolveTypeBinding();
Dead code
MoveInnerToTopRefactoring.java :
1289 : if (declaring != null) { final ASTNode node= ASTNodes.findDeclaration(binding, fSourceRewrite.getRoot()); if (node instanceof AbstractTypeDeclaration) { ModifierRewrite.create(fSourceRewrite.getASTRewrite(), node).setVisibility(Modifier.PUBLIC, null); } }
The value of the local variable binding is not used
MoveInstanceMethodProcessor.java :
361 : final IBinding binding= node.resolveBinding();
The method checkFieldsForInterface() from the type MoveStaticMembersProcessor is never used locally
MoveStaticMembersProcessor.java :
441 : private RefactoringStatus checkFieldsForInterface() throws JavaScriptModelException {
The value of the local variable project is not used
PushDownRefactoringProcessor.java :
792 : final IJavaScriptProject project= rewriter.getCu().getJavaScriptProject();
Dead code
SurroundWithTryCatchRefactoring.java :
263 : } else { fragment.setInitializer(ASTNodeFactory.newDefaultExpression(ast, binding.getType())); }
The value of the field TypeEnvironment.fParameterizedTypes is not used
TypeEnvironment.java :
98 : private Map/*<ProjectKeyPair, ParameterizedType>*/ fParameterizedTypes= new HashMap();
The method createGenericType(ITypeBinding) from the type TypeEnvironment is never used locally
TypeEnvironment.java :
321 : private GenericType createGenericType(ITypeBinding binding) {
The method createRawType(ITypeBinding) from the type TypeEnvironment is never used locally
TypeEnvironment.java :
334 : private RawType createRawType(ITypeBinding binding) {
The method createUnboundWildcardType(ITypeBinding) from the type TypeEnvironment is never used locally
TypeEnvironment.java :
347 : private TType createUnboundWildcardType(ITypeBinding binding) {
The method createCaptureType(ITypeBinding) from the type TypeEnvironment is never used locally
TypeEnvironment.java :
355 : private CaptureType createCaptureType(ITypeBinding binding) {
The value of the field CompilationUnitCompletion.TypeParameterResolver.fHierarchy is not used
CompilationUnitCompletion.java :
351 : private final ITypeHierarchy fHierarchy;
The value of the field CompilationUnitCompletion.TypeParameterResolver.fVariable is not used
CompilationUnitCompletion.java :
352 : private final Variable fVariable;
The method isTrueSubtypeOf(String, String) from the type CompilationUnitCompletion.TypeParameterResolver is never used locally
CompilationUnitCompletion.java :
441 : private boolean isTrueSubtypeOf(String subTypeSignature, String superTypeSignature) {
The method isConcreteType(String, IType) from the type CompilationUnitCompletion.TypeParameterResolver is never used locally
CompilationUnitCompletion.java :
489 : private boolean isConcreteType(String signature, IType context) throws JavaScriptModelException {
The method typeEnd(char[], int) from the type SignatureUtil is never used locally
SignatureUtil.java :
137 : private static int typeEnd(char[] signature, int pos) {
The value of the field JavaScriptPlugin.fPropertiesFileDocumentProvider is not used
JavaScriptPlugin.java :
204 : private IDocumentProvider fPropertiesFileDocumentProvider;
Dead code
SurroundWithTemplateMenuAction.java :
164 : if (actions == null) { menu.add(NONE_APPLICABLE_ACTION); } else {
The method getState() from the type PackagesView.LayoutAction is never used locally
PackagesView.java :
467 : public int getState() {
The method setRunnable(Runnable) from the type PackagesView.LayoutAction is never used locally
PackagesView.java :
471 : public void setRunnable(Runnable runnable) {
The type FilteredTypesSelectionDialog.TypeFiltersPreferencesAction is never used locally
FilteredTypesSelectionDialog.java :
752 : private class TypeFiltersPreferencesAction extends Action {
The constructor FilteredTypesSelectionDialog.TypeFiltersPreferencesAction() is never used locally
FilteredTypesSelectionDialog.java :
754 : public TypeFiltersPreferencesAction() {
The method setFullyQualifyDuplicates(boolean) from the type FilteredTypesSelectionDialog.TypeInfoUtil is never used locally
FilteredTypesSelectionDialog.java :
929 : public void setFullyQualifyDuplicates(boolean value) {
The method getText(TypeNameMatch, TypeNameMatch, TypeNameMatch) from the type FilteredTypesSelectionDialog.TypeInfoUtil is never used locally
FilteredTypesSelectionDialog.java :
998 : public String getText(TypeNameMatch last, TypeNameMatch current, TypeNameMatch next) {
The method getImageDescriptor(Object) from the type FilteredTypesSelectionDialog.TypeInfoUtil is never used locally
FilteredTypesSelectionDialog.java :
1060 : public ImageDescriptor getImageDescriptor(Object element) {
The method getFilterExtension() from the type FilteredTypesSelectionDialog.TypeItemsFilter is never used locally
FilteredTypesSelectionDialog.java :
1178 : public ITypeInfoFilterExtension getFilterExtension() {
The method getPackagePattern() from the type FilteredTypesSelectionDialog.TypeItemsFilter is never used locally
FilteredTypesSelectionDialog.java :
1190 : public String getPackagePattern() {
The method getPackageFlags() from the type FilteredTypesSelectionDialog.TypeItemsFilter is never used locally
FilteredTypesSelectionDialog.java :
1196 : public int getPackageFlags() {
The method matchesCachedResult(TypeNameMatch) from the type FilteredTypesSelectionDialog.TypeItemsFilter is never used locally
FilteredTypesSelectionDialog.java :
1213 : public boolean matchesCachedResult(TypeNameMatch type) {
The method matchesHistoryElement(TypeNameMatch) from the type FilteredTypesSelectionDialog.TypeItemsFilter is never used locally
FilteredTypesSelectionDialog.java :
1219 : public boolean matchesHistoryElement(TypeNameMatch type) {
The method cancel() from the type FilteredTypesSelectionDialog.TypeSearchRequestor is never used locally
FilteredTypesSelectionDialog.java :
1432 : public void cancel() {
Dead code
TypeInfoViewer.java :
598 : System.out.println("Sleeping for: " + sleep); //$NON-NLS-1$
Dead code
JavadocView.java :
292 : if (WARNING_DIALOG_ENABLED && !doNotWarn) {
Dead code
JavadocView.java :
292 : if (WARNING_DIALOG_ENABLED && !doNotWarn) { String title= InfoViewMessages.JavadocView_error_noBrowser_title; String message= InfoViewMessages.JavadocView_error_noBrowser_message; String toggleMessage= InfoViewMessages.JavadocView_error_noBrowser_doNotWarn; MessageDialogWithToggle dialog= MessageDialogWithToggle.openError(parent.getShell(), title, message, toggleMessage, false, null, null); if (dialog.getReturnCode() == Window.OK) store.setValue(DO_NOT_WARN_PREFERENCE_KEY, dialog.getToggleState()); }
The value of the local variable root is not used
JavadocTreeWizardPage.java :
442 : IWorkspaceRoot root= ResourcesPlugin.getWorkspace().getRoot();
The value of the field ClassFileEditor.SourceAttachmentForm.fFile is not used
ClassFileEditor.java :
93 : private final IClassFile fFile;
The method getPackageFragmentRoot(IClassFile) from the type ClassFileEditor.SourceAttachmentForm is never used locally
ClassFileEditor.java :
117 : private IPackageFragmentRoot getPackageFragmentRoot(IClassFile file) {
The method applySourceAttachment(Shell, IIncludePathEntry, IJavaScriptProject, IPath) from the type ClassFileEditor.SourceAttachmentForm is never used locally
ClassFileEditor.java :
277 : protected void applySourceAttachment(Shell shell, IIncludePathEntry newEntry, IJavaScriptProject project, IPath containerPath) {
The method createButton(Composite, String) from the type ClassFileEditor.SourceAttachmentForm is never used locally
ClassFileEditor.java :
373 : private Button createButton(Composite parent, String text) {
The value of the field CompilationUnitEditor.BracketLevel.fOffset is not used
CompilationUnitEditor.java :
282 : int fOffset;
The value of the field CompilationUnitEditor.BracketLevel.fLength is not used
CompilationUnitEditor.java :
283 : int fLength;
The method getCategory() from the type CompilationUnitEditor.ExclusivePositionUpdater is never used locally
CompilationUnitEditor.java :
368 : public String getCategory() {
The value of the field JavaMoveLinesAction.SharedState.fIsChanging is not used
JavaMoveLinesAction.java :
62 : boolean fIsChanging= false;
The value of the field NLSKeyHyperlink.fKeyName is not used
NLSKeyHyperlink.java :
38 : private final String fKeyName;
The value of the local variable editor is not used
NLSKeyHyperlink.java :
84 : IEditorPart editor;
The value of the local variable lineCount is not used
ToggleCommentAction.java :
127 : int lineCount= 0;
The method deconvertJavaProjects(PipelinedShapeModification) from the type JavaNavigatorContentProvider is never used locally
JavaNavigatorContentProvider.java :
247 : private void deconvertJavaProjects(PipelinedShapeModification modification) {
The method convertToJavaElements(PipelinedShapeModification) from the type JavaNavigatorContentProvider is never used locally
JavaNavigatorContentProvider.java :
267 : private boolean convertToJavaElements(PipelinedShapeModification modification) {
The value of the local variable shouldHide is not used
PackageExplorerContentProvider.java :
657 : boolean shouldHide = false;
The method getContainerPackageFragmentRootsDeprc(PackageFragmentRootContainer, boolean) from the type PackageExplorerContentProvider is never used locally
PackageExplorerContentProvider.java :
844 : private Object[] getContainerPackageFragmentRootsDeprc(PackageFragmentRootContainer container, boolean createFolder) {
Dead code
PackageExplorerContentProvider.java :
1344 : for (int i= 0; i < affectedChildren.length; i++)
Dead code
PackageExplorerPart.java :
362 : if (!fInPreserveSelection || !(selection instanceof ITreeSelection)) { super.setSelectionToWidget(selection, reveal); return; }
The value of the field ComplianceConfigurationBlock.IDX_ENUM_AS_IDENTIFIER is not used
ComplianceConfigurationBlock.java :
92 : private static final int IDX_ENUM_AS_IDENTIFIER= 1;
The value of the local variable enumAsId is not used
ComplianceConfigurationBlock.java :
505 : String assertAsId, enumAsId, source, target;
The method isDeleted(Object) from the type JavaEditorHoverConfigurationBlock.JavaEditorTextHoverDescriptorContentProvider is never used locally
JavaEditorHoverConfigurationBlock.java :
139 : public boolean isDeleted(Object element) {
The method findFileByName(String) from the type JavadocConfigurationBlock.ZipDialogContentProvider is never used locally
JavadocConfigurationBlock.java :
804 : public Object findFileByName(String name) {
The value of the local variable visibilities is not used
JavadocProblemsConfigurationBlock.java :
110 : String[] visibilities= new String[] { PUBLIC, PROTECTED, DEFAULT, PRIVATE };
The value of the local variable visibilitiesLabels is not used
JavadocProblemsConfigurationBlock.java :
112 : String[] visibilitiesLabels= new String[] {
The value of the local variable i is not used
MembersOrderPreferencePage.java :
139 : for (int i= 0; tokenizer.hasMoreTokens(); i++) {
The method getJREVariableEntry() from the type NewJavaProjectPreferencePage is never used locally
NewJavaProjectPreferencePage.java :
279 : private static IIncludePathEntry getJREVariableEntry() {
The value of the local variable enabledDisabled is not used
ProblemSeveritiesConfigurationBlock.java :
211 : String[] enabledDisabled= new String[] { ENABLED, DISABLED };
The value of the local variable extraIndent is not used
ProblemSeveritiesConfigurationBlock.java :
231 : int extraIndent= indentStep * 2;
The method getSlaves() from the type CommentsTabPage.Controller is never used locally
CommentsTabPage.java :
79 : public Collection getSlaves() {
The method add(LineWrappingTabPage.Category) from the type LineWrappingTabPage.CategoryListener is never used locally
LineWrappingTabPage.java :
128 : public void add(Category category) {
Dead code
ChangeParametersControl.java :
149 : if (JavaScriptCore.IS_ECMASCRIPT4 && property.equals(PROPERTIES[TYPE_PROP]))
Dead code
ChangeParametersControl.java :
150 : return fMode.canChangeTypes();
Dead code
ChangeParametersControl.java :
160 : if (JavaScriptCore.IS_ECMASCRIPT4 && property.equals(PROPERTIES[TYPE_PROP]))
Dead code
ChangeParametersControl.java :
161 : return ((ParameterInfo) element).getNewTypeName();
Dead code
ChangeParametersControl.java :
603 : if (fMode.canChangeTypes() && (JavaScriptCore.IS_ECMASCRIPT4) ) { SubjectControlContentAssistant assistant= installParameterTypeContentAssist(editors[TYPE_PROP].getText()); editors[TYPE_PROP].setContentAssistant(assistant); }
The value of the field ChangeTypeContentProvider.fGeneralizeType is not used
ChangeTypeContentProvider.java :
26 : private ChangeTypeRefactoring fGeneralizeType;
The method restoreMessage() from the type InlineConstantWizard.InlineConstantInputPage is never used locally
InlineConstantWizard.java :
139 : protected void restoreMessage() {
The value of the field CreateTargetQueries.fWizard is not used
CreateTargetQueries.java :
21 : private final Wizard fWizard;
The value of the field CreateTargetQueries.fShell is not used
CreateTargetQueries.java :
22 : private final Shell fShell;
Dead code
RenameInformationPopup.java :
639 : return new int[] { 0, 0, e.x - b, 0, e.x - b, e.y - b, e.x - HAO - b, e.y - b, e.x - HAO - HAW / 2, e.y + HAH - b, e.x - HAO - HAW, e.y - b, 0, e.y - b, 0, 0 };
The value of the local variable addCount is not used
JavaSearchTableContentProvider.java :
46 : int addCount= 0;
The value of the local variable removeCount is not used
JavaSearchTableContentProvider.java :
47 : int removeCount= 0;
The value of the local variable flags is not used
SearchUtil.java :
214 : int flags;
The method isPrimitiveOrString(IField) from the type SearchUtil is never used locally
SearchUtil.java :
225 : private static boolean isPrimitiveOrString(IField field) {
The value of the local variable addCount is not used
TextSearchTableContentProvider.java :
54 : int addCount= 0;
The value of the local variable removeCount is not used
TextSearchTableContentProvider.java :
55 : int removeCount= 0;
The method isCaseSensitive() from the type JavaCommentScanner.TaskTagMatcher is never used locally
JavaCommentScanner.java :
137 : public boolean isCaseSensitive() {
Dead code
JavaIndenter.java :
239 : if (DefaultCodeFormatterConstants.TRUE.equals(getCoreFormatterOption(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES))) return prefBlockIndent(); else return 0;
Dead code
JavaIndenter.java :
307 : String option= getCoreFormatterOption(DefaultCodeFormatterConstants.FORMATTER_CONTINUATION_INDENTATION);
The method isShowDefiningType() from the type JavaOutlineInformationControl.OutlineLabelProvider is never used locally
JavaOutlineInformationControl.java :
154 : public boolean isShowDefiningType() {
The value of the local variable caseCount is not used
AdvancedQuickAssistProcessor.java :
2021 : int caseCount = 0;
Dead code
CUCorrectionProposal.java :
135 : if (false) { throw new CoreException(JavaUIStatus.createError(IStatus.ERROR, "Implementors can throw an exception", null)); //$NON-NLS-1$ }
The value of the local variable ast is not used
JavadocTagsSubProcessor.java :
236 : AST ast= typeDecl.getAST();
The value of the local variable tagsRewriter is not used
JavadocTagsSubProcessor.java :
238 : ListRewrite tagsRewriter= rewriter.getListRewrite(javadoc, JSdoc.TAGS_PROPERTY);
Dead code
LocalCorrectionsSubProcessor.java :
495 : if (false/*ASTNodes.needsParentheses(expression)*/) { ParenthesizedExpression parents= ast.newParenthesizedExpression(); parents.setExpression(expression); rewrite.replace(inst, parents, null); } else {
The value of the local variable castTo is not used
ModifierCorrectionSubProcessor.java :
1051 : PrimitiveType castTo= null;
The import org.eclipse.wst.jsdt.internal.ui.wizards.NewClassCreationWizard is never used
NewCUCompletionUsingWizardProposal.java :
32 : import org.eclipse.wst.jsdt.internal.ui.wizards.NewClassCreationWizard;
The value of the field NewCUCompletionUsingWizardProposal.fCompilationUnit is not used
NewCUCompletionUsingWizardProposal.java :
54 : private IJavaScriptUnit fCompilationUnit;
The method configureWizardPage(NewElementWizard) from the type NewCUCompletionUsingWizardProposal is never used locally
NewCUCompletionUsingWizardProposal.java :
202 : private NewTypeWizardPage configureWizardPage(NewElementWizard wizard) {
The method getConvertIterableLoopProposal(IInvocationContext, ASTNode, Collection) from the type QuickAssistProcessor is never used locally
QuickAssistProcessor.java :
1220 : private static boolean getConvertIterableLoopProposal(IInvocationContext context, ASTNode node, Collection resultingCollections) throws CoreException {
The method returnStatements() from the type ReturnTypeSubProcessor.ReturnStatementCollector is never used locally
ReturnTypeSubProcessor.java :
56 : public Iterator returnStatements() {
The value of the local variable switchExp is not used
UnresolvedElementsSubProcessor.java :
158 : ITypeBinding switchExp= ((SwitchStatement) node.getParent().getParent()).getExpression().resolveTypeBinding();
The value of the local variable root is not used
UnresolvedElementsSubProcessor.java :
728 : JavaScriptUnit root= (JavaScriptUnit) refNode.getRoot();
The value of the local variable binding is not used
UnresolvedElementsSubProcessor.java :
736 : IBinding binding= null;
The value of the local variable rel is not used
UnresolvedElementsSubProcessor.java :
737 : int rel= baseRel;
The constructor LazyGenericTypeProposal.TypeArgumentProposal(String, boolean, String) is never used locally
LazyGenericTypeProposal.java :
131 : TypeArgumentProposal(String proposal, boolean ambiguous, String typeDisplayName) {
The method getProposals() from the type LazyGenericTypeProposal.TypeArgumentProposal is never used locally
LazyGenericTypeProposal.java :
145 : String getProposals() {
The value of the field LazyJavaTypeCompletionProposal.fImportContext is not used
LazyJavaTypeCompletionProposal.java :
52 : private ContextSensitiveImportRewriteContext fImportContext;
Dead code
TemplateCompletionProposalComputer.java :
54 : fJavaTemplateEngine= null;
Dead code
TemplateCompletionProposalComputer.java :
63 : fJavadocTemplateEngine= null;
Dead code
JavadocLinkTypeCompletionProposal.java :
42 : return "{@link " + typeReplacement; //$NON-NLS-1$
The value of the local variable versionableElement is not used
OAADocReader.java :
38 : VersionableElement versionableElement = (documentation instanceof VersionableElement) ? (VersionableElement) documentation
Dead code
TypeHierarchyViewPart.java :
848 : } else if (input != null) { setInputElement(input); } else {
The value of the local variable configured is not used
ConvertAction.java :
62 : boolean configured = false;
The method showPropertiesOn(IProject, IProgressMonitor) from the type ConvertAction is never used locally
ConvertAction.java :
206 : private void showPropertiesOn(final IProject project, final IProgressMonitor monitor) {
The value of the field TypeNameMatchLabelProvider.ANNOTATION_ICON is not used
TypeNameMatchLabelProvider.java :
32 : private static final Image ANNOTATION_ICON= JavaPluginImages.get(JavaPluginImages.IMG_OBJS_ANNOTATION);
The value of the field TypeNameMatchLabelProvider.INTERFACE_ICON is not used
TypeNameMatchLabelProvider.java :
33 : private static final Image INTERFACE_ICON= JavaPluginImages.get(JavaPluginImages.IMG_OBJS_INTERFACE);
The value of the field TypeNameMatchLabelProvider.ENUM_ICON is not used
TypeNameMatchLabelProvider.java :
34 : private static final Image ENUM_ICON= JavaPluginImages.get(JavaPluginImages.IMG_OBJS_ENUM);
The value of the local variable key is not used
ColoredJavaElementLabels.java :
536 : BindingKey key= new BindingKey(type.getKey());
The value of the local variable declType is not used
JavaElementImageProvider.java :
182 : IType declType= method.getDeclaringType();
The value of the local variable declType is not used
JavaElementImageProvider.java :
190 : IType declType= member.getDeclaringType();
The method getClasspathEntries() from the type BuildPathSupport.UpdatedJsGlobalScopeContainer is never used locally
BuildPathSupport.java :
152 : public IIncludePathEntry[] getClasspathEntries() {
The method getClasspathEntries() from the type CPUserLibraryElement.UpdatedJsGlobalScopeContainer is never used locally
CPUserLibraryElement.java :
33 : public IIncludePathEntry[] getClasspathEntries() {
The method getNameDialogField() from the type LinkFolderDialog.FolderNameField is never used locally
LinkFolderDialog.java :
79 : public StringDialogField getNameDialogField() {
The method isDeleted(Object) from the type ListDialogField.ListViewerAdapter is never used locally
ListDialogField.java :
902 : public boolean isDeleted(Object element) {
The method isDeleted(Object) from the type TreeListDialogField.TreeViewerAdapter is never used locally
TreeListDialogField.java :
847 : public boolean isDeleted(Object element) {
The method remove(IWorkingSet) from the type WorkingSetModel.ElementMapper is never used locally
WorkingSetModel.java :
94 : public IAdaptable[] remove(IWorkingSet ws) {
The method getFirstWorkingSetForResource(IResource) from the type WorkingSetModel.ElementMapper is never used locally
WorkingSetModel.java :
141 : public IWorkingSet getFirstWorkingSetForResource(IResource resource) {
The value of the field JavaScriptElementComparator.JAVASCRIPTUNITS is not used
JavaScriptElementComparator.java :
66 : private static final int JAVASCRIPTUNITS= 4;
The method getObjectConstructor(JavaScriptUnit) from the type GenerateNewConstructorUsingFieldsAction is never used locally
GenerateNewConstructorUsingFieldsAction.java :
361 : private IFunctionBinding getObjectConstructor(JavaScriptUnit compilationUnit) {
The method createPreferenceStore(JavaScriptTextTools) from the type JavaScriptSourceViewerConfiguration is never used locally
JavaScriptSourceViewerConfiguration.java :
264 : private static final IPreferenceStore createPreferenceStore(JavaScriptTextTools javaTextTools) {
The import org.eclipse.wst.jsdt.internal.corext.template.java.SignatureUtil is never used
CompletionProposalLabelProvider.java :
28 : import org.eclipse.wst.jsdt.internal.corext.template.java.SignatureUtil;