Compiler log for org.eclipse.ant.ui_3.3.0.v20080529 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 105

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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

/Ant Tools Support/org/eclipse/ant/internal/ui/AntUtil.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/AntUtil.java
 (at line 602)
mementos.add(homeEntry.getMemento());
Discouraged access: The method getMemento() from the type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java : 4 warnings :

DISCOURAGED ACCESS 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/M200809111700/src/plugins/org.eclipse.debug.ui/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java
 (at line 74)
if (fConsole instanceof ProcessConsole) {
Discouraged access: The type ProcessConsole is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.debug.ui/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java
 (at line 75)
fProcess= ((ProcessConsole) fConsole).getProcess();
Discouraged access: The method getProcess() from the type ProcessConsole is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.debug.ui/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/console/JavacMarkerCreator.java
 (at line 75)
fProcess= ((ProcessConsole) fConsole).getProcess();
Discouraged access: The type ProcessConsole is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.debug.ui/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AddVariableStringAction.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java : 39 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 18)
import org.eclipse.jdt.internal.debug.ui.actions.AddExternalJarAction;
Discouraged access: The type AddExternalJarAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 19)
import org.eclipse.jdt.internal.debug.ui.actions.AddFolderAction;
Discouraged access: The type AddFolderAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 20)
import org.eclipse.jdt.internal.debug.ui.actions.AddJarAction;
Discouraged access: The type AddJarAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 21)
import org.eclipse.jdt.internal.debug.ui.actions.MoveDownAction;
Discouraged access: The type MoveDownAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 22)
import org.eclipse.jdt.internal.debug.ui.actions.MoveUpAction;
Discouraged access: The type MoveUpAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 23)
import org.eclipse.jdt.internal.debug.ui.actions.RemoveAction;
Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 24)
import org.eclipse.jdt.internal.debug.ui.actions.RestoreDefaultEntriesAction;
Discouraged access: The type RestoreDefaultEntriesAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 25)
import org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction;
Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 26)
import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathEntry;
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 27)
import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathModel;
Discouraged access: The type ClasspathModel is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 28)
import org.eclipse.jdt.internal.debug.ui.classpath.IClasspathEntry;
Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 29)
import org.eclipse.jdt.internal.debug.ui.launcher.IClasspathViewer;
Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 54)
createButton(pathButtonComp, new MoveUpAction(fClasspathViewer));
Discouraged access: The constructor MoveUpAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 54)
createButton(pathButtonComp, new MoveUpAction(fClasspathViewer));
Discouraged access: The type MoveUpAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 55)
createButton(pathButtonComp, new MoveDownAction(fClasspathViewer));
Discouraged access: The constructor MoveDownAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 55)
createButton(pathButtonComp, new MoveDownAction(fClasspathViewer));
Discouraged access: The type MoveDownAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 56)
createButton(pathButtonComp, new RemoveAction(fClasspathViewer));
Discouraged access: The constructor RemoveAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
18. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 56)
createButton(pathButtonComp, new RemoveAction(fClasspathViewer));
Discouraged access: The type RemoveAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
19. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 57)
createButton(pathButtonComp, new AddJarAction(fClasspathViewer));
Discouraged access: The constructor AddJarAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
20. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 57)
createButton(pathButtonComp, new AddJarAction(fClasspathViewer));
Discouraged access: The type AddJarAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
21. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 58)
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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
22. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 58)
createButton(pathButtonComp, new AddExternalJarAction(fClasspathViewer, DIALOG_SETTINGS_PREFIX));
Discouraged access: The type AddExternalJarAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
23. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 59)
Button button = createButton(pathButtonComp, new AddFolderAction(fClasspathViewer));
Discouraged access: The constructor AddFolderAction(IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
24. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 59)
Button button = createButton(pathButtonComp, new AddFolderAction(fClasspathViewer));
Discouraged access: The type AddFolderAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
25. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 62)
RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this);
Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
26. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 62)
RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this);
Discouraged access: The constructor RestoreDefaultEntriesAction(IClasspathViewer, JavaClasspathTab) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
27. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 62)
RuntimeClasspathAction action= new RestoreDefaultEntriesAction(fClasspathViewer, this);
Discouraged access: The type RestoreDefaultEntriesAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
28. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 64)
action.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
29. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 68)
action.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
30. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 92)
public void entriesChanged(IClasspathViewer viewer) {
Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
31. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 93)
super.entriesChanged(viewer);
Discouraged access: The method entriesChanged(IClasspathViewer) from the type AbstractJavaClasspathTab is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
32. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 117)
ClasspathModel model= getModel();
Discouraged access: The type ClasspathModel is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
33. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 118)
IClasspathEntry userEntry= model.getUserEntry();
Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
34. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 118)
IClasspathEntry userEntry= model.getUserEntry();
Discouraged access: The method getUserEntry() from the type ClasspathModel is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
35. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 119)
IClasspathEntry[] entries= userEntry.getEntries();
Discouraged access: The type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
36. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 119)
IClasspathEntry[] entries= userEntry.getEntries();
Discouraged access: The method getEntries() from the type IClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
37. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 121)
ClasspathEntry entry = (ClasspathEntry) entries[i];
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
38. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 121)
ClasspathEntry entry = (ClasspathEntry) entries[i];
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
39. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntClasspathTab.java
 (at line 122)
IRuntimeClasspathEntry runtimeEntry= entry.getDelegate();
Discouraged access: The method getDelegate() from the type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntHomeClasspathEntry.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntHomeClasspathEntry.java
 (at line 25)
import org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry;
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntHomeClasspathEntry.java
 (at line 37)
public class AntHomeClasspathEntry extends AbstractRuntimeClasspathEntry {
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntHomeClasspathEntry.java
 (at line 128)
abort(MessageFormat.format(AntLaunchConfigurationMessages.AntHomeClasspathEntry_10, new String[] {antHomeLocation}), null);
Discouraged access: The method abort(String, Throwable) from the type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntHomeClasspathEntry.java
 (at line 131)
abort(MessageFormat.format(AntLaunchConfigurationMessages.AntHomeClasspathEntry_11, new String[] {antHomeLocation}), null);
Discouraged access: The method abort(String, Throwable) from the type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 23)
import org.eclipse.jdt.internal.debug.ui.jres.JREDescriptor;
Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 24)
import org.eclipse.jdt.internal.debug.ui.launcher.VMArgumentsBlock;
Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 38)
private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock();
Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 38)
private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock();
Discouraged access: The constructor VMArgumentsBlock() is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 38)
private VMArgumentsBlock fVMArgumentsBlock= new VMArgumentsBlock();
Discouraged access: The type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 47)
Composite comp= (Composite)fJREBlock.getControl();
Discouraged access: The method getControl() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 51)
fVMArgumentsBlock.createControl(comp);
Discouraged access: The method createControl(Composite) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 54)
fWorkingDirectoryBlock.createControl(comp);
Discouraged access: The method createControl(Composite) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 61)
protected JREDescriptor getDefaultJREDescriptor() {
Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 62)
return new JREDescriptor() {
Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 75)
protected JREDescriptor getSpecificJREDescriptor() {
Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 76)
return new JREDescriptor() {
Discouraged access: The type JREDescriptor is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 90)
boolean isDefaultJRE = fJREBlock.isDefaultJRE();
Discouraged access: The method isDefaultJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 91)
fWorkingDirectoryBlock.setEnabled(!isDefaultJRE);
Discouraged access: The method setEnabled(boolean) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 92)
fVMArgumentsBlock.setEnabled(!isDefaultJRE);
Discouraged access: The method setEnabled(boolean) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 110)
fVMArgumentsBlock.performApply(configuration);
Discouraged access: The method performApply(ILaunchConfigurationWorkingCopy) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 111)
fWorkingDirectoryBlock.performApply(configuration);
Discouraged access: The method performApply(ILaunchConfigurationWorkingCopy) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
18. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 133)
IVMInstall vm= fJREBlock.getJRE();
Discouraged access: The method getJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
19. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 201)
fVMArgumentsBlock.initializeFrom(configuration);
Discouraged access: The method initializeFrom(ILaunchConfiguration) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
20. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 203)
boolean separateVM= !fJREBlock.isDefaultJRE();
Discouraged access: The method isDefaultJRE() from the type JREsComboBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
21. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 204)
fWorkingDirectoryBlock.setEnabled(separateVM);
Discouraged access: The method setEnabled(boolean) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
22. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 205)
fVMArgumentsBlock.setEnabled(separateVM);
Discouraged access: The method setEnabled(boolean) from the type VMArgumentsBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
23. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntJRETab.java
 (at line 212)
return super.isValid(config) && fWorkingDirectoryBlock.isValid(config);
Discouraged access: The method isValid(ILaunchConfiguration) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
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/M200809111700/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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java
 (at line 41)
super.setDefaultWorkingDir();
Discouraged access: The method setDefaultWorkingDir() from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java
 (at line 44)
setDefaultWorkingDirectoryText(fDefaultWorkingDirPath);
Discouraged access: The method setDefaultWorkingDirectoryText(String) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java
 (at line 51)
setLaunchConfiguration(configuration);
Discouraged access: The method setLaunchConfiguration(ILaunchConfiguration) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/AntWorkingDirectoryBlock.java
 (at line 60)
setOtherWorkingDirectoryText(wd);
Discouraged access: The method setOtherWorkingDirectoryText(String) from the type WorkingDirectoryBlock is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/ContributedClasspathEntriesEntry.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/ContributedClasspathEntriesEntry.java
 (at line 33)
import org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry;
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/ContributedClasspathEntriesEntry.java
 (at line 48)
public class ContributedClasspathEntriesEntry extends AbstractRuntimeClasspathEntry {
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.launching/@dot

/Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 19)
import org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction;
Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 20)
import org.eclipse.jdt.internal.debug.ui.classpath.ClasspathEntry;
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 21)
import org.eclipse.jdt.internal.debug.ui.launcher.IClasspathViewer;
Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 33)
public class EditAntHomeEntryAction extends RuntimeClasspathAction {
Discouraged access: The type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 41)
public EditAntHomeEntryAction(IClasspathViewer viewer, AntClasspathTab tab) {
Discouraged access: The type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
6. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 42)
super(AntLaunchConfigurationMessages.EditAntHomeEntryAction_1, viewer);
Discouraged access: The constructor RuntimeClasspathAction(String, IClasspathViewer) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
7. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 56)
DirectoryDialog dialog = new DirectoryDialog(getShell());
Discouraged access: The method getShell() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
8. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 71)
IRuntimeClasspathEntry[] entries = getViewer().getEntries();
Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
9. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 71)
IRuntimeClasspathEntry[] entries = getViewer().getEntries();
Discouraged access: The method getEntries() from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
10. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 75)
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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
11. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 75)
IRuntimeClasspathEntry2 entry2 = (IRuntimeClasspathEntry2)((ClasspathEntry)entry).getDelegate();
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
12. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 78)
getViewer().refresh(entry);
Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
13. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 78)
getViewer().refresh(entry);
Discouraged access: The method refresh(Object) from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
14. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 79)
getViewer().notifyChanged();
Discouraged access: The method getViewer() from the type RuntimeClasspathAction is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
15. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 79)
getViewer().notifyChanged();
Discouraged access: The method notifyChanged() from the type IClasspathViewer is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
16. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 85)
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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot
17. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/launchConfigurations/EditAntHomeEntryAction.java
 (at line 85)
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/M200809111700/src/plugins/org.eclipse.jdt.debug.ui/@dot