Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Commit 63c8788

Browse files
committed
1 parent bd9e6a5 commit 63c8788

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

commons-compiler-jdk/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
23
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
34
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=warning
45
org.eclipse.jdt.core.compiler.annotation.nonnull=org.codehaus.commons.nullanalysis.NotNull
@@ -7,7 +8,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.codehaus.commons.n
78
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
89
org.eclipse.jdt.core.compiler.annotation.nullable=org.codehaus.commons.nullanalysis.Nullable
910
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10-
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
11+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
1112
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
1213
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
1314
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7

commons-compiler-tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
23
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
34
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=warning
45
org.eclipse.jdt.core.compiler.annotation.nonnull=org.codehaus.commons.nullanalysis.NotNull
@@ -7,7 +8,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.codehaus.commons.n
78
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
89
org.eclipse.jdt.core.compiler.annotation.nullable=org.codehaus.commons.nullanalysis.Nullable
910
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10-
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
11+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
1112
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
1213
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
1314
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve

commons-compiler/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
23
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
34
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=warning
45
org.eclipse.jdt.core.compiler.annotation.nonnull=org.codehaus.commons.nullanalysis.NotNull
@@ -7,7 +8,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.codehaus.commons.n
78
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
89
org.eclipse.jdt.core.compiler.annotation.nullable=org.codehaus.commons.nullanalysis.Nullable
910
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10-
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
11+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
1112
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
1213
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
1314
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7

janino/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
23
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
34
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=warning
45
org.eclipse.jdt.core.compiler.annotation.nonnull=org.codehaus.commons.nullanalysis.NotNull
@@ -7,7 +8,7 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.codehaus.commons.n
78
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
89
org.eclipse.jdt.core.compiler.annotation.nullable=org.codehaus.commons.nullanalysis.Nullable
910
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
10-
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
11+
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
1112
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
1213
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
1314
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7

0 commit comments

Comments
 (0)