Compiler log for org.eclipse.ui.tests.performance_1.0.0 : uiperformance.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 7

/src/org/eclipse/ui/tests/performance/BasicPerformanceTest.java : 3 warnings :

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

/src/org/eclipse/ui/tests/performance/ObjectContributionTest.java : 1 warning :

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

/src/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java : 1 warning :

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

/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java : 1 warning :

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

/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java : 1 warning :

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