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