|
1 | 1 | eclipse.preferences.version=1 |
2 | | -org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled |
| 2 | +org.eclipse.jdt.core.builder.annotationPath.allLocations=enabled |
3 | 3 | org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled |
4 | 4 | org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore |
5 | 5 | org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull |
6 | 6 | org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= |
7 | 7 | org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault |
8 | 8 | org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= |
| 9 | +org.eclipse.jdt.core.compiler.annotation.notowning=org.eclipse.jdt.annotation.NotOwning |
9 | 10 | org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable |
10 | 11 | org.eclipse.jdt.core.compiler.annotation.nullable.secondary= |
11 | 12 | org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled |
| 13 | +org.eclipse.jdt.core.compiler.annotation.owning=org.eclipse.jdt.annotation.Owning |
| 14 | +org.eclipse.jdt.core.compiler.annotation.resourceanalysis=disabled |
12 | 15 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
13 | 16 | org.eclipse.jdt.core.compiler.codegen.methodParameters=generate |
14 | 17 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=17 |
@@ -42,8 +45,10 @@ org.eclipse.jdt.core.compiler.problem.forbiddenReference=error |
42 | 45 | org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning |
43 | 46 | org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled |
44 | 47 | org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning |
| 48 | +org.eclipse.jdt.core.compiler.problem.incompatibleOwningContract=warning |
45 | 49 | org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning |
46 | 50 | org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore |
| 51 | +org.eclipse.jdt.core.compiler.problem.insufficientResourceAnalysis=warning |
47 | 52 | org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning |
48 | 53 | org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled |
49 | 54 | org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled |
|
0 commit comments