11eclipse.preferences.version =1
2+ org.eclipse.jdt.core.builder.annotationPath.allLocations =disabled
23org.eclipse.jdt.core.builder.cleanOutputFolder =clean
34org.eclipse.jdt.core.builder.duplicateResourceTask =warning
45org.eclipse.jdt.core.builder.invalidClasspath =abort
@@ -9,12 +10,119 @@ org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
910org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency =error
1011org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
1112org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
13+ org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations =disabled
14+ org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation =ignore
15+ org.eclipse.jdt.core.compiler.annotation.nonnull =org.eclipse.jdt.annotation.NonNull
16+ org.eclipse.jdt.core.compiler.annotation.nonnull.secondary =
17+ org.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
20+ org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
21+ org.eclipse.jdt.core.compiler.annotation.nullable.secondary =
22+ org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
23+ org.eclipse.jdt.core.compiler.annotation.owning =org.eclipse.jdt.annotation.Owning
24+ org.eclipse.jdt.core.compiler.annotation.resourceanalysis =disabled
1225org.eclipse.jdt.core.compiler.codegen.targetPlatform =25
1326org.eclipse.jdt.core.compiler.compliance =25
1427org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
28+ org.eclipse.jdt.core.compiler.problem.APILeak =warning
29+ org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated =info
30+ org.eclipse.jdt.core.compiler.problem.annotationSuperInterface =warning
31+ org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
32+ org.eclipse.jdt.core.compiler.problem.comparingIdentical =warning
33+ org.eclipse.jdt.core.compiler.problem.deadCode =warning
34+ org.eclipse.jdt.core.compiler.problem.deprecation =warning
35+ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode =disabled
36+ org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod =disabled
37+ org.eclipse.jdt.core.compiler.problem.discouragedReference =warning
38+ org.eclipse.jdt.core.compiler.problem.emptyStatement =ignore
1539org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
40+ org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable =ignore
41+ org.eclipse.jdt.core.compiler.problem.fallthroughCase =ignore
42+ org.eclipse.jdt.core.compiler.problem.fatalOptionalError =disabled
43+ org.eclipse.jdt.core.compiler.problem.fieldHiding =ignore
44+ org.eclipse.jdt.core.compiler.problem.finalParameterBound =warning
45+ org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally =warning
1646org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
47+ org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock =warning
48+ org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts =disabled
49+ org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod =warning
50+ org.eclipse.jdt.core.compiler.problem.incompatibleOwningContract =warning
51+ org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch =warning
52+ org.eclipse.jdt.core.compiler.problem.indirectStaticAccess =ignore
53+ org.eclipse.jdt.core.compiler.problem.insufficientResourceAnalysis =warning
54+ org.eclipse.jdt.core.compiler.problem.localVariableHiding =ignore
55+ org.eclipse.jdt.core.compiler.problem.methodWithConstructorName =warning
56+ org.eclipse.jdt.core.compiler.problem.missingDefaultCase =ignore
57+ org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation =ignore
58+ org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault =disabled
59+ org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod =ignore
60+ org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation =ignore
61+ org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation =enabled
62+ org.eclipse.jdt.core.compiler.problem.missingSerialVersion =warning
63+ org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod =ignore
64+ org.eclipse.jdt.core.compiler.problem.noEffectAssignment =warning
65+ org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion =warning
66+ org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral =ignore
67+ org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped =warning
68+ org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation =warning
69+ org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict =error
70+ org.eclipse.jdt.core.compiler.problem.nullReference =warning
71+ org.eclipse.jdt.core.compiler.problem.nullSpecViolation =error
72+ org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion =warning
73+ org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod =warning
74+ org.eclipse.jdt.core.compiler.problem.parameterAssignment =ignore
75+ org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables =warning
76+ org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment =ignore
77+ org.eclipse.jdt.core.compiler.problem.potentialNullReference =ignore
78+ org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable =ignore
79+ org.eclipse.jdt.core.compiler.problem.rawTypeReference =warning
80+ org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation =warning
81+ org.eclipse.jdt.core.compiler.problem.redundantNullCheck =ignore
82+ org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments =ignore
83+ org.eclipse.jdt.core.compiler.problem.redundantSuperinterface =ignore
84+ org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic =ignore
85+ org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic =ignore
1786org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =ignore
87+ org.eclipse.jdt.core.compiler.problem.specialParameterHidingField =disabled
88+ org.eclipse.jdt.core.compiler.problem.staticAccessReceiver =warning
89+ org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors =disabled
90+ org.eclipse.jdt.core.compiler.problem.suppressWarnings =enabled
91+ org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed =info
92+ org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields =disabled
93+ org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation =ignore
94+ org.eclipse.jdt.core.compiler.problem.terminalDeprecation =warning
95+ org.eclipse.jdt.core.compiler.problem.typeParameterHiding =warning
96+ org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems =enabled
97+ org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation =warning
98+ org.eclipse.jdt.core.compiler.problem.unclosedCloseable =warning
99+ org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock =ignore
100+ org.eclipse.jdt.core.compiler.problem.unhandledWarningToken =warning
101+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentType =warning
102+ org.eclipse.jdt.core.compiler.problem.unlikelyCollectionMethodArgumentTypeStrict =disabled
103+ org.eclipse.jdt.core.compiler.problem.unlikelyEqualsArgumentType =info
104+ org.eclipse.jdt.core.compiler.problem.unnecessaryElse =ignore
105+ org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck =ignore
106+ org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess =ignore
107+ org.eclipse.jdt.core.compiler.problem.unstableAutoModuleName =warning
108+ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException =ignore
109+ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable =enabled
110+ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference =enabled
111+ org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding =disabled
112+ org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter =ignore
113+ org.eclipse.jdt.core.compiler.problem.unusedImport =warning
114+ org.eclipse.jdt.core.compiler.problem.unusedLabel =warning
115+ org.eclipse.jdt.core.compiler.problem.unusedLambdaParameter =warning
116+ org.eclipse.jdt.core.compiler.problem.unusedLocal =warning
117+ org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation =ignore
118+ org.eclipse.jdt.core.compiler.problem.unusedParameter =ignore
119+ org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference =enabled
120+ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract =disabled
121+ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete =disabled
122+ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
123+ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter =ignore
124+ org.eclipse.jdt.core.compiler.problem.unusedWarningToken =info
125+ org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
18126org.eclipse.jdt.core.compiler.release =enabled
19127org.eclipse.jdt.core.compiler.source =25
20128org.eclipse.jdt.core.incompatibleJDKLevel =ignore
0 commit comments