MINOR: Bump error_prone_core.version from 2.42.0 to 2.48.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(3 months ago)
(3 months ago)
(3 months ago)
dependencies java
Bumps error_prone_core.version from 2.42.0 to 2.48.0.
Updates com.google.errorprone:error_prone_annotations from 2.42.0 to 2.48.0
Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Error Prone 2.48.0
Changes:
- Added support for passing flags with command-line argument files (
@-files) (https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e)New checks:
Closed issues: #5529, #5537, #5522, #5521
Full changelog: https://github.com/google/error-prone/compare/v2.47.0...v2.48.0
Error Prone 2.47.0
New checks:
InterruptedInCatchBlock: Detect accidental calls toThread.interrupted()inside ofcatch(InterruptedException e)blocks.RefactorSwitch: Refactorings to simplify arrow switchesUnnamedVariable: Rename unused variables to_Closed issues: #1811, #4168, #5459, #5460
Full changelog: https://github.com/google/error-prone/compare/v2.46.0...v2.47.0
Error Prone 2.46.0
Changes:
- The javac flag
-XDaddTypeAnnotationsToSymbol=trueis now required for Error Prone invocations on JDK 21, to enable the javac fix for JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries. See google/error-prone#5426 for details.- Remove deprecated
valueattribute from@IncompatibleModifiersand@RequiredModifiers(google/error-prone#2122)- Error Prone API changes to encapsulate references to internal javac APIs for end position handling (
EndPosTable,DiagnosticPosition) (https://github.com/google/error-prone/commit/5440bb4bcd9d3455a131d863b09f71cfea8a346b, https://github.com/google/error-prone/commit/06c2905e03ade5e1564b5c67d44e2e34bfe5b8e4, https://github.com/google/error-prone/commit/f3915ec322fa7f190c670f6a30bd476f463d8967)New checks:
DuplicateAssertion: detect duplicated assertion lines where the argument toassertThatis pureIfChainToSwitch: suggest converting chains of if-statements into arrow switchesScannerUseDelimiter: discourageScanner.useDelimiter("\\A")AddNullMarkedToClass: refactoring to add@NullMarkedannotation to top level classesFull changelog: https://github.com/google/error-prone/compare/v2.45.0...v2.46.0
Error Prone 2.45.0
Changes:
- Improved compatibility with latest JDK 26 EA builds.
New checks:
AssertSameIncompatible: Detect calls toassertSameand similar assertions, where the calls are guaranteed to either succeed or fail.FormatStringShouldUsePlaceholders: Suggests using a format string instead of string concatenation operations on format methods
... (truncated)
Commits
7cec0a0Release Error Prone 2.48.001c603aExtend MissingTestCall to check for member references.3d817b0HandlevarinUnnecessaryBoxedVariablead26f3eAddConcurrentHashMap.keys()andConcurrentHashMap.elements()to `JdkObso...7926dbcFix MustBeClosedChecker crash on flexible constructors.d08f003Check for jakarta annotations in DI checks171448cAdd android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS5cb6075Remove theMissingTestCall:MatchGraphVerifyflag.ab81681Improve crash messages for fixes that don't applyfe9bb21Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...- Additional commits viewable in compare view
Updates com.google.errorprone:error_prone_core from 2.42.0 to 2.48.0
Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Error Prone 2.48.0
Changes:
- Added support for passing flags with command-line argument files (
@-files) (https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e)New checks:
Closed issues: #5529, #5537, #5522, #5521
Full changelog: https://github.com/google/error-prone/compare/v2.47.0...v2.48.0
Error Prone 2.47.0
New checks:
InterruptedInCatchBlock: Detect accidental calls toThread.interrupted()inside ofcatch(InterruptedException e)blocks.RefactorSwitch: Refactorings to simplify arrow switchesUnnamedVariable: Rename unused variables to_Closed issues: #1811, #4168, #5459, #5460
Full changelog: https://github.com/google/error-prone/compare/v2.46.0...v2.47.0
Error Prone 2.46.0
Changes:
- The javac flag
-XDaddTypeAnnotationsToSymbol=trueis now required for Error Prone invocations on JDK 21, to enable the javac fix for JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries. See google/error-prone#5426 for details.- Remove deprecated
valueattribute from@IncompatibleModifiersand@RequiredModifiers(google/error-prone#2122)- Error Prone API changes to encapsulate references to internal javac APIs for end position handling (
EndPosTable,DiagnosticPosition) (https://github.com/google/error-prone/commit/5440bb4bcd9d3455a131d863b09f71cfea8a346b, https://github.com/google/error-prone/commit/06c2905e03ade5e1564b5c67d44e2e34bfe5b8e4, https://github.com/google/error-prone/commit/f3915ec322fa7f190c670f6a30bd476f463d8967)New checks:
DuplicateAssertion: detect duplicated assertion lines where the argument toassertThatis pureIfChainToSwitch: suggest converting chains of if-statements into arrow switchesScannerUseDelimiter: discourageScanner.useDelimiter("\\A")AddNullMarkedToClass: refactoring to add@NullMarkedannotation to top level classesFull changelog: https://github.com/google/error-prone/compare/v2.45.0...v2.46.0
Error Prone 2.45.0
Changes:
- Improved compatibility with latest JDK 26 EA builds.
New checks:
AssertSameIncompatible: Detect calls toassertSameand similar assertions, where the calls are guaranteed to either succeed or fail.FormatStringShouldUsePlaceholders: Suggests using a format string instead of string concatenation operations on format methods
... (truncated)
Commits
7cec0a0Release Error Prone 2.48.001c603aExtend MissingTestCall to check for member references.3d817b0HandlevarinUnnecessaryBoxedVariablead26f3eAddConcurrentHashMap.keys()andConcurrentHashMap.elements()to `JdkObso...7926dbcFix MustBeClosedChecker crash on flexible constructors.d08f003Check for jakarta annotations in DI checks171448cAdd android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS5cb6075Remove theMissingTestCall:MatchGraphVerifyflag.ab81681Improve crash messages for fixes that don't applyfe9bb21Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
error_prone_core.version
maven
2.42.0 → 2.48.0
Minor
Technical Details
| ID: | 14499303 |
| UUID: | 4043692395 |
| Node ID: | PR_kwDONUSCK87I-Z3X |
| Host: | GitHub |
| Repository: | apache/arrow-java |