1. WARNING in /src/org/eclipse/releng/tools/AdvancedCopyrightComment.java (at line 86) private void writeContributions(PrintWriter writer, String linePrefix) { The method writeContributions(PrintWriter, String) from the type AdvancedCopyrightComment is never used locally |
1. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java (at line 67) private String propertiesCopyright; The field AdvancedFixCopyrightAction.propertiesCopyright is never read locally |
2. WARNING in /src/org/eclipse/releng/tools/AdvancedFixCopyrightAction.java (at line 68) private String javaCopyright; The field AdvancedFixCopyrightAction.javaCopyright is never read locally |
1. WARNING in /src/org/eclipse/releng/tools/BlockComment.java (at line 30) private String commentStart; The field BlockComment.commentStart is never read locally |
1. WARNING in /src/org/eclipse/releng/tools/MapProject.java (at line 135) private CVSTeamProvider getProvider(IResource resource) { The method getProvider(IResource) from the type MapProject is never used locally |
2. WARNING in /src/org/eclipse/releng/tools/MapProject.java (at line 250) private void removeMapFile(MapFile aFile){ The method removeMapFile(MapFile) from the type MapProject is never used locally |
1. WARNING in /src/org/eclipse/releng/tools/MapProjectSelectionPage.java (at line 87) Runnable refresh = new Runnable() { The local variable refresh is never read |
1. WARNING in /src/org/eclipse/releng/tools/TagMap.java (at line 77) String projectName = tokenizer.nextToken(); The local variable projectName is never read |