Compiler log for org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243 : @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/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')

/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 '/opt/public/eclipse/builds/4I/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 502)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 502)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 507)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 507)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 510)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 510)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 522)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 522)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 525)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 525)
return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 530)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 530)
return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted);
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 533)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 533)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 546)
return new StatusInfo(IStatus.WARNING,
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 546)
return new StatusInfo(IStatus.WARNING,
Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 550)
return new StatusInfo();
Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 550)
return new StatusInfo();
Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/target/classes')