| errors | others warnings | infos | forbidden warnings | discouraged warnings |
| top | others warnings | infos | forbidden warnings | discouraged warnings |
| top | errors | infos | forbidden warnings | discouraged warnings |
| errors | others warnings | forbidden warnings | discouraged warnings |
| top | errors | infos | others warnings | discouraged warnings |
| top | errors | infos | others warnings | forbidden 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') |
| 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') |