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/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/M201009090800/src/plugins/org.eclipse.jdt.launching/@dot |
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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/src/plugins/org.eclipse.jdt.launching/@dot |
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/M201009090800/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/M201009090800/src/plugins/org.eclipse.jdt.launching/@dot |