-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Exception while looking for class java/lang/Thread$UncaughtExceptionHandler #73
Comments
Actually - this seems to be triggering under Java 8 as well. |
So... thumbs up - what does that mean? Is this a known issue? Any idea how it could be resolved ( is it a bug in the plugin, or possibly my project? )? |
I've been able to reliably reproduce this with a parallel build and disabling spotbugs forking.
|
1.4.1 has related fix, that stops throwing exception: 042a74c But this doesn't solve root problem. I cannot reproduce this issue for now. I guest it is caused by thread unsafety of Apache BCEL. |
Under Java 9, both findbugs and spotbugs seem to fail when running the findbugs-slf4j checks on our usage of
Thread.UncaughtExceptionHandler
with the following:The exception is:
The text was updated successfully, but these errors were encountered: