blob: 09ce63bf5d33106b997a55aacddd9ad5280624da [file] [log] [blame]
Shawn Pearcefd6bb9f2013-05-08 14:14:24 -07001eclipse.preferences.version=1
Dave Borowitze78f3bb2014-10-30 11:45:47 -07002org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
David Pursehousefcc910b2013-05-09 15:52:45 +01003org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
4org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
Dave Borowitze875fee2017-06-16 10:17:00 -04005org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +01006org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
Dave Borowitze875fee2017-06-16 10:17:00 -04007org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +01008org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
Dave Borowitze875fee2017-06-16 10:17:00 -04009org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +010010org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +090011org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
12org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
Matthias Sohne3323572021-11-09 11:41:04 +010013org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
David Pursehouse9cc6f032016-02-08 16:33:34 +090014org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
Matthias Sohne3323572021-11-09 11:41:04 +010015org.eclipse.jdt.core.compiler.compliance=11
David Pursehouse9cc6f032016-02-08 16:33:34 +090016org.eclipse.jdt.core.compiler.debug.lineNumber=generate
17org.eclipse.jdt.core.compiler.debug.localVariable=generate
18org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Dave Borowitz450b7d52015-06-12 14:44:37 -040019org.eclipse.jdt.core.compiler.doc.comment.support=enabled
David Pursehouse0d9927c82018-05-15 14:25:36 +090020org.eclipse.jdt.core.compiler.problem.APILeak=warning
David Pursehousef5cae612020-04-26 10:44:33 +090021org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated=info
David Pursehousefcc910b2013-05-09 15:52:45 +010022org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=ignore
David Pursehouse9cc6f032016-02-08 16:33:34 +090023org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
David Pursehousefcc910b2013-05-09 15:52:45 +010024org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
25org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
26org.eclipse.jdt.core.compiler.problem.deadCode=warning
27org.eclipse.jdt.core.compiler.problem.deprecation=warning
28org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
29org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
30org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -070031org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
Matthias Sohne3323572021-11-09 11:41:04 +010032org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +090033org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
David Pursehouse5e615fc2015-08-27 12:29:16 +090034org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning
David Pursehouse9bbffa72015-02-03 12:17:49 +090035org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010036org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
Dave Borowitz8b42ec52014-10-28 12:09:55 -070037org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010038org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
39org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
David Pursehouse286bf0c2020-04-26 10:44:49 +090040org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +010041org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
42org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
43org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
44org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
45org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
Dave Borowitz450b7d52015-06-12 14:44:37 -040046org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
47org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
48org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
49org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
50org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
David Pursehousefcc910b2013-05-09 15:52:45 +010051org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
52org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
53org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
54org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
David Pursehouse0b7517a2016-01-18 17:33:39 +090055org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=enabled
David Pursehouse7a05f9f2014-10-31 18:36:03 +090056org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
Dave Borowitz450b7d52015-06-12 14:44:37 -040057org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
58org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
59org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
60org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
61org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
62org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled
63org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
64org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected
Dave Borowitz54df81f2014-10-30 11:43:01 -070065org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010066org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
67org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
68org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
69org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
70org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
71org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
Dave Borowitze78f3bb2014-10-30 11:45:47 -070072org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
Dave Borowitze875fee2017-06-16 10:17:00 -040073org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010074org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
75org.eclipse.jdt.core.compiler.problem.nullReference=warning
76org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
77org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
78org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
79org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
Dave Borowitze875fee2017-06-16 10:17:00 -040080org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
David Pursehouse7a05f9f2014-10-31 18:36:03 +090081org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010082org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
83org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
84org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
85org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
David Pursehouse7a05f9f2014-10-31 18:36:03 +090086org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
David Pursehouse41abb372014-10-31 11:24:52 +090087org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010088org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
89org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
90org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
Matthias Sohne3323572021-11-09 11:41:04 +010091org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010092org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
93org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
94org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
95org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
David Pursehousef5cae612020-04-26 10:44:33 +090096org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=info
Dave Borowitze78f3bb2014-10-30 11:45:47 -070097org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
David Pursehousefcc910b2013-05-09 15:52:45 +010098org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
David Pursehouse0d9927c82018-05-15 14:25:36 +090099org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100100org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
101org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
102org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
103org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
104org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
105org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
Dave Borowitze875fee2017-06-16 10:17:00 -0400106org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
107org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
108org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=warning
David Pursehouse32324722016-06-01 21:20:02 +0900109org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700110org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100111org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
David Pursehousef5cae612020-04-26 10:44:33 +0900112org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700113org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100114org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
115org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
116org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +0900117org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +0100118org.eclipse.jdt.core.compiler.problem.unusedImport=warning
119org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
120org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
121org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700122org.eclipse.jdt.core.compiler.problem.unusedParameter=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100123org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
124org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
125org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
126org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
Dave Borowitze78f3bb2014-10-30 11:45:47 -0700127org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +0100128org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
129org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
Dave Borowitz08180de2014-11-06 15:39:34 -0800130org.eclipse.jdt.core.compiler.processAnnotations=enabled
Matthias Sohne3323572021-11-09 11:41:04 +0100131org.eclipse.jdt.core.compiler.release=enabled
132org.eclipse.jdt.core.compiler.source=11