blob: 0511c08e688ff2a5f99566df2469046d85119657 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001eclipse.preferences.version=1
Stephan Herrmann7211cd22010-06-10 23:53:01 +00002org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
Stephan Herrmann32e77b72018-09-03 22:43:18 +02003org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
Stephan Herrmann7211cd22010-06-10 23:53:01 +00004org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Stephan Herrmann32e77b72018-09-03 22:43:18 +02005org.eclipse.jdt.core.compiler.compliance=1.8
Stephan Herrmann7211cd22010-06-10 23:53:01 +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 Herrmann244a0be2010-05-02 21:51:37 +00009org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
Stephan Herrmann01664412010-04-01 20:28:43 +000010org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
Stephan Herrmann244a0be2010-05-02 21:51:37 +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 Herrmann01664412010-04-01 20:28:43 +000019org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
Stephan Herrmann244a0be2010-05-02 21:51:37 +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
27org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
28org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
29org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
30org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
31org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
32org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
33org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
34org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
35org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
36org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
37org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
38org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
39org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
40org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning
41org.eclipse.jdt.core.compiler.problem.nullReference=warning
42org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
43org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
44org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
45org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
46org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
47org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
48org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
49org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
50org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
Stephan Herrmann16c9d892010-05-06 23:56:38 +000051org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=enabled
Stephan Herrmann244a0be2010-05-02 21:51:37 +000052org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
53org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
54org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
55org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
56org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
57org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
58org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
59org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
60org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
61org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
62org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
63org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
64org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
65org.eclipse.jdt.core.compiler.problem.unusedImport=warning
66org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
67org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
68org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
69org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
70org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
71org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
72org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
73org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
74org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
75org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
Stephan Herrmann32e77b72018-09-03 22:43:18 +020076org.eclipse.jdt.core.compiler.source=1.8
Stephan Herrmann4df59472010-04-06 11:02:29 +000077org.eclipse.objectteams.otdt.compiler.option.joinpoint_queries=disabled
78org.eclipse.objectteams.otdt.compiler.option.scoped_keywords=enabled
Stephan Herrmannfca01272016-05-03 20:24:55 +020079org.eclipse.objectteams.otdt.compiler.option.weaving_scheme=OTDRE
Stephan Herrmann4df59472010-04-06 11:02:29 +000080org.eclipse.objectteams.otdt.compiler.problem.abstract_potential_relevant_role=warning
Stephan Herrmann7211cd22010-06-10 23:53:01 +000081org.eclipse.objectteams.otdt.compiler.problem.adapting_deprecated=error
82org.eclipse.objectteams.otdt.compiler.problem.ambiguous_lowering=warning
Stephan Herrmann4df59472010-04-06 11:02:29 +000083org.eclipse.objectteams.otdt.compiler.problem.basecall=warning
84org.eclipse.objectteams.otdt.compiler.problem.binding_conventions=error
85org.eclipse.objectteams.otdt.compiler.problem.decapsulation=warning
86org.eclipse.objectteams.otdt.compiler.problem.deprecated_path_syntax=warning
87org.eclipse.objectteams.otdt.compiler.problem.effectless_fieldaccess=warning
Stephan Herrmann7211cd22010-06-10 23:53:01 +000088org.eclipse.objectteams.otdt.compiler.problem.exception_in_guard=error
Stephan Herrmann4df59472010-04-06 11:02:29 +000089org.eclipse.objectteams.otdt.compiler.problem.fragile_callin=warning
Stephan Herrmann7211cd22010-06-10 23:53:01 +000090org.eclipse.objectteams.otdt.compiler.problem.ignoring_role_return=warning
Stephan Herrmann4df59472010-04-06 11:02:29 +000091org.eclipse.objectteams.otdt.compiler.problem.incomplete_build=error
92org.eclipse.objectteams.otdt.compiler.problem.inferred_callout=error
Stephan Herrmann7211cd22010-06-10 23:53:01 +000093org.eclipse.objectteams.otdt.compiler.problem.override_final_role=error
Stephan Herrmann4df59472010-04-06 11:02:29 +000094org.eclipse.objectteams.otdt.compiler.problem.potential_ambiguous_playedby=warning
95org.eclipse.objectteams.otdt.compiler.problem.unsafe_liftctor=warning
Stephan Herrmann7211cd22010-06-10 23:53:01 +000096org.eclipse.objectteams.otdt.compiler.problem.unsafe_role_instantiation=warning
Stephan Herrmann4df59472010-04-06 11:02:29 +000097org.eclipse.objectteams.otdt.compiler.problem.unused_parammap=warning
Stephan Herrmann7211cd22010-06-10 23:53:01 +000098org.eclipse.objectteams.otdt.compiler.problem.weave_into_system_class=warning