Compiler log for org.eclipse.pde.ui.tests_3.1.100.v20100601 : tests.jar.bin.xml

TOTAL : ERRORS: 12, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java : 12 errors :

1. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 57)
import org.eclipse.ui.internal.PartPane;
The import org.eclipse.ui.internal.PartPane cannot be resolved
2. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 152)
PartPane pane = partSite.getPane();
PartPane cannot be resolved to a type
3. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 152)
PartPane pane = partSite.getPane();
The method getPane() is undefined for the type PartSite
4. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 734)
PartPane pane = getPartPane(view);
PartPane cannot be resolved to a type
5. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 734)
PartPane pane = getPartPane(view);
The method getPartPane(IViewPart) from the type MacroUtil refers to the missing type PartPane
6. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 808)
private static PartPane getPartPane(IViewPart part) {
PartPane cannot be resolved to a type
7. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 810)
PartPane pane = ((PartSite) site).getPane();
PartPane cannot be resolved to a type
8. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 810)
PartPane pane = ((PartSite) site).getPane();
The method getPane() is undefined for the type PartSite
9. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 819)
PartPane pane = getPartPane(view);
PartPane cannot be resolved to a type
10. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 819)
PartPane pane = getPartPane(view);
The method getPartPane(IViewPart) from the type MacroUtil refers to the missing type PartPane
11. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 854)
PartPane pane = ((EditorSite) site).getPane();
PartPane cannot be resolved to a type
12. ERROR in /Macro Manager/org/eclipse/pde/internal/ui/tests/macro/MacroUtil.java
 (at line 854)
PartPane pane = ((EditorSite) site).getPane();
The method getPane() is undefined for the type EditorSite

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