Update plugins #253
GitHub Actions / SpotBugs
completed
Aug 29, 2024 in 0s
SpotBugs Source Code Analyzer report
1 violation(s) found
Annotations
Check warning on line 22 in src/main/java/x1/stomp/boundary/OpenAPIModelBuilder.java
github-actions / SpotBugs
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
Write to static field x1.stomp.boundary.OpenAPIModelBuilder.servletContext from instance method x1.stomp.boundary.OpenAPIModelBuilder.contextInitialized(ServletContextEvent)
Raw output
This instance method writes to a static field. This is tricky to get correct if multiple instances are being manipulated, and generally bad practice.
Loading