Skip to content

Commit

Permalink
#598: Revert changes template for IDE Eclipse `javax.annotation.Nonnu…
Browse files Browse the repository at this point in the history
…ll` (#604)

* #598 Revert changes to Eclipse null analysis config

* Add changelog entry
  • Loading branch information
kaklakariada authored Nov 21, 2024
1 parent 954c305 commit 70b4540
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions doc/changes/changes_4.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This release allows customization of the java version in `actions/setup-java` st

* #602: Fixed customization of java version in `actions/setup-java`

## Bugfixes

* #598: Reverted changes to PK's template for IDE Eclipse `javax.annotation.Nonnull`

## Dependency Updates

### Project Keeper Root Project
Expand Down
8 changes: 4 additions & 4 deletions maven-project-crawler/.settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ eclipse.preferences.version=1
org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
org.eclipse.jdt.core.compiler.annotation.notowning=org.eclipse.jdt.annotation.NotOwning
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
org.eclipse.jdt.core.compiler.annotation.owning=org.eclipse.jdt.annotation.Owning
org.eclipse.jdt.core.compiler.annotation.resourceanalysis=disabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
Expand Down
8 changes: 4 additions & 4 deletions project-keeper-cli/.settings/org.eclipse.jdt.core.prefs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions project-keeper/.settings/org.eclipse.jdt.core.prefs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions shared-model-classes/.settings/org.eclipse.jdt.core.prefs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions shared-test-setup/.settings/org.eclipse.jdt.core.prefs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70b4540

Please sign in to comment.