1 #Wed Mar 16 15:10:40 PDT 2011 2 eclipse.preferences.version=1 3 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 4 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 5 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning 6 org.eclipse.jdt.core.compiler.problem.deadCode=warning 7 org.eclipse.jdt.core.compiler.problem.deprecation=warning 8 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 9 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 10 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 11 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 12 org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 13 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled 14 org.eclipse.jdt.core.compiler.problem.fieldHiding=warning 15 org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 16 org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning 17 org.eclipse.jdt.core.compiler.problem.forbiddenReference=error 18 org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning 19 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 20 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore 21 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 22 org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 23 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning 24 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning 25 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning 26 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=error 27 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 28 org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 29 org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning 30 org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning 31 org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 32 org.eclipse.jdt.core.compiler.problem.nullReference=error 33 org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 34 org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 35 org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning 36 org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 37 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 38 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore 39 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning 40 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 41 org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning 42 org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 43 org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 44 org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 45 org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 46 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 47 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 48 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore 49 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning 50 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 51 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 52 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 53 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 54 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 55 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 56 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning 57 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning 58 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore 59 org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 60 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 61 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 62 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning 63 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 64 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 65