-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump com.github.andygoossens.modernizer from 1.10.0 to 1.11.0 #12422
Bump com.github.andygoossens.modernizer from 1.10.0 to 1.11.0 #12422
Conversation
Bumps com.github.andygoossens.modernizer from 1.10.0 to 1.11.0. --- updated-dependencies: - dependency-name: com.github.andygoossens.modernizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Some false positives gaul/modernizer-maven-plugin#303 |
@@ -891,7 +891,8 @@ public Map<String, Object> getPreferences() { | |||
|
|||
try { | |||
addPrefsRecursively(this.prefs, result); | |||
} catch (BackingStoreException e) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -914,13 +915,16 @@ | |||
private Object getObject(Preferences prefs, String key) { | |||
try { | |||
return prefs.get(key, (String) defaults.get(key)); | |||
} catch (ClassCastException e) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
try { | ||
return prefs.getBoolean(key, getBooleanDefault(key)); | ||
} catch (ClassCastException e2) { | ||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
try { | ||
return prefs.getInt(key, getIntDefault(key)); | ||
} catch (ClassCastException e3) { | ||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -964,8 +968,10 @@ | |||
LOGGER.debug("Exporting preferences {}", path.toAbsolutePath()); | |||
try (OutputStream os = Files.newOutputStream(path)) { | |||
prefs.exportSubtree(os); | |||
} catch (BackingStoreException | |||
| IOException ex) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -1082,7 +1087,8 @@ | |||
bibEntryTypes.forEach(type -> prefsNode.put(type.getType().getName(), MetaDataSerializer.serializeCustomEntryTypes(type))); | |||
|
|||
prefsNode.flush(); | |||
} catch (BackingStoreException e) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -1267,7 +1273,8 @@ | |||
if (!newValue) { | |||
try (final Keyring keyring = Keyring.create()) { | |||
keyring.deletePassword("org.jabref", "proxy"); | |||
} catch (Exception ex) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -1303,7 +1310,8 @@ | |||
getInternalPreferences().getUserAndHost()) | |||
.encrypt()); | |||
} | |||
} catch (Exception ex) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -1356,7 +1364,8 @@ | |||
Preferences preferences = PREFS_NODE.node(CITATION_KEY_PATTERNS_NODE); | |||
try { | |||
preferences.clear(); // We remove all old entries. | |||
} catch (BackingStoreException ex) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
@@ -1477,7 +1486,8 @@ | |||
if (!newValue) { | |||
try { | |||
Files.deleteIfExists(Path.of("jabref.xml")); | |||
} catch (IOException e) { | |||
} catch ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpMultilineCheck> reported by reviewdog 🐶
No newline allowed after catch opening parenthesis
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Pull request was closed
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps com.github.andygoossens.modernizer from 1.10.0 to 1.11.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)