-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.3 #52
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
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update modifies the dependency version of Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
0429467
to
07ddace
Compare
1e6fb3a
to
97790c7
Compare
4e716fd
to
2a99a21
Compare
2a99a21
to
56cca12
Compare
9f1e8bf
to
b651a69
Compare
b651a69
to
cecc34d
Compare
This PR contains the following updates:
4.8.6
->4.9.3
Release Notes
spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)
v4.9.3
Compare Source
Added
UselessSuppressionDetector
to report the useless annotations instead ofNoteSuppressedWarnings
(#3348)Fixed
US_USELESS_SUPPRESSION_ON_METHOD
on synthetic methods (#3351)v4.9.2
Compare Source
Added
@SuppressFBWarnings
annotations (#641)Fixed
HSM_HIDING_METHOD
false positive when ECJ generates a synthetic method for an enum switch (#3305)AT_UNSAFE_RESOURCE_ACCESS_IN_THREAD
false negatives, detector depending on method order.THROWS_METHOD_THROWS_CLAUSE_THROWABLE
reported in a method callingMethodHandle.invokeExact
due to its polymorphic signature (#3309)AT_STALE_THREAD_WRITE_OF_PRIMITIVE
false positive in inner class (#3310).AT_STALE_THREAD_WRITE_OF_PRIMITIVE
false positive for ECJ compiled enum switches (#3316)RC_REF_COMPARISON
false positive with Lombok With annotation (#3319)MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
andMC_OVERRIDABLE_METHOD_CALL_IN_CLONE
false positive when the overridable method is outside the class (#3328).ThrowingExceptions
detector (#3337).Removed
TLW_TWO_LOCK_NOTIFY
,LI_LAZY_INIT_INSTANCE
,BRSA_BAD_RESULTSET_ACCESS
,BC_NULL_INSTANCEOF
,NP_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
andRCN_REDUNDANT_CHECKED_NULL_COMPARISON
deprecated bug patterns.v4.9.1
Compare Source
Added
SharedVariableAtomicityDetector
for new bug typesAT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
,AT_NONATOMIC_64BIT_PRIMITIVE
andAT_STALE_THREAD_WRITE_OF_PRIMITIVE
(See SEI CERT rules VNA00-J, VNA02-J and VNA05-J).FindHiddenMethod
for bug typeHSM_HIDING_METHOD
. This bug is reported whenever a subclass method hides the static method of super class. (See SEI CERT MET07-J).Fixed
ThrowingExceptions
(#3267)java.util.concurrent.CompletableFuture
'scompleteOnTimeout()
,getNow()
andobtrudeValue()
functions as nullable (#1001).FindReturnRef
was checking instructions corresponding to a CFG branch that was optimized away (#3266)MultipleInstantiationsOfSingletons
when a singleton initializer makes recursive calls (#3280)FindReturnRef
on inner class fields (#3283)v4.9.0
Compare Source
Added
SuppressFBWarnings
annotation to support finer grained bug suppressions (#3102)ResourceInMultipleThreadsDetector
and introduced new bug type:AT_UNSAFE_RESOURCE_ACCESS_IN_THREAD
is reported in case of unsafe resource access in multiple threads.Fixed
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT
when calling own methods (#2957)findbugs.refcomp.reportAll
is now being used. For some new conditions, it will emit an experimental warning (#2988)-version
flag prints the version to the standard output (#2797)SING_SINGLETON_GETTER_NOT_SYNCHRONIZED
report when the synchronization is in a called method (#3045)BetterCFGBuilder2.isPEI
handledup2
bytecode used by Spring AOT (#3059)EI_EXPOSE_REP
when there are multiple immutable assignments (#3023)NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
for Kotlin, handle Kotlin'sIntrinsics.checkNotNullParameter()
(#3094)FindReturnRef
not finding references exposed from nested and inner classes (#2042)FI_FINALIZER_NULLS_FIELDS
FPs for functions called finalize() but not with the correct signature. (#3207)ThrowingExceptions
by removing false positive reports, such as synthetic methods (lambdas), methods which inherited their exception specifications and methods which call throwing methods (#2040)DP_DO_INSIDE_DO_PRIVILEGED
,DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED
andUSC_POTENTIAL_SECURITY_CHECK_BASED_ON_UNTRUSTED_SOURCE
in code targeting Java 17 and above, since it advises the usage of deprecated method (#1515).RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
false positive for a builder delegating to another builder (#3235)Cleanup
Collection.isEmpty()
orString.isEmpty()
to test for emptiness (#3180, #3219)Boolean.parseBoolean()
for string-to-boolean conversion. (#3217)Changed
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit