errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 59) import org.eclipse.ui.internal.ErrorEditorPart; Discouraged access: The type ErrorEditorPart is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 60) import org.eclipse.ui.internal.registry.EditorDescriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1035) if (!(descriptor instanceof EditorDescriptor)) Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1038) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1038) EditorDescriptor desc = (EditorDescriptor) descriptor; Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1039) String className = desc.getClassName(); Discouraged access: The method getClassName() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1040) String contributor = desc.getPluginId(); Discouraged access: The method getPluginId() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1055) IEditorPart editor= desc.createEditor(); Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/team/internal/ui/Utils.java (at line 1085) if (part instanceof ErrorEditorPart) { Discouraged access: The type ErrorEditorPart is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 35) import org.eclipse.ui.internal.WorkbenchPage; Discouraged access: The type WorkbenchPage is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 343) ((WorkbenchPage) (page.getSite().getPage())) .openEditorFromDescriptor(isFile ? new FileEditorInput( (IFile) storage) : (IEditorInput) FileRevisionEditorInput .createEditorInputFor(fileRevision, monitor), editorDescriptor, true, null); Discouraged access: The method openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento) from the type WorkbenchPage is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java (at line 343) ((WorkbenchPage) (page.getSite().getPage())) Discouraged access: The type WorkbenchPage is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 19) import org.eclipse.compare.internal.CompareEditor; Discouraged access: The type CompareEditor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |
2. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 20) import org.eclipse.compare.internal.CompareEditorInputNavigator; Discouraged access: The type CompareEditorInputNavigator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |
3. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 212) Object o= cc.getProperty(CompareEditor.CONFIRM_SAVE_PROPERTY); Discouraged access: The type CompareEditor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |
4. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 212) Object o= cc.getProperty(CompareEditor.CONFIRM_SAVE_PROPERTY); Discouraged access: The field CONFIRM_SAVE_PROPERTY from the type CompareEditor is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |
5. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 319) configuration.setProperty(SynchronizePageConfiguration.P_NAVIGATOR, new CompareEditorInputNavigator( new Object[] { configuration.getProperty(SynchronizePageConfiguration.P_ADVISOR), fStructuredComparePane, fContentPane } )); Discouraged access: The constructor CompareEditorInputNavigator(Object[]) is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |
6. WARNING in /src/org/eclipse/team/ui/PageSaveablePart.java (at line 319) configuration.setProperty(SynchronizePageConfiguration.P_NAVIGATOR, new CompareEditorInputNavigator( Discouraged access: The type CompareEditorInputNavigator is not accessible due to restriction on classpath entry /builds/M201002111343/src/plugins/org.eclipse.compare/@dot |