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