1eclipse.preferences.version=1
2org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
3org.eclipse.jdt.core.compiler.annotation.nonnull=com.android.annotations.NonNull
4org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=com.android.annotations.NonNullByDefault
5org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled
6org.eclipse.jdt.core.compiler.annotation.nullable=com.android.annotations.Nullable
7org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
8org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
10org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
11org.eclipse.jdt.core.compiler.compliance=1.6
12org.eclipse.jdt.core.compiler.debug.lineNumber=generate
13org.eclipse.jdt.core.compiler.debug.localVariable=generate
14org.eclipse.jdt.core.compiler.debug.sourceFile=generate
15org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
16org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
17org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
18org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19org.eclipse.jdt.core.compiler.problem.deadCode=warning
20org.eclipse.jdt.core.compiler.problem.deprecation=warning
21org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
23org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
24org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
25org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
26org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
27org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
28org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
29org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
30org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
31org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
32org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
33org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
34org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled
35org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
36org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
37org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
38org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning
39org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
40org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
41org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning
42org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
43org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
44org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error
45org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
46org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
47org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
48org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
49org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
50org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
51org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
52org.eclipse.jdt.core.compiler.problem.nullReference=error
53org.eclipse.jdt.core.compiler.problem.nullSpecInsufficientInfo=warning
54org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
55org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore
56org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
57org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
58org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
59org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
60org.eclipse.jdt.core.compiler.problem.potentialNullSpecViolation=error
61org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning
62org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
63org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
64org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
65org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
66org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning
67org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
68org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
69org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
70org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
71org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
72org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
73org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
74org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
75org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled
76org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
77org.eclipse.jdt.core.compiler.problem.unclosedCloseable=error
78org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
79org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
80org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
81org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
82org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
83org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
84org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
85org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
86org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
87org.eclipse.jdt.core.compiler.problem.unusedImport=warning
88org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
89org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
90org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning
91org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
92org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
93org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
94org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
95org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
96org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
97org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
98org.eclipse.jdt.core.compiler.source=1.6
99