You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not set sourcepath for test scope java files correctly.
This results in spotbugs using relative file names for the test java sources, which results in filters that rely on directories where source files are located (like generated-test-classes) failing.
One character change to fix this in the PR here: #1090