Compiler log for org.eclipse.ui.tests.performance_1.1.200.v20111010-0729 : uiperformance.jar.bin.xml

TOTAL : ERRORS: 32, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java : 1 error :

1. ERROR in /src/org/eclipse/ui/tests/performance/layout/EditorWidgetFactory.java
 (at line 56)
PartPane pane = site.getPane();
The method getPane() is undefined for the type EditorSite

/src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java : 5 errors :

1. ERROR in /src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
 (at line 21)
import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
The import org.eclipse.ui.internal.presentations cannot be resolved
2. ERROR in /src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
 (at line 82)
case PresentationFactoryUtil.ROLE_EDITOR: typeDesc = "editor"; break;
PresentationFactoryUtil cannot be resolved to a variable
3. ERROR in /src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
 (at line 83)
case PresentationFactoryUtil.ROLE_STANDALONE: typeDesc = "standalone with title"; break;
PresentationFactoryUtil cannot be resolved to a variable
4. ERROR in /src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
 (at line 84)
case PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE: typeDesc = "standalone without title"; break;
PresentationFactoryUtil cannot be resolved to a variable
5. ERROR in /src/org/eclipse/ui/tests/performance/layout/PresentationWidgetFactory.java
 (at line 85)
case PresentationFactoryUtil.ROLE_VIEW: typeDesc = "view"; break;
PresentationFactoryUtil cannot be resolved to a variable

/src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java : 1 error :

1. ERROR in /src/org/eclipse/ui/tests/performance/layout/ViewWidgetFactory.java
 (at line 54)
PartPane pane = site.getPane();
The method getPane() is undefined for the type ViewSite

/src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java : 23 errors :

1. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 24)
import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
The import org.eclipse.ui.internal.presentations cannot be resolved
2. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 61)
addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
PresentationFactoryUtil cannot be resolved to a variable
3. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 62)
addTest(new PresentationInactivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
PresentationFactoryUtil cannot be resolved to a variable
4. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 64)
addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5, false));
PresentationFactoryUtil cannot be resolved to a variable
5. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 65)
addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5, false));
PresentationFactoryUtil cannot be resolved to a variable
6. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 66)
addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1, false));
PresentationFactoryUtil cannot be resolved to a variable
7. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 68)
addTest(new PresentationActivePartPropertyTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1, false));
PresentationFactoryUtil cannot be resolved to a variable
8. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 70)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100, "large folder creation"));
PresentationFactoryUtil cannot be resolved to a variable
9. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 71)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100, "large folder creation"));
PresentationFactoryUtil cannot be resolved to a variable
10. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 73)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
PresentationFactoryUtil cannot be resolved to a variable
11. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 74)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
PresentationFactoryUtil cannot be resolved to a variable
12. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 75)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
PresentationFactoryUtil cannot be resolved to a variable
13. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 77)
addTest(new PresentationCreateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
PresentationFactoryUtil cannot be resolved to a variable
14. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 79)
addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 100));
PresentationFactoryUtil cannot be resolved to a variable
15. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 80)
addTest(new PresentationSelectTest(factory, PresentationFactoryUtil.ROLE_VIEW, 100));
PresentationFactoryUtil cannot be resolved to a variable
16. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 82)
addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_EDITOR, 5));
PresentationFactoryUtil cannot be resolved to a variable
17. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 83)
addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_VIEW, 5));
PresentationFactoryUtil cannot be resolved to a variable
18. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 84)
addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1));
PresentationFactoryUtil cannot be resolved to a variable
19. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 86)
addTest(new PresentationActivateTest(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1));
PresentationFactoryUtil cannot be resolved to a variable
20. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 88)
addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_EDITOR, 5)));
PresentationFactoryUtil cannot be resolved to a variable
21. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 89)
addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_VIEW, 5)));
PresentationFactoryUtil cannot be resolved to a variable
22. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 90)
addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE, 1)));
PresentationFactoryUtil cannot be resolved to a variable
23. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationPerformanceTestSuite.java
 (at line 92)
addTest(new ResizeTest(new PresentationWidgetFactory(factory, PresentationFactoryUtil.ROLE_STANDALONE_NOTITLE, 1)));
PresentationFactoryUtil cannot be resolved to a variable

/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java : 2 errors :

1. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java
 (at line 30)
import org.eclipse.ui.internal.presentations.PresentationFactoryUtil;
The import org.eclipse.ui.internal.presentations cannot be resolved
2. ERROR in /src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java
 (at line 67)
presentation = PresentationFactoryUtil.createPresentation(factory, type, parentComposite, site, null, null);
PresentationFactoryUtil cannot be resolved

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings