Compiler log for org.eclipse.ant.launching_1.0.1.v20101020_r362 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7

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

/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java : 1 warning :

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

/src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
 (at line 24)
import org.eclipse.jdt.internal.launching.AbstractRuntimeClasspathEntry;
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.jdt.launching/@dot
2. WARNING in /src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
 (at line 38)
public class AntHomeClasspathEntry extends AbstractRuntimeClasspathEntry {
Discouraged access: The type AbstractRuntimeClasspathEntry is not accessible due to restriction on classpath entry /builds/M201102101200/src/plugins/org.eclipse.jdt.launching/@dot
3. WARNING in /src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
 (at line 129)
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/M201102101200/src/plugins/org.eclipse.jdt.launching/@dot
4. WARNING in /src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
 (at line 132)
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/M201102101200/src/plugins/org.eclipse.jdt.launching/@dot

/src/org/eclipse/ant/internal/launching/launchConfigurations/ContributedClasspathEntriesEntry.java : 2 warnings :

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