Compiler log for org.eclipse.jdt.apt.ui_3.8.200.v20231108-0715 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 27, 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/apt/ui/internal/preferences/AptConfigurationBlock.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 60)
import org.eclipse.jdt.internal.ui.dialogs.StatusInfo;
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
2. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 501)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
3. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 501)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
4. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 506)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
5. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 506)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
6. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 509)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
7. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 509)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
8. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 521)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
9. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 521)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
10. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 524)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
11. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 524)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
12. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 529)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
13. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 529)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
14. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 532)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
15. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 532)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
16. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 545)
return new StatusInfo(IStatus.WARNING,
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
17. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 545)
return new StatusInfo(IStatus.WARNING,
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
18. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 549)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
19. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/AptConfigurationBlock.java
 (at line 549)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')

/src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 23)
import org.eclipse.jdt.internal.ui.dialogs.StatusInfo;
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
2. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 115)
StatusInfo status= new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
3. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 115)
StatusInfo status= new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
4. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 115)
StatusInfo status= new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
5. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 120)
status.setError(Messages.ProcessorOptionInputDialog_emptyKey);
Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
6. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 122)
status.setError(Messages.ProcessorOptionInputDialog_keyAlreadyInUse);
Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
7. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 124)
status.setError(Messages.ProcessorOptionInputDialog_equalsSignNotValid);
Discouraged access: The method 'StatusInfo.setError(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')
8. WARNING in /src/org/eclipse/jdt/apt/ui/internal/preferences/ProcessorOptionInputDialog.java
 (at line 126)
status.setWarning(Messages.AptConfigurationBlock_warningIgnoredOptions);
Discouraged access: The method 'StatusInfo.setWarning(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.30/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')