fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.8 #268
+6
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.9.3
->4.9.8
Release Notes
spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)
v4.9.8
Compare Source
Fixed
v4.9.7
Compare Source
Fixed
FindNakedNotify
to handle the case when the lock is loaded from a field (#3634)Changed
Deprecated
edu.umd.cs.findbugs.io.IO.close(InputStream)
method. (#3756)Build
v4.9.6
Compare Source
Fixed
jakarta.servlet.http.HttpServletRequest
method calls (#3711)v4.9.5
Compare Source
Fixed
@SuppressFBWarnings
annotation (#3622)SF_SWITCH_FALLTHROUGH
false positive when continuing a loop (#3617)CWO_CLOSED_WITHOUT_OPENED
false positive (#3616)SF_SWITCH_NO_DEFAULT
false positive fix for switch-arrow (#3645)Duplicating value: ...
(#3621)Added
Cleanup
v4.9.4
Compare Source
Changed
AnnotationMatcher
can now ignore bugs if annotation is also applied on methods or fields. Previously only annotations on classes were considered.LOCAL_VARIABLE_UNKNOWN
with exact method name forNP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(#3485)Fixed
US_USELESS_SUPPRESSION_ON_*
on methods, fields, parameters, packages or classes with an*.Generated
annotation with retention >= class (#3350)(#3409)ResourceValueFrame.java
to Enum (#2061)FS_BAD_DATE_FORMAT_FLAG_COMBO
(#3387)FindNoSideEffectMethods
detector (#3320)RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
when part of a MockitodoAnswer()
,doCallRealMethod()
,doNothing()
,doThrow()
ordoReturn()
call (#3334)CT_CONSTRUCTOR_THROW
false positive with public and private constructors in specific order of methods (#3417)AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
,AT_NONATOMIC_64BIT_PRIMITIVE
andAT_STALE_THREAD_WRITE_OF_PRIMITIVE
FP when the relevant code is in private method, which is only called with proper synchronization (#3428)RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
when part of a BDDMockito call (#3441)AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
when field of a local variable is set. (#3459)AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
FP when there was no compound operation (#3363)NM_FIELD_NAMING_CONVENTION
crash in the TestASM detector (#3489)UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
for fields initialized in JUnit 3/4setUp()
method. (#3169)US_USELESS_SUPPRESSION_ON_FIELD
/UUF_UNUSED_FIELD
false positive (#3496)TextUICommandLine
supports all options encoded in Eclipse preferences file (#3520)NoSuchElementException
whenhasNext()
returns true (#3501)DMI_INVOKING_TOSTRING_ON_ARRAY
on newer JDK (#1147)NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
false positive withObjects.requireNonNull
(#2965) (#3573)SF_SWITCH_NO_DEFAULT
false positive fix (#1148) (#3572)Added
US_USELESS_SUPPRESSION_ON_*
messages (#3395)@NotThreadSafe
(#3390)CWO_CLOSED_WITHOUT_OPENED
for locks that might be released without even being acquired. (See SEI CERT rule LCK08-J) (#2055)ResourceValueFrame
.DMI_MISLEADING_SUBSTRING
for callingsubString(0)
on a StringBuffer/StringBuilder (#1928)Signing
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.