Compiler log for org.eclipse.jdt.debug_3.11.50.v20170920-1717 : jdimodel.jar.xml

TOTAL : ERRORS: 0, WARNINGS: 8, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java
 (at line 69)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
2. WARNING in /model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java
 (at line 753)
bytes = Util.getResourceContentsAsByteArray((IFile) resource);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
3. WARNING in /model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java
 (at line 753)
bytes = Util.getResourceContentsAsByteArray((IFile) resource);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
2. WARNING in /eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java
 (at line 42)
i = Util.scanTypeSignature(typeSignature, i);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
3. WARNING in /eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java
 (at line 42)
i = Util.scanTypeSignature(typeSignature, i);
Discouraged access: The method 'Util.scanTypeSignature(char[], int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
4. WARNING in /eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java
 (at line 53)
i = Util.scanTypeSignature(typeSignature, i);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
5. WARNING in /eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SignatureExt.java
 (at line 53)
i = Util.scanTypeSignature(typeSignature, i);
Discouraged access: The method 'Util.scanTypeSignature(char[], int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')