comparison .settings/org.eclipse.jdt.core.prefs @ 352:b9af321f7f20

Change dependencies
author sugi
date Tue, 06 May 2014 17:21:33 +0900
parents d46c42352e4f
children f6f6e481c00c 50b5aeca0cee
comparison
equal deleted inserted replaced
351:f025283c1e2a 352:b9af321f7f20
3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 3 org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 4 org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 5 org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11 org.eclipse.jdt.core.compiler.compliance=1.6
12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
13 org.eclipse.jdt.core.compiler.debug.localVariable=generate
14 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 8 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
17 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 9 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 10 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19 org.eclipse.jdt.core.compiler.problem.deadCode=warning 11 org.eclipse.jdt.core.compiler.problem.deadCode=warning
20 org.eclipse.jdt.core.compiler.problem.deprecation=warning 12 org.eclipse.jdt.core.compiler.problem.deprecation=warning
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 13 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 14 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 15 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
24 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 16 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
25 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
26 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 17 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
27 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore 18 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
28 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 19 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
29 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore 20 org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
30 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 21 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
94 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 85 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
95 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning 86 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
96 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 87 org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 88 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 89 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
99 org.eclipse.jdt.core.compiler.source=1.6