blob: ba37f191bdd26610306d4dc4b21effe9ca5da6c1 [file] [log] [blame]
Shawn Pearcefd6bb9f2013-05-08 14:14:24 -07001eclipse.preferences.version=1
Edwin Kempin1dc4b122023-05-16 10:24:36 +00002org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
Dave Borowitze78f3bb2014-10-30 11:45:47 -07003org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
David Pursehousefcc910b2013-05-09 15:52:45 +01004org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
5org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
Dave Borowitze875fee2017-06-16 10:17:00 -04006org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +01007org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
Dave Borowitze875fee2017-06-16 10:17:00 -04008org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +01009org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
Dave Borowitze875fee2017-06-16 10:17:00 -040010org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
David Pursehousefcc910b2013-05-09 15:52:45 +010011org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +090012org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
13org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
David Ostrovsky02508332022-01-08 20:12:10 +010014org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
David Pursehouse9cc6f032016-02-08 16:33:34 +090015org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
David Ostrovsky02508332022-01-08 20:12:10 +010016org.eclipse.jdt.core.compiler.compliance=17
David Pursehouse9cc6f032016-02-08 16:33:34 +090017org.eclipse.jdt.core.compiler.debug.lineNumber=generate
18org.eclipse.jdt.core.compiler.debug.localVariable=generate
19org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Dave Borowitz450b7d52015-06-12 14:44:37 -040020org.eclipse.jdt.core.compiler.doc.comment.support=enabled
David Pursehouse0d9927c82018-05-15 14:25:36 +090021org.eclipse.jdt.core.compiler.problem.APILeak=warning
David Pursehousef5cae612020-04-26 10:44:33 +090022org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated=info
David Pursehousefcc910b2013-05-09 15:52:45 +010023org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=ignore
David Pursehouse9cc6f032016-02-08 16:33:34 +090024org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
David Pursehousefcc910b2013-05-09 15:52:45 +010025org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
26org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
27org.eclipse.jdt.core.compiler.problem.deadCode=warning
28org.eclipse.jdt.core.compiler.problem.deprecation=warning
29org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
30org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
31org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -070032org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
Matthias Sohne3323572021-11-09 11:41:04 +010033org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +090034org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
David Pursehouse5e615fc2015-08-27 12:29:16 +090035org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning
David Pursehouse9bbffa72015-02-03 12:17:49 +090036org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010037org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
Dave Borowitz8b42ec52014-10-28 12:09:55 -070038org.eclipse.jdt.core.compiler.problem.fieldHiding=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010039org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
40org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
David Pursehouse286bf0c2020-04-26 10:44:49 +090041org.eclipse.jdt.core.compiler.problem.forbiddenReference=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +010042org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
43org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
44org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
45org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
46org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
Dave Borowitz450b7d52015-06-12 14:44:37 -040047org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
48org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled
49org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled
50org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled
51org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private
David Pursehousefcc910b2013-05-09 15:52:45 +010052org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
53org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
54org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
55org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
David Pursehouse0b7517a2016-01-18 17:33:39 +090056org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=enabled
David Pursehouse7a05f9f2014-10-31 18:36:03 +090057org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning
Dave Borowitz450b7d52015-06-12 14:44:37 -040058org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
59org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
60org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
61org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
62org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
63org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled
64org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
65org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=protected
Dave Borowitz54df81f2014-10-30 11:43:01 -070066org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010067org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
68org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
69org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
70org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
71org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
72org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
Dave Borowitze78f3bb2014-10-30 11:45:47 -070073org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
Dave Borowitze875fee2017-06-16 10:17:00 -040074org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010075org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
76org.eclipse.jdt.core.compiler.problem.nullReference=warning
77org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
78org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
79org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
80org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
Dave Borowitze875fee2017-06-16 10:17:00 -040081org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
David Pursehouse7a05f9f2014-10-31 18:36:03 +090082org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010083org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
84org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
85org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
86org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
David Pursehouse7a05f9f2014-10-31 18:36:03 +090087org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
David Pursehouse41abb372014-10-31 11:24:52 +090088org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010089org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
90org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
91org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
Matthias Sohne3323572021-11-09 11:41:04 +010092org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
David Pursehousefcc910b2013-05-09 15:52:45 +010093org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
94org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
95org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
96org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
David Pursehousef5cae612020-04-26 10:44:33 +090097org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=info
Dave Borowitze78f3bb2014-10-30 11:45:47 -070098org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
David Pursehousefcc910b2013-05-09 15:52:45 +010099org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
David Pursehouse0d9927c82018-05-15 14:25:36 +0900100org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100101org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
102org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
103org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
104org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
105org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
Edwin Kempin1dc4b122023-05-16 10:24:36 +0000106org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore
Dave Borowitze875fee2017-06-16 10:17:00 -0400107org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType=warning
108org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict=disabled
109org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType=warning
David Pursehouse32324722016-06-01 21:20:02 +0900110org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700111org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100112org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
David Pursehousef5cae612020-04-26 10:44:33 +0900113org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName=warning
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700114org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100115org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
116org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
117org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
David Pursehouse9cc6f032016-02-08 16:33:34 +0900118org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +0100119org.eclipse.jdt.core.compiler.problem.unusedImport=warning
120org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
121org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
122org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
Dave Borowitz8b42ec52014-10-28 12:09:55 -0700123org.eclipse.jdt.core.compiler.problem.unusedParameter=warning
David Pursehousefcc910b2013-05-09 15:52:45 +0100124org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
125org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
126org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
127org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
Dave Borowitze78f3bb2014-10-30 11:45:47 -0700128org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
David Pursehousefcc910b2013-05-09 15:52:45 +0100129org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
130org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
Dave Borowitz08180de2014-11-06 15:39:34 -0800131org.eclipse.jdt.core.compiler.processAnnotations=enabled
Matthias Sohne3323572021-11-09 11:41:04 +0100132org.eclipse.jdt.core.compiler.release=enabled
David Ostrovsky02508332022-01-08 20:12:10 +0100133org.eclipse.jdt.core.compiler.source=17