1. WARNING in /src/org/eclipse/ui/tests/performance/BasicPerformanceTest.java (at line 175) private void tagAsGlobalSummary(String shortName, Dimension[] dimensions) { The method tagAsGlobalSummary(String, Dimension[]) from the type BasicPerformanceTest is never used locally |
2. WARNING in /src/org/eclipse/ui/tests/performance/BasicPerformanceTest.java (at line 180) private void tagAsSummary(String shortName, Dimension[] dimensions) { The method tagAsSummary(String, Dimension[]) from the type BasicPerformanceTest is never used locally |
3. WARNING in /src/org/eclipse/ui/tests/performance/BasicPerformanceTest.java (at line 259) Throwable cause = e; The local variable cause is never read |
1. WARNING in /src/org/eclipse/ui/tests/performance/ObjectContributionTest.java (at line 419) PluginActionContributionItem pa = (PluginActionContributionItem) item; The local variable pa is never read |
1. WARNING in /src/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java (at line 48) IEditorPart part = IDE.openEditor(activePage, file, true); The local variable part is never read |
1. WARNING in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java (at line 111) IConfigurationElement targetElement = null; The local variable targetElement is never read |
1. WARNING in /src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java (at line 143) private Control getPresentationControl() { The method getPresentationControl() from the type PresentationTestbed is never used locally |