Skip to content

Add ArtemisContainer #238

Add ArtemisContainer

Add ArtemisContainer #238

GitHub Actions / SpotBugs completed Jun 2, 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

See this annotation in the file changed.

@github-actions 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.