errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java (at line 18) import org.eclipse.ui.internal.Perspective; The import org.eclipse.ui.internal.Perspective cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java (at line 35) Perspective persp = wbPage.getActivePerspective(); Perspective cannot be resolved to a type |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/PerspectiveState.java (at line 35) Perspective persp = wbPage.getActivePerspective(); The method getActivePerspective() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java (at line 221) IStatus rc = window.saveState(state); The method saveState(XMLMemento) is undefined for the type WorkbenchWindow |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java (at line 251) IStatus rc = window.saveState(state); The method saveState(XMLMemento) is undefined for the type WorkbenchWindow |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java (at line 287) window.restoreState(state, window.getActivePage().getPerspective()); The method restoreState(XMLMemento, IPerspectiveDescriptor) is undefined for the type WorkbenchWindow |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java (at line 310) IStatus rc = window.saveState(state); The method saveState(XMLMemento) is undefined for the type WorkbenchWindow |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java (at line 338) window.restoreState(state, window.getActivePage().getPerspective()); The method restoreState(XMLMemento, IPerspectiveDescriptor) is undefined for the type WorkbenchWindow |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 33) import org.eclipse.ui.internal.Perspective; The import org.eclipse.ui.internal.Perspective cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 94) Perspective persp = null; Perspective cannot be resolved to a type |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 101) persp = new Perspective((PerspectiveDescriptor) getWorkbench() Perspective cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 170) reg.getCustomPersp(fakePerspectivID); The method getCustomPersp(String) is undefined for the type PerspectiveRegistry |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java (at line 64) page.attachView(view); The method attachView(IViewReference) is undefined for the type WorkbenchPage |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java (at line 67) page.attachView(view); The method attachView(IViewReference) is undefined for the type WorkbenchPage |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DetachedWindowDragTest.java (at line 70) page.attachView(view); The method attachView(IViewReference) is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 23) import org.eclipse.ui.internal.LayoutPart; The import org.eclipse.ui.internal.LayoutPart cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 24) import org.eclipse.ui.internal.PartPane; The import org.eclipse.ui.internal.PartPane cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 26) import org.eclipse.ui.internal.PartStack; The import org.eclipse.ui.internal.PartStack cannot be resolved |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 53) PartPane pane = site.getPane(); PartPane cannot be resolved to a type |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 53) PartPane pane = site.getPane(); The method getPane() is undefined for the type PartSite |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 54) PartStack parent = ((PartStack) (pane.getContainer())); PartStack cannot be resolved to a type |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 54) PartStack parent = ((PartStack) (pane.getContainer())); PartStack cannot be resolved to a type |
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 68) PartPane pane = ((EditorSite) editor.getSite()).getPane(); PartPane cannot be resolved to a type |
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 68) PartPane pane = ((EditorSite) editor.getSite()).getPane(); The method getPane() is undefined for the type EditorSite |
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 73) public static PartPane getPane(IEditorPart editor) { PartPane cannot be resolved to a type |
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 74) return ((EditorSite) editor.getSite()).getPane(); The method getPane() is undefined for the type EditorSite |
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 77) public static PartPane getPane(IViewPart view) { PartPane cannot be resolved to a type |
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 78) return ((ViewSite) view.getSite()).getPane(); The method getPane() is undefined for the type ViewSite |
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 81) public static Rectangle getDisplayBounds(PartPane pane) { PartPane cannot be resolved to a type |
15. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 82) LayoutPart parent = ((LayoutPart) (pane.getContainer())); LayoutPart cannot be resolved to a type |
16. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 82) LayoutPart parent = ((LayoutPart) (pane.getContainer())); LayoutPart cannot be resolved to a type |
17. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 88) public static Point getLocation(PartPane pane, int side) { PartPane cannot be resolved to a type |
18. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 100) .getEditorPresentation().getLayoutPart().getControl()), side); The method getEditorPresentation() is undefined for the type WorkbenchPage |
19. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragOperations.java (at line 152) page.getActivePerspective().describeLayout(buf); The method getActivePerspective() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTest.java (at line 260) page.testInvariants(); The method testInvariants() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/EditorDropTarget.java (at line 47) return DragOperations.getLocation(DragOperations.getPane(getPart()), The method getPane(IEditorPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/EditorTabDropTarget.java (at line 50) .getPane(getPart())); The method getPane(IEditorPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/EditorTitleDropTarget.java (at line 50) .getPane(getPart())); The method getPane(IEditorPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/FastViewBarDropTarget.java (at line 46) Control control = window.getFastViewBar().getControl(); The method getFastViewBar() is undefined for the type WorkbenchWindow |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 15) import org.eclipse.ui.internal.PartPane; The import org.eclipse.ui.internal.PartPane cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 17) import org.eclipse.ui.internal.ViewStack; The import org.eclipse.ui.internal.ViewStack cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 77) PartPane pane = ((ViewSite) part.getSite()).getPane(); PartPane cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 77) PartPane pane = ((ViewSite) part.getSite()).getPane(); The method getPane() is undefined for the type ViewSite |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 83) ViewStack parent = ((ViewStack) (pane.getContainer())); ViewStack cannot be resolved to a type |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 83) ViewStack parent = ((ViewStack) (pane.getContainer())); ViewStack cannot be resolved to a type |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDragSource.java (at line 85) PartPane presentablePart = wholeFolder ? null : pane; PartPane cannot be resolved to a type |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewDropTarget.java (at line 53) return DragOperations.getLocation(DragOperations.getPane(getPart()), The method getPane(IViewPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewTabDropTarget.java (at line 59) .getPane(getPart())); The method getPane(IViewPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dnd/ViewTitleDropTarget.java (at line 59) .getPane(getPart())); The method getPane(IViewPart) from the type DragOperations refers to the missing type PartPane |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ActionSetTests.java (at line 85) IActionSet[] sets = window.getActionPresentation().getActionSets(); The method getActionPresentation() is undefined for the type WorkbenchWindow |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/PerspectiveTests.java (at line 68) .findPerspective(desc)); The method findPerspective(IPerspectiveDescriptor) is undefined for the type WorkbenchPage |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/PerspectiveTests.java (at line 93) .findPerspective(desc)); The method findPerspective(IPerspectiveDescriptor) is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 27) import org.eclipse.ui.internal.FastViewBar; The import org.eclipse.ui.internal.FastViewBar cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 28) import org.eclipse.ui.internal.FastViewBarContextMenuContribution; The import org.eclipse.ui.internal.FastViewBarContextMenuContribution cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 82) ((WorkbenchPage) page).addFastView(ref); The method addFastView(IViewReference) is undefined for the type WorkbenchPage |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 92) return ((WorkbenchPage) page).saveState(memento); The method saveState(IMemento) is undefined for the type WorkbenchPage |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 102) return ((WorkbenchPage) page).getFastViews(); The method getFastViews() is undefined for the type WorkbenchPage |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 124) return ((WorkbenchPage) page).isFastView(ref); The method isFastView(IViewReference) is undefined for the type WorkbenchPage |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 156) FastViewBar fastViewBar = ((WorkbenchWindow) page.getWorkbenchWindow()) FastViewBar cannot be resolved to a type |
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 157) .getFastViewBar(); The method getFastViewBar() is undefined for the type WorkbenchWindow |
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 170) ((FastViewBarContextMenuContribution) menuContribution) FastViewBarContextMenuContribution cannot be resolved to a type |
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 170) ((FastViewBarContextMenuContribution) menuContribution) FastViewBarContextMenuContribution cannot be resolved to a type |
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 182) return ((PartSite) viewRef.getPart(true).getSite()).getPane() The method getPane() is undefined for the type PartSite |
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 195) .getPane().getToolBar(); The method getPane() is undefined for the type PartSite |
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 230) return ((WorkbenchPage) ref.getPage()).getActivePerspective() The method getActivePerspective() is undefined for the type WorkbenchPage |
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/helpers/TestFacadeImpl.java (at line 242) return ((WorkbenchPage) ref.getPage()).getActivePerspective() The method getActivePerspective() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/internal/PerspectiveSwitcherTest.java (at line 82) window.getPerspectiveBar()); The method getPerspectiveBar() is undefined for the type WorkbenchWindow |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/internal/PerspectiveSwitcherTest.java (at line 100) window.getPerspectiveBar()); The method getPerspectiveBar() is undefined for the type WorkbenchWindow |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug40023Test.java (at line 103) support.getKeyboard().press(keyStrokes, event); The method getKeyboard() is undefined for the type BindingService |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug43321Test.java (at line 88) support.getKeyboard().press(keyStrokes, event); The method getKeyboard() is undefined for the type BindingService |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug44460Test.java (at line 37) import org.eclipse.ui.internal.keys.WorkbenchKeyboard; The import org.eclipse.ui.internal.keys.WorkbenchKeyboard cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug44460Test.java (at line 104) List keyStrokes = WorkbenchKeyboard WorkbenchKeyboard cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/keys/Bug44460Test.java (at line 109) support.getKeyboard().press(keyStrokes, null); The method getKeyboard() is undefined for the type BindingService |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java (at line 45) import org.eclipse.ui.internal.EditorSashContainer; The import org.eclipse.ui.internal.EditorSashContainer cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java (at line 220) EditorSashContainer container = (EditorSashContainer) page EditorSashContainer cannot be resolved to a type |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java (at line 220) EditorSashContainer container = (EditorSashContainer) page EditorSashContainer cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java (at line 221) .getEditorPresentation().getLayoutPart(); The method getEditorPresentation() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java (at line 25) import org.eclipse.ui.internal.EditorSashContainer; The import org.eclipse.ui.internal.EditorSashContainer cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java (at line 78) final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart(); EditorSashContainer cannot be resolved to a type |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java (at line 78) final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart(); EditorSashContainer cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/presentations/Bug48589Test.java (at line 78) final EditorSashContainer container = (EditorSashContainer) page.getEditorPresentation().getLayoutPart(); The method getEditorPresentation() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java (at line 38) return table; table cannot be resolved to a variable |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java (at line 42) return filterText; The field QuickAccessDialog.filterText is not visible |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/quickaccess/QuickAccessDialogTest.java (at line 46) super.toggleShowAllMatches(); The method toggleShowAllMatches() is undefined for the type QuickAccessDialog |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java (at line 78) Cursor cursor = ((PartSite)site).getPane().getControl().getCursor(); The method getPane() is undefined for the type PartSite |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java (at line 92) cursor = ((PartSite)site).getPane().getControl().getCursor(); The method getPane() is undefined for the type PartSite |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java (at line 115) cursor = ((PartSite)site).getPane().getControl().getCursor(); The method getPane() is undefined for the type PartSite |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/services/WorkbenchSiteProgressServiceTest.java (at line 129) cursor = ((PartSite)site).getPane().getControl().getCursor(); The method getPane() is undefined for the type PartSite |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 23) import org.eclipse.ui.internal.ViewStack; The import org.eclipse.ui.internal.ViewStack cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 24) import org.eclipse.ui.internal.presentations.PresentablePart; The import org.eclipse.ui.internal.presentations cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 25) import org.eclipse.ui.internal.presentations.util.TabbedStackPresentation; The import org.eclipse.ui.internal.presentations cannot be resolved |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 97) ViewStack stack = (ViewStack) site.getPane().getContainer(); ViewStack cannot be resolved to a type |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 97) ViewStack stack = (ViewStack) site.getPane().getContainer(); ViewStack cannot be resolved to a type |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 97) ViewStack stack = (ViewStack) site.getPane().getContainer(); The method getPane() is undefined for the type ViewSite |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 99) TabbedStackPresentation pres = (TabbedStackPresentation) stack TabbedStackPresentation cannot be resolved to a type |
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 99) TabbedStackPresentation pres = (TabbedStackPresentation) stack TabbedStackPresentation cannot be resolved to a type |
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 122) ViewStack stack = (ViewStack) site.getPane().getContainer(); ViewStack cannot be resolved to a type |
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 122) ViewStack stack = (ViewStack) site.getPane().getContainer(); ViewStack cannot be resolved to a type |
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 122) ViewStack stack = (ViewStack) site.getPane().getContainer(); The method getPane() is undefined for the type ViewSite |
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 124) TabbedStackPresentation pres = (TabbedStackPresentation) stack TabbedStackPresentation cannot be resolved to a type |
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 124) TabbedStackPresentation pres = (TabbedStackPresentation) stack TabbedStackPresentation cannot be resolved to a type |
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 155) private void verifyOrder(TabbedStackPresentation pres, String[] order) { TabbedStackPresentation cannot be resolved to a type |
15. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 171) IPresentablePart[] partList = (IPresentablePart[]) ((ViewStack) site .getPane().getContainer()).getPresentableParts().toArray( ViewStack cannot be resolved to a type |
16. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 171) IPresentablePart[] partList = (IPresentablePart[]) ((ViewStack) site ViewStack cannot be resolved to a type |
17. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 172) .getPane().getContainer()).getPresentableParts().toArray( The method getPane() is undefined for the type ViewSite |
18. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 176) if (((PresentablePart) part).getPane() == site.getPane()) { PresentablePart cannot be resolved to a type |
19. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 176) if (((PresentablePart) part).getPane() == site.getPane()) { PresentablePart cannot be resolved to a type |
20. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug108033Test.java (at line 176) if (((PresentablePart) part).getPane() == site.getPane()) { The method getPane() is undefined for the type ViewSite |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 27) import org.eclipse.ui.internal.EditorStack; The import org.eclipse.ui.internal.EditorStack cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 150) EditorStack firstStack = (EditorStack) ((EditorSite) last EditorStack cannot be resolved to a type |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 150) EditorStack firstStack = (EditorStack) ((EditorSite) last EditorStack cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 151) .getEditorSite()).getPane().getContainer(); The method getPane() is undefined for the type EditorSite |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 152) EditorStack secondStack = (EditorStack) ((EditorSite) current EditorStack cannot be resolved to a type |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 152) EditorStack secondStack = (EditorStack) ((EditorSite) current EditorStack cannot be resolved to a type |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java (at line 153) .getEditorSite()).getPane().getContainer(); The method getPane() is undefined for the type EditorSite |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ActivateTest.java (at line 115) page.removeFastView((IViewReference)page.getReference(fastView)); The method removeFastView(IViewReference) is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 17) import org.eclipse.ui.internal.PartPane; The import org.eclipse.ui.internal.PartPane cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 19) import org.eclipse.ui.internal.PartStack; The import org.eclipse.ui.internal.PartStack cannot be resolved |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 73) PartPane pane = ((PartSite) newPart.getSite()).getPane(); PartPane cannot be resolved to a type |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 73) PartPane pane = ((PartSite) newPart.getSite()).getPane(); The method getPane() is undefined for the type PartSite |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 74) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 74) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 94) PartPane pane = ((PartSite) newPart.getSite()).getPane(); PartPane cannot be resolved to a type |
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 94) PartPane pane = ((PartSite) newPart.getSite()).getPane(); The method getPane() is undefined for the type PartSite |
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 95) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 95) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
11. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 111) PartPane pane = ((PartSite) newPart.getSite()).getPane(); PartPane cannot be resolved to a type |
12. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 111) PartPane pane = ((PartSite) newPart.getSite()).getPane(); The method getPane() is undefined for the type PartSite |
13. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 112) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
14. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java (at line 112) PartStack stack = (PartStack)pane.getContainer(); PartStack cannot be resolved to a type |
1. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 28) import org.eclipse.ui.internal.PartPane; The import org.eclipse.ui.internal.PartPane cannot be resolved |
2. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 77) page.testInvariants(); The method testInvariants() is undefined for the type WorkbenchPage |
3. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 138) Assert.assertTrue(page.isZoomed()); The method isZoomed() is undefined for the type WorkbenchPage |
4. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 164) if (page.isFastView(ref)) The method isFastView(IViewReference) is undefined for the type WorkbenchPage |
5. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 165) page.removeFastView(ref); The method removeFastView(IViewReference) is undefined for the type WorkbenchPage |
6. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 182) page.addFastView(ref); The method addFastView(IViewReference) is undefined for the type WorkbenchPage |
7. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 183) Assert.assertTrue(page.isFastView(ref)); The method isFastView(IViewReference) is undefined for the type WorkbenchPage |
8. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 194) PartPane pane = site.getPane(); PartPane cannot be resolved to a type |
9. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 194) PartPane pane = site.getPane(); The method getPane() is undefined for the type PartSite |
10. ERROR in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java (at line 253) return page.isZoomed(); The method isZoomed() is undefined for the type WorkbenchPage |
1. ERROR in /Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java (at line 22) import org.eclipse.ui.internal.PartPane; The import org.eclipse.ui.internal.PartPane cannot be resolved |
2. ERROR in /Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java (at line 128) PartPane pane = site.getPane(); PartPane cannot be resolved to a type |
3. ERROR in /Eclipse Part References Test/org/eclipse/ui/parts/tests/util/PartsTestUtil.java (at line 128) PartPane pane = site.getPane(); The method getPane() is undefined for the type PartSite |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |