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
Improve Error Message on Failed attachment of Finding
The original code does not provide the causing error, which makes
it dificult to debug the problem.
- Add first adding loggign capabilities via SLF4J.
- Log the failed attempt of attaching a finding as eror w/ original
exception message.
- Pass the causing exception to the exception we rethrow to preserve
the full stack trace.
Signed-off-by: Sven Strittmatter <[email protected]>
0 commit comments