blob: 954b3ce85c3395965161f5b3eba2d9cc88910538 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001eclipse.preferences.version=1
Stephan Herrmann4df59472010-04-06 11:02:29 +00002org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
Stephan Herrmann38222252014-05-15 14:04:11 +02003org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
Stephan Herrmann4df59472010-04-06 11:02:29 +00004org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Stephan Herrmann38222252014-05-15 14:04:11 +02005org.eclipse.jdt.core.compiler.compliance=1.7
Stephan Herrmann4df59472010-04-06 11:02:29 +00006org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7org.eclipse.jdt.core.compiler.debug.localVariable=generate
8org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Stephan Herrmannb6d017d2010-05-04 21:00:29 +00009org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
Stephan Herrmann4df59472010-04-06 11:02:29 +000010org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000011org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
12org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
13org.eclipse.jdt.core.compiler.problem.deadCode=warning
14org.eclipse.jdt.core.compiler.problem.deprecation=warning
15org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
16org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
17org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
18org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
Stephan Herrmann4df59472010-04-06 11:02:29 +000019org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000020org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
21org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
22org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
23org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
24org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
25org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
26org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
Stephan Herrmann0dfe5d02011-03-01 14:38:04 +000027org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000028org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
29org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
30org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
31org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
32org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
33org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
34org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
35org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
36org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
37org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
38org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
39org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
40org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
41org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
42org.eclipse.jdt.core.compiler.problem.nullReference=warning
43org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
44org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
45org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
46org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
47org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
48org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
49org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
Stephan Herrmann0dfe5d02011-03-01 14:38:04 +000050org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
51org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000052org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
53org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
Stephan Herrmann5d06eff2010-08-29 00:11:52 +000054org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=enabled
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000055org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
56org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
57org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
Stephan Herrmann0dfe5d02011-03-01 14:38:04 +000058org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000059org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
60org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
61org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
62org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
Stephan Herrmannd70bc6b2011-03-03 18:46:23 +000063org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
Stephan Herrmannb6d017d2010-05-04 21:00:29 +000064org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
65org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
66org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
67org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
68org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
69org.eclipse.jdt.core.compiler.problem.unusedImport=warning
70org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
71org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
72org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
73org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
74org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
75org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
76org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
77org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
78org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
79org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
Stephan Herrmann38222252014-05-15 14:04:11 +020080org.eclipse.jdt.core.compiler.source=1.7
Stephan Herrmann4df59472010-04-06 11:02:29 +000081org.eclipse.objectteams.otdt.compiler.option.joinpoint_queries=disabled
82org.eclipse.objectteams.otdt.compiler.option.scoped_keywords=enabled
Stephan Herrmannfca01272016-05-03 20:24:55 +020083org.eclipse.objectteams.otdt.compiler.option.weaving_scheme=OTDRE
Stephan Herrmann4df59472010-04-06 11:02:29 +000084org.eclipse.objectteams.otdt.compiler.problem.abstract_potential_relevant_role=warning
85org.eclipse.objectteams.otdt.compiler.problem.basecall=warning
86org.eclipse.objectteams.otdt.compiler.problem.binding_conventions=error
87org.eclipse.objectteams.otdt.compiler.problem.decapsulation=warning
88org.eclipse.objectteams.otdt.compiler.problem.deprecated_path_syntax=warning
89org.eclipse.objectteams.otdt.compiler.problem.effectless_fieldaccess=warning
90org.eclipse.objectteams.otdt.compiler.problem.fragile_callin=warning
91org.eclipse.objectteams.otdt.compiler.problem.incomplete_build=error
92org.eclipse.objectteams.otdt.compiler.problem.inferred_callout=error
93org.eclipse.objectteams.otdt.compiler.problem.potential_ambiguous_playedby=warning
94org.eclipse.objectteams.otdt.compiler.problem.unsafe_liftctor=warning
95org.eclipse.objectteams.otdt.compiler.problem.unused_parammap=warning