Compiler log for org.eclipse.jdt.apt.pluggable.core_1.3.100.v20221201-1549 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 44, 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

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
3. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 37)
import org.eclipse.jdt.internal.compiler.env.ICompilationUnit;
Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
4. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 38)
import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding;
Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
5. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 66)
public void configureFromPlatform(Compiler compiler, Object compilationUnitLocator, Object javaProject, boolean isTestCode) {
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
6. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 120)
public ICompilationUnit findCompilationUnit(IFile file) {
Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
7. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 129)
* @see BaseAnnotationProcessorManager#processAnnotations(CompilationUnitDeclaration[], boolean)
Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
8. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 132)
public void processAnnotations(CompilationUnitDeclaration[] units, ReferenceBinding[] referenceBindings, boolean isLastRound) {
Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
9. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeAnnotationProcessorManager.java
 (at line 132)
public void processAnnotations(CompilationUnitDeclaration[] units, ReferenceBinding[] referenceBindings, boolean isLastRound) {
Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeReconcileProcessingEnvImpl.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeReconcileProcessingEnvImpl.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeReconcileProcessingEnvImpl.java
 (at line 29)
IJavaProject jproject, Compiler compiler, boolean isTestCode) {
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java
 (at line 43)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java
 (at line 61)
IJavaProject jproject, Compiler compiler, boolean isTestCode)
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
3. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl.java
 (at line 188)
public Compiler getCompiler() {
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')

/src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
3. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.env.IBinaryType;
Discouraged access: The type 'IBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
4. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding;
Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
5. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding;
Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
6. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 53)
Compiler compiler = this._env.getCompiler();
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
7. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 55)
IBinaryType binaryType = null;
Discouraged access: The type 'IBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
8. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 58)
binaryType = ClassFileReader.read(this._file.getLocation().toString());
Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
9. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 58)
binaryType = ClassFileReader.read(this._file.getLocation().toString());
Discouraged access: The method 'ClassFileReader.read(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
10. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 67)
binaryType = ClassFileReader.read(this._file.getLocation().toString());
Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
11. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 67)
binaryType = ClassFileReader.read(this._file.getLocation().toString());
Discouraged access: The method 'ClassFileReader.read(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
12. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 68)
char[][] splitOn = CharOperation.splitOn('/', binaryType.getName());
Discouraged access: The method 'IBinaryType.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
13. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 69)
ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn);
Discouraged access: The type 'ReferenceBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
14. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 69)
ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn);
Discouraged access: The field 'Compiler.lookupEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
15. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 69)
ReferenceBinding type = compiler.lookupEnvironment.getType(splitOn);
Discouraged access: The method 'LookupEnvironment.getType(char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
16. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 70)
if (type != null && type.isValidBinding()) {
Discouraged access: The method 'Binding.isValidBinding()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
17. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 71)
if (type.isBinaryBinding()) {
Discouraged access: The method 'ReferenceBinding.isBinaryBinding()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
18. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 74)
BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true);
Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
19. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 74)
BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true);
Discouraged access: The type 'BinaryTypeBinding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
20. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 74)
BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true);
Discouraged access: The constructor 'BinaryTypeBinding(PackageBinding, IBinaryType, LookupEnvironment, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
21. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 74)
BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true);
Discouraged access: The method 'ReferenceBinding.getPackage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
22. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeClassOutputStream.java
 (at line 74)
BinaryTypeBinding binaryBinding = new BinaryTypeBinding(type.getPackage(), binaryType, compiler.lookupEnvironment, true);
Discouraged access: The field 'Compiler.lookupEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeBuildProcessingEnvImpl.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeBuildProcessingEnvImpl.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeBuildProcessingEnvImpl.java
 (at line 29)
IJavaProject jproject, Compiler compiler, boolean isTestCode) {
Discouraged access: The type 'Compiler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')

/src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type 'CompilationResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
2. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 84)
Apt6Plugin.log(new Status(IStatus.INFO, Apt6Plugin.PLUGIN_ID, Apt6Plugin.STATUS_EXCEPTION, problem.getMessage(), null));
Discouraged access: The method 'DefaultProblem.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
3. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 87)
CompilationResult result = problem._referenceContext.compilationResult();
Discouraged access: The type 'CompilationResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
4. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 87)
CompilationResult result = problem._referenceContext.compilationResult();
Discouraged access: The method 'ReferenceContext.compilationResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
5. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 88)
result.record(problem, problem._referenceContext);
Discouraged access: The method 'CompilationResult.record(CategorizedProblem, ReferenceContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')
6. WARNING in /src/org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl.java
 (at line 93)
Apt6Plugin.log(new Status(IStatus.INFO, Apt6Plugin.PLUGIN_ID, Apt6Plugin.STATUS_EXCEPTION, problem.getMessage(), null));
Discouraged access: The method 'DefaultProblem.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.27/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/target/classes')