@@ -13,18 +13,18 @@ org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
1313org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
1414org.eclipse.jdt.core.compiler.problem.comparingIdentical =warning
1515org.eclipse.jdt.core.compiler.problem.deadCode =warning
16- org.eclipse.jdt.core.compiler.problem.deprecation =warning
16+ org.eclipse.jdt.core.compiler.problem.deprecation =ignore
1717org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode =disabled
1818org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod =disabled
19- org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
19+ org.eclipse.jdt.core.compiler.problem.discouragedReference =ignore
2020org.eclipse.jdt.core.compiler.problem.emptyStatement =ignore
2121org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =ignore
2222org.eclipse.jdt.core.compiler.problem.fallthroughCase =ignore
2323org.eclipse.jdt.core.compiler.problem.fatalOptionalError =disabled
2424org.eclipse.jdt.core.compiler.problem.fieldHiding =ignore
2525org.eclipse.jdt.core.compiler.problem.finalParameterBound =warning
2626org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally =warning
27- org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
27+ org.eclipse.jdt.core.compiler.problem.forbiddenReference =ignore
2828org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock =warning
2929org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts =disabled
3030org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod =warning
@@ -55,7 +55,7 @@ org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariable
5555org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment =ignore
5656org.eclipse.jdt.core.compiler.problem.potentialNullReference =ignore
5757org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable =ignore
58- org.eclipse.jdt.core.compiler.problem.rawTypeReference =warning
58+ org.eclipse.jdt.core.compiler.problem.rawTypeReference =ignore
5959org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation =warning
6060org.eclipse.jdt.core.compiler.problem.redundantNullCheck =ignore
6161org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments =ignore
@@ -71,7 +71,7 @@ org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
7171org.eclipse.jdt.core.compiler.problem.terminalDeprecation =warning
7272org.eclipse.jdt.core.compiler.problem.typeParameterHiding =warning
7373org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems =enabled
74- org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =warning
74+ org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =ignore
7575org.eclipse.jdt.core.compiler.problem.unclosedCloseable =warning
7676org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock =ignore
7777org.eclipse.jdt.core.compiler.problem.unhandledWarningToken =warning
0 commit comments