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/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/I-build-4.24/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 503) return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genSrcDirMustBeValidRelativePath); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 503) 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/I-build-4.24/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 508) return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 508) 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/I-build-4.24/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 511) return new StatusInfo(); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 511) return new StatusInfo(); Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 523) return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeValidRelativePath); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 523) 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/I-build-4.24/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 526) return new StatusInfo(IStatus.ERROR, Messages.AptConfigurationBlock_genTestSrcDirMustBeDifferent); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 526) 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/I-build-4.24/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 531) return new StatusInfo(IStatus.WARNING, Messages.AptConfigurationBlock_warningContentsMayBeDeleted); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 531) 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/I-build-4.24/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 534) return new StatusInfo(); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 534) return new StatusInfo(); Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 547) return new StatusInfo(IStatus.WARNING, Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 547) return new StatusInfo(IStatus.WARNING, Discouraged access: The constructor 'StatusInfo(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 551) return new StatusInfo(); Discouraged access: The type 'StatusInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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 551) return new StatusInfo(); Discouraged access: The constructor 'StatusInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/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') |
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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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/I-build-4.24/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') |