Findbugs configuration

Hi,

I am using TeamCity 8.1 and I have findbugs running on my build (built using gradle) and the xml report processing is turned on.

I see the Code Inspections tab as expected but I have 2 issues.

1. The reported bugs are the horrible codes, e.g. NP_NULL_ON_SOME_PATH, and not a nice text message
2. The links seem to be to .class files and I cannot click through to the IDE to show the line in question.

I read somewhere about needing the findbugs installation somewhere to solve 1, but I cannot seem to find any reference to that now.

So how do I solve the 2 issues above?

Many thanks

Simon

0
2 comments
Avatar
Permanently deleted user

1. The reported bugs are the horrible codes, e.g. NP_NULL_ON_SOME_PATH, and not a nice text message


From https://confluence.jetbrains.com/display/TCD8/XML+Report+Processing

  • For FindBugs report processing, it is necessary to specify the path to the FindBugs installation on the agent. It will be used for retrieving actual bug patterns, categories and their messages.


Did you specify this path?

0

Hi Simon,

1. Please specify the path to the FindBugs installation on the agent (as mar99 described).
2. It is not possible to open inspections in IDE. Please watch/vote for the related feature requests: for Visual Studio, for IDEA.

0

Please sign in to leave a comment.