-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.0 #548
Conversation
审阅者指南 by Sourcery此 PR 将 com.github.spotbugs:spotbugs-annotations 依赖从版本 4.8.6 更新到 4.9.0。 显示 SpotBugs 注解版本更新的类图classDiagram
class SuppressFBWarnings {
+String[] value
+String[] justification
+String[] sourceLines
}
note for SuppressFBWarnings "从 v4.8.6 更新到 v4.9.0
增加了对更细粒度 bug 抑制的支持"
文件级别变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis PR updates the com.github.spotbugs:spotbugs-annotations dependency from version 4.8.6 to 4.9.0. Class diagram showing SpotBugs Annotations version updateclassDiagram
class SuppressFBWarnings {
+String[] value
+String[] justification
+String[] sourceLines
}
note for SuppressFBWarnings "Updated from v4.8.6 to v4.9.0
Added support for finer grained bug suppressions"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #548 +/- ##
============================================
+ Coverage 59.03% 59.26% +0.23%
- Complexity 1229 1233 +4
============================================
Files 430 430
Lines 5104 5104
Branches 360 360
============================================
+ Hits 3013 3025 +12
+ Misses 1870 1857 -13
- Partials 221 222 +1 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
4.8.6
->4.9.0
Release Notes
spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)
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 - At any time (no schedule defined), 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 Sourcery
构建:
Original summary in English
Summary by Sourcery
Build: