Home
last modified time | relevance | path

Searched refs:COMPILER_PB_DEPRECATION (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DDeprecated9Test.java59 customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in test002()
107 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in test002binary()
162 customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in test004()
375 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in testSinceSource()
450 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in testSinceBinary()
531 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in testSinceTerminally()
613 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.ERROR); in testDeprecatedPackageExport()
646 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.WARNING); in testDeprecatedModule()
696 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.INFO); in testDeprecatedProvidedServices()
795 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, CompilerOptions.INFO); in testDeprecatedUsedServices()
[all …]
H A DGenericsRegressionTest_1_8.java9133 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, JavaCore.IGNORE); in testBug525580()
9214 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, JavaCore.IGNORE); in testBug525580_comment28()
H A DCompilerInvocationTests.java1934 …ributes.put("OverridingDeprecatedMethod", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
1935 …"OverridingDeprecatedSinceVersionMethod", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2157 …ributes.put("UsingDeprecatedConstructor", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2158 …lemAttributes.put("UsingDeprecatedField", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2159 …emAttributes.put("UsingDeprecatedMethod", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2160 …emAttributes.put("UsingDeprecatedModule", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2162 …blemAttributes.put("UsingDeprecatedType", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2164 …s.put("UsingDeprecatedSinceVersionField", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2165 ….put("UsingDeprecatedSinceVersionMethod", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
2166 ….put("UsingDeprecatedSinceVersionModule", new ProblemAttributes(JavaCore.COMPILER_PB_DEPRECATION)); in test012_compiler_problems_tuning()
[all …]
H A DNullTypeAnnotationTest.java2842 runner.customOptions.put(JavaCore.COMPILER_PB_DEPRECATION, JavaCore.IGNORE); in testBug415850_03()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DJavaCore.java354 public static final String COMPILER_PB_DEPRECATION = PLUGIN_ID field in JavaCore
2981 preferences.setDefault(COMPILER_PB_DEPRECATION, WARNING); in initializeDefaultPluginPreferences()
2982 optionNames.add(COMPILER_PB_DEPRECATION); in initializeDefaultPluginPreferences()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/
H A DASTConverter9Test.java1449 p.setOption(JavaCore.COMPILER_PB_DEPRECATION, JavaCore.ERROR); in testBug542795()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DProblemSeveritiesConfigurationBlock.java558 private static final Key PREF_PB_DEPRECATION= getJDTCoreKey(JavaCore.COMPILER_PB_DEPRECATION);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaCore.java434 …public static final String COMPILER_PB_DEPRECATION = PLUGIN_ID + ".compiler.problem.deprecation"; … field in JavaCore