11eclipse.preferences.version =1
2+ org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation =ignore
3+ org.eclipse.jdt.core.compiler.annotation.nonnull =org.eclipse.jdt.annotation.NonNull
4+ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault =org.eclipse.jdt.annotation.NonNullByDefault
5+ org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
6+ org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
27org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
38org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
49org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
@@ -17,40 +22,56 @@ org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=
1722org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
1823org.eclipse.jdt.core.compiler.problem.emptyStatement =ignore
1924org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
25+ org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =ignore
2026org.eclipse.jdt.core.compiler.problem.fallthroughCase =ignore
2127org.eclipse.jdt.core.compiler.problem.fatalOptionalError =enabled
2228org.eclipse.jdt.core.compiler.problem.fieldHiding =ignore
2329org.eclipse.jdt.core.compiler.problem.finalParameterBound =warning
2430org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally =warning
2531org.eclipse.jdt.core.compiler.problem.forbiddenReference =error
2632org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock =warning
33+ org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts =disabled
2734org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod =warning
2835org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch =ignore
29- org.eclipse.jdt.core.compiler.problem.indirectStaticAccess =ignore
36+ org.eclipse.jdt.core.compiler.problem.indirectStaticAccess =warning
3037org.eclipse.jdt.core.compiler.problem.localVariableHiding =ignore
3138org.eclipse.jdt.core.compiler.problem.methodWithConstructorName =warning
39+ org.eclipse.jdt.core.compiler.problem.missingDefaultCase =ignore
3240org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation =ignore
41+ org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault =disabled
3342org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod =ignore
3443org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation =ignore
44+ org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation =disabled
3545org.eclipse.jdt.core.compiler.problem.missingSerialVersion =ignore
3646org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod =ignore
3747org.eclipse.jdt.core.compiler.problem.noEffectAssignment =warning
3848org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion =warning
3949org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral =ignore
50+ org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict =error
4051org.eclipse.jdt.core.compiler.problem.nullReference =warning
52+ org.eclipse.jdt.core.compiler.problem.nullSpecViolation =error
53+ org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion =warning
4154org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod =warning
4255org.eclipse.jdt.core.compiler.problem.parameterAssignment =ignore
4356org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment =ignore
4457org.eclipse.jdt.core.compiler.problem.potentialNullReference =ignore
58+ org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable =ignore
4559org.eclipse.jdt.core.compiler.problem.rawTypeReference =warning
60+ org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation =warning
4661org.eclipse.jdt.core.compiler.problem.redundantNullCheck =ignore
62+ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments =ignore
4763org.eclipse.jdt.core.compiler.problem.redundantSuperinterface =ignore
64+ org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic =ignore
65+ org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic =ignore
4866org.eclipse.jdt.core.compiler.problem.specialParameterHidingField =disabled
4967org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =warning
68+ org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =disabled
5069org.eclipse.jdt.core.compiler.problem.suppressWarnings =enabled
5170org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation =ignore
5271org.eclipse.jdt.core.compiler.problem.typeParameterHiding =warning
72+ org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems =enabled
5373org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =warning
74+ org.eclipse.jdt.core.compiler.problem.unclosedCloseable =warning
5475org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock =ignore
5576org.eclipse.jdt.core.compiler.problem.unhandledWarningToken =warning
5677org.eclipse.jdt.core.compiler.problem.unnecessaryElse =ignore
@@ -63,6 +84,7 @@ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverridin
6384org.eclipse.jdt.core.compiler.problem.unusedImport =warning
6485org.eclipse.jdt.core.compiler.problem.unusedLabel =warning
6586org.eclipse.jdt.core.compiler.problem.unusedLocal =warning
87+ org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation =ignore
6688org.eclipse.jdt.core.compiler.problem.unusedParameter =ignore
6789org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference =enabled
6890org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract =disabled
0 commit comments