Compiler log for org.eclipse.jdt.launching_3.3.0.v20070510 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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

/launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java
 (at line 30)
import org.eclipse.jdt.internal.debug.core.JavaDebugUtils;
Discouraged access: The type JavaDebugUtils is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.debug/jdimodel.jar
2. WARNING in /launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java
 (at line 60)
return JavaDebugUtils.getSourceName(object);
Discouraged access: The type JavaDebugUtils is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.debug/jdimodel.jar
3. WARNING in /launching/org/eclipse/jdt/launching/sourcelookup/containers/JavaSourceLookupParticipant.java
 (at line 60)
return JavaDebugUtils.getSourceName(object);
Discouraged access: The method getSourceName(Object) from the type JavaDebugUtils is not accessible due to restriction on classpath entry /builds/I200706251500/src/plugins/org.eclipse.jdt.debug/jdimodel.jar