11eclipse.preferences.version =1
2+ org.eclipse.jdt.core.builder.annotationPath.allLocations =disabled
23org.eclipse.jdt.core.codeComplete.argumentPrefixes =
34org.eclipse.jdt.core.codeComplete.argumentSuffixes =
45org.eclipse.jdt.core.codeComplete.fieldPrefixes =f
@@ -12,9 +13,15 @@ org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
1213org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations =enabled
1314org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation =ignore
1415org.eclipse.jdt.core.compiler.annotation.nonnull =org.eclipse.jdt.annotation.NonNull
16+ org.eclipse.jdt.core.compiler.annotation.nonnull.secondary =
1517org.eclipse.jdt.core.compiler.annotation.nonnullbydefault =org.eclipse.jdt.annotation.NonNullByDefault
18+ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary =
19+ org.eclipse.jdt.core.compiler.annotation.notowning =org.eclipse.jdt.annotation.NotOwning
1620org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
21+ org.eclipse.jdt.core.compiler.annotation.nullable.secondary =
1722org.eclipse.jdt.core.compiler.annotation.nullanalysis =enabled
23+ org.eclipse.jdt.core.compiler.annotation.owning =org.eclipse.jdt.annotation.Owning
24+ org.eclipse.jdt.core.compiler.annotation.resourceanalysis =disabled
1825org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
1926org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
2027org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
@@ -24,6 +31,8 @@ org.eclipse.jdt.core.compiler.debug.lineNumber=generate
2431org.eclipse.jdt.core.compiler.debug.localVariable =generate
2532org.eclipse.jdt.core.compiler.debug.sourceFile =generate
2633org.eclipse.jdt.core.compiler.doc.comment.support =enabled
34+ org.eclipse.jdt.core.compiler.problem.APILeak =warning
35+ org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated =info
2736org.eclipse.jdt.core.compiler.problem.annotationSuperInterface =error
2837org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
2938org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
@@ -45,8 +54,10 @@ org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
4554org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock =error
4655org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts =disabled
4756org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod =error
57+ org.eclipse.jdt.core.compiler.problem.incompatibleOwningContract =warning
4858org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch =error
4959org.eclipse.jdt.core.compiler.problem.indirectStaticAccess =error
60+ org.eclipse.jdt.core.compiler.problem.insufficientResourceAnalysis =warning
5061org.eclipse.jdt.core.compiler.problem.invalidJavadoc =warning
5162org.eclipse.jdt.core.compiler.problem.invalidJavadocTags =enabled
5263org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef =enabled
@@ -74,12 +85,14 @@ org.eclipse.jdt.core.compiler.problem.noEffectAssignment=error
7485org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion =error
7586org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral =ignore
7687org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped =warning
88+ org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation =warning
7789org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict =warning
7890org.eclipse.jdt.core.compiler.problem.nullReference =error
7991org.eclipse.jdt.core.compiler.problem.nullSpecViolation =error
8092org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion =warning
8193org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod =error
8294org.eclipse.jdt.core.compiler.problem.parameterAssignment =error
95+ org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables =warning
8396org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment =error
8497org.eclipse.jdt.core.compiler.problem.potentialNullReference =error
8598org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable =warning
@@ -94,24 +107,31 @@ org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
94107org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =error
95108org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =disabled
96109org.eclipse.jdt.core.compiler.problem.suppressWarnings =enabled
110+ org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed =info
97111org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields =enabled
98112org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation =ignore
113+ org.eclipse.jdt.core.compiler.problem.terminalDeprecation =warning
99114org.eclipse.jdt.core.compiler.problem.typeParameterHiding =error
100115org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems =disabled
101- org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =error
116+ org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =warning
102117org.eclipse.jdt.core.compiler.problem.unclosedCloseable =error
103118org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock =ignore
104119org.eclipse.jdt.core.compiler.problem.unhandledWarningToken =error
120+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType =warning
121+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict =disabled
122+ org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType =info
105123org.eclipse.jdt.core.compiler.problem.unnecessaryElse =error
106124org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck =error
107125org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess =ignore
126+ org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName =warning
108127org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException =warning
109128org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable =disabled
110129org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference =disabled
111130org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding =disabled
112131org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter =ignore
113132org.eclipse.jdt.core.compiler.problem.unusedImport =error
114133org.eclipse.jdt.core.compiler.problem.unusedLabel =error
134+ org.eclipse.jdt.core.compiler.problem.unusedLambdaParameter =warning
115135org.eclipse.jdt.core.compiler.problem.unusedLocal =error
116136org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation =ignore
117137org.eclipse.jdt.core.compiler.problem.unusedParameter =ignore
0 commit comments