@@ -8,6 +8,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
88org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
99org.eclipse.jdt.core.compiler.annotation.nullable.secondary =
1010org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
11+ org.eclipse.jdt.core.compiler.problem.APILeak =warning
1112org.eclipse.jdt.core.compiler.problem.annotationSuperInterface =warning
1213org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
1314org.eclipse.jdt.core.compiler.problem.comparingIdentical =warning
@@ -35,7 +36,7 @@ org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
3536org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation =ignore
3637org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault =disabled
3738org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod =ignore
38- org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation =ignore
39+ org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation =warning
3940org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation =enabled
4041org.eclipse.jdt.core.compiler.problem.missingSerialVersion =warning
4142org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod =ignore
@@ -67,12 +68,16 @@ org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
6768org.eclipse.jdt.core.compiler.problem.suppressWarnings =enabled
6869org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields =disabled
6970org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation =ignore
71+ org.eclipse.jdt.core.compiler.problem.terminalDeprecation =warning
7072org.eclipse.jdt.core.compiler.problem.typeParameterHiding =warning
7173org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems =enabled
7274org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =warning
7375org.eclipse.jdt.core.compiler.problem.unclosedCloseable =warning
7476org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock =ignore
7577org.eclipse.jdt.core.compiler.problem.unhandledWarningToken =warning
78+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType =warning
79+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict =disabled
80+ org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType =info
7681org.eclipse.jdt.core.compiler.problem.unnecessaryElse =ignore
7782org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck =ignore
7883org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess =ignore
0 commit comments