blob: cc956f74eea88e4d9ec9cf674b2ff43798b62740 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001eclipse.preferences.version=1
Stephan Herrmann38222252014-05-15 14:04:11 +02002org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4org.eclipse.jdt.core.compiler.compliance=1.7
Stephan Herrmann01664412010-04-01 20:28:43 +00005org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
6org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
7org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +00008org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
9org.eclipse.jdt.core.compiler.problem.deadCode=warning
Stephan Herrmann01664412010-04-01 20:28:43 +000010org.eclipse.jdt.core.compiler.problem.deprecation=warning
11org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
12org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
Stephan Herrmannd95a2672010-11-25 16:55:15 +000013org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
Stephan Herrmann01664412010-04-01 20:28:43 +000014org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
15org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
16org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000017org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
Stephan Herrmann01664412010-04-01 20:28:43 +000018org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
19org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
20org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
21org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
22org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
Stephan Herrmannd95a2672010-11-25 16:55:15 +000023org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
Stephan Herrmann01664412010-04-01 20:28:43 +000024org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
25org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
26org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
27org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
28org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
29org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000030org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
Stephan Herrmann01664412010-04-01 20:28:43 +000031org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000032org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
Stephan Herrmann01664412010-04-01 20:28:43 +000033org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
Stephan Herrmannd95a2672010-11-25 16:55:15 +000034org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
Stephan Herrmann01664412010-04-01 20:28:43 +000035org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
36org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
37org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
38org.eclipse.jdt.core.compiler.problem.nullReference=ignore
39org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
40org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
41org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000042org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
Stephan Herrmann01664412010-04-01 20:28:43 +000043org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000044org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
45org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
Stephan Herrmann01664412010-04-01 20:28:43 +000046org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
47org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
Stephan Herrmannd95a2672010-11-25 16:55:15 +000048org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
Stephan Herrmann01664412010-04-01 20:28:43 +000049org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
50org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
51org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
52org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=ignore
53org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
54org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
55org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
56org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
57org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
58org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000059org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
60org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
Stephan Herrmann01664412010-04-01 20:28:43 +000061org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
62org.eclipse.jdt.core.compiler.problem.unusedImport=warning
63org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
64org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
Stephan Herrmannd95a2672010-11-25 16:55:15 +000065org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
Stephan Herrmann01664412010-04-01 20:28:43 +000066org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
Stephan Herrmannd95a2672010-11-25 16:55:15 +000067org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
Stephan Herrmann01664412010-04-01 20:28:43 +000068org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
69org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
70org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
Stephan Herrmannd95a2672010-11-25 16:55:15 +000071org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
Stephan Herrmann01664412010-04-01 20:28:43 +000072org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
Stephan Herrmann38222252014-05-15 14:04:11 +020073org.eclipse.jdt.core.compiler.source=1.7
74org.eclipse.objectteams.otdt.compiler.option.pure_java=enabled