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 /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java (at line 30) import org.eclipse.debug.internal.ui.views.console.ProcessConsole; Discouraged access: The type ProcessConsole is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java (at line 66) if (fConsole instanceof ProcessConsole) { Discouraged access: The type ProcessConsole is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.debug.ui/@dot |
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java (at line 67) fProcess= ((ProcessConsole) fConsole).getProcess(); Discouraged access: The method getProcess() from the type ProcessConsole is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.debug.ui/@dot |
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java (at line 67) fProcess= ((ProcessConsole) fConsole).getProcess(); Discouraged access: The type ProcessConsole is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.debug.ui/@dot |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 13) import org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction; Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 14) import org.eclipse.jdt.internal.debug.ui.launcher.IClasspathViewer; Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 18) public class AddVariableStringAction extends RuntimeClasspathAction { Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 20) public AddVariableStringAction(IClasspathViewer viewer) { Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 21) super(AntLaunchConfigurationMessages.AddVariableStringAction_1, viewer); Discouraged access: The constructor RuntimeClasspathAction(String, IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 28) return ADD; Discouraged access: The field ADD from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 35) VariableInputDialog inputDialog = new VariableInputDialog(getShell()); Discouraged access: The method getShell() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 40) getViewer().addEntries(new IRuntimeClasspathEntry[] {newEntry}); Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java (at line 40) getViewer().addEntries(new IRuntimeClasspathEntry[] {newEntry}); Discouraged access: The method addEntries(IRuntimeClasspathEntry[]) from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 19) import org.eclipse.jdt.internal.debug.ui.actions.AddExternalJarAction; Discouraged access: The type AddExternalJarAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 20) import org.eclipse.jdt.internal.debug.ui.actions.AddFolderAction; Discouraged access: The type AddFolderAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 21) import org.eclipse.jdt.internal.debug.ui.actions.AddJarAction; Discouraged access: The type AddJarAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 22) import org.eclipse.jdt.internal.debug.ui.actions.MoveDownAction; Discouraged access: The type MoveDownAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 23) import org.eclipse.jdt.internal.debug.ui.actions.MoveUpAction; Discouraged access: The type MoveUpAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 24) import org.eclipse.jdt.internal.debug.ui.actions.RemoveAction; Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 25) import org.eclipse.jdt.internal.debug.ui.actions.RestoreDefaultEntriesAction; Discouraged access: The type RestoreDefaultEntriesAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 26) import org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction; Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 27) import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathEntry; Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 28) import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel; Discouraged access: The type ClasspathModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 29) import org.eclipse.jdt.internal.debug.ui.classpath.IClasspathEntry; Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 30) import org.eclipse.jdt.internal.debug.ui.launcher.IClasspathViewer; Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 55) createButton(pathButtonComp, new MoveUpAction(fClasspathViewer)); Discouraged access: The constructor MoveUpAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 55) createButton(pathButtonComp, new MoveUpAction(fClasspathViewer)); Discouraged access: The type MoveUpAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 56) createButton(pathButtonComp, new MoveDownAction(fClasspathViewer)); Discouraged access: The constructor MoveDownAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 56) createButton(pathButtonComp, new MoveDownAction(fClasspathViewer)); Discouraged access: The type MoveDownAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 57) createButton(pathButtonComp, new RemoveAction(fClasspathViewer)); Discouraged access: The constructor RemoveAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
18. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 57) createButton(pathButtonComp, new RemoveAction(fClasspathViewer)); Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
19. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 58) createButton(pathButtonComp, new AddJarAction(fClasspathViewer)); Discouraged access: The constructor AddJarAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
20. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 58) createButton(pathButtonComp, new AddJarAction(fClasspathViewer)); Discouraged access: The type AddJarAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
21. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 59) createButton(pathButtonComp, new AddExternalJarAction(fClasspathViewer, DIALOG_SETTINGS_PREFIX)); Discouraged access: The constructor AddExternalJarAction(IClasspathViewer, String) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
22. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 59) createButton(pathButtonComp, new AddExternalJarAction(fClasspathViewer, DIALOG_SETTINGS_PREFIX)); Discouraged access: The type AddExternalJarAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
23. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 60) Button button = createButton(pathButtonComp, new AddFolderAction(fClasspathViewer)); Discouraged access: The constructor AddFolderAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
24. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 60) Button button = createButton(pathButtonComp, new AddFolderAction(fClasspathViewer)); Discouraged access: The type AddFolderAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
25. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 63) RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this); Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
26. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 63) RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this); Discouraged access: The constructor RestoreDefaultEntriesAction(IClasspathViewer, JavaClasspathTab) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
27. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 63) RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this); Discouraged access: The type RestoreDefaultEntriesAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
28. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 65) action.setEnabled(true); Discouraged access: The method setEnabled(boolean) from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
29. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 69) action.setEnabled(true); Discouraged access: The method setEnabled(boolean) from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
30. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 93) public void entriesChanged(IClasspathViewer viewer) { Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
31. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 94) super.entriesChanged(viewer); Discouraged access: The method entriesChanged(IClasspathViewer) from the type AbstractJavaClasspathTab is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
32. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 118) ClasspathModel model= getModel(); Discouraged access: The type ClasspathModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
33. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 119) IClasspathEntry userEntry= model.getUserEntry(); Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
34. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 119) IClasspathEntry userEntry= model.getUserEntry(); Discouraged access: The method getUserEntry() from the type ClasspathModel is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
35. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 120) IClasspathEntry[] entries= userEntry.getEntries(); Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
36. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 120) IClasspathEntry[] entries= userEntry.getEntries(); Discouraged access: The method getEntries() from the type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
37. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 122) ClasspathEntry entry = (ClasspathEntry) entries[i]; Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
38. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 122) ClasspathEntry entry = (ClasspathEntry) entries[i]; Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
39. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java (at line 123) IRuntimeClasspathEntry runtimeEntry= entry.getDelegate(); Discouraged access: The method getDelegate() from the type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 30) import org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor; Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 31) import org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock; Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 45) private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock(); Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 45) private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock(); Discouraged access: The constructor VMArgumentsBlock() is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 45) private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock(); Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 54) Composite comp= (Composite)fJREBlock.getControl(); Discouraged access: The method getControl() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 58) fVMArgumentsBlock.createControl(comp); Discouraged access: The method createControl(Composite) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 68) protected JREDescriptor getDefaultJREDescriptor() { Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 69) return new JREDescriptor() { Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 82) protected JREDescriptor getSpecificJREDescriptor() { Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 83) return new JREDescriptor() { Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 97) boolean isDefaultJRE = fJREBlock.isDefaultJRE(); Discouraged access: The method isDefaultJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 99) fVMArgumentsBlock.setEnabled(!isDefaultJRE); Discouraged access: The method setEnabled(boolean) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 109) IVMInstall vm = fJREBlock.getJRE(); Discouraged access: The method getJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 110) IPath path = fJREBlock.getPath(); Discouraged access: The method getPath() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 114) fVMArgumentsBlock.performApply(configuration); Discouraged access: The method performApply(ILaunchConfigurationWorkingCopy) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 161) fVMArgumentsBlock.initializeFrom(configuration); Discouraged access: The method initializeFrom(ILaunchConfiguration) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
18. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 163) boolean separateVM = !fJREBlock.isDefaultJRE(); Discouraged access: The method isDefaultJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
19. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java (at line 165) fVMArgumentsBlock.setEnabled(separateVM); Discouraged access: The method setEnabled(boolean) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java (at line 17) import org.eclipse.jdt.internal.debug.ui.launcher.JavaWorkingDirectoryBlock; Discouraged access: The type JavaWorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java (at line 24) public class AntWorkingDirectoryBlock extends JavaWorkingDirectoryBlock { Discouraged access: The type JavaWorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 20) import org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction; Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 21) import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathEntry; Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 22) import org.eclipse.jdt.internal.debug.ui.launcher.IClasspathViewer; Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 34) public class EditAntHomeEntryAction extends RuntimeClasspathAction { Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 42) public EditAntHomeEntryAction(IClasspathViewer viewer, AntClasspathTab tab) { Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 43) super(AntLaunchConfigurationMessages.EditAntHomeEntryAction_1, viewer); Discouraged access: The constructor RuntimeClasspathAction(String, IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 57) DirectoryDialog dialog = new DirectoryDialog(getShell()); Discouraged access: The method getShell() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 72) IRuntimeClasspathEntry[] entries = getViewer().getEntries(); Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 72) IRuntimeClasspathEntry[] entries = getViewer().getEntries(); Discouraged access: The method getEntries() from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 76) IRuntimeClasspathEntry2 entry2 = (IRuntimeClasspathEntry2)((ClasspathEntry)entry).getDelegate(); Discouraged access: The method getDelegate() from the type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 76) IRuntimeClasspathEntry2 entry2 = (IRuntimeClasspathEntry2)((ClasspathEntry)entry).getDelegate(); Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 79) getViewer().refresh(entry); Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 79) getViewer().refresh(entry); Discouraged access: The method refresh(Object) from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 80) getViewer().notifyChanged(); Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 80) getViewer().notifyChanged(); Discouraged access: The method notifyChanged() from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 86) getViewer().addEntries(new IRuntimeClasspathEntry[]{new AntHomeClasspathEntry(path)}); Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java (at line 86) getViewer().addEntries(new IRuntimeClasspathEntry[]{new AntHomeClasspathEntry(path)}); Discouraged access: The method addEntries(IRuntimeClasspathEntry[]) from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.jdt.debug.ui/@dot |