comparison mx/eclipse-settings/org.eclipse.jdt.core.prefs @ 13248:f89188646695

Remove warnings about forbidden and discouraged accesses in eclipse
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 04 Dec 2013 17:11:33 +0100
parents e709633d87c6
children 2ba54e75b032
comparison
equal deleted inserted replaced
13247:e709633d87c6 13248:f89188646695
37 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 37 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
38 org.eclipse.jdt.core.compiler.problem.deadCode=warning 38 org.eclipse.jdt.core.compiler.problem.deadCode=warning
39 org.eclipse.jdt.core.compiler.problem.deprecation=warning 39 org.eclipse.jdt.core.compiler.problem.deprecation=warning
40 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=enabled 40 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=enabled
41 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled 41 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
42 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 42 org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
43 org.eclipse.jdt.core.compiler.problem.emptyStatement=warning 43 org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
44 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 44 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
45 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 45 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
46 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore 46 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
47 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled 47 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
48 org.eclipse.jdt.core.compiler.problem.fieldHiding=warning 48 org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
49 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 49 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
50 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=ignore 50 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=ignore
51 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 51 org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
52 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning 52 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
53 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled 53 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
54 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 54 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
55 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore 55 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
56 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 56 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore