Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not A Bug
-
Affects Version/s: 2.8
-
Fix Version/s: None
-
Component/s: Findbugs
-
Labels:
-
Environment:1) Windows 2003 Server,
2) Sonar -> Sonar 2.8
3) ANT -> Apache Ant version 1.7.0 compiled on December 13 2006
4) Findbugs with ANT -> findbugs-1.3.9
-
Number of attachments :
Description
Hi,
I am using the Sonar 2.8.
In my project i am re-using the findbug report generated by the Ant for Sonar quality report genearation.
Example of How i am reusing findbugs report in Sonar->
<properties>
...
...
<sonar.findbugs.reportPath>$
/findbugs/FB_$
{project.artifactId}SDM$
{env.LABEL}.xml</sonar.findbugs.reportPath>
</properties>
Note: BUILD_REPORTS_SDM is the location of findbugs report generated by the ANT build tool.
After generation of findbugs report in sonar, i found some miss match like Ant Findbug report has less cound og but but Sonar is exposing more bugs for the same class.
I am not sure that which version of findbugs Sonar is using. Please let me know how to check that.
Software used:
1) Sonar -> Sonar 2.8
2) ANT -> Apache Ant version 1.7.0 compiled on December 13 2006
3) Findbugs with ANT -> findbugs-1.3.9
Thanks and Regards
Ashish Kumar Soni
Can you please use the mailing to get support instead of creating critical bugs ? As an aside note, I doubt what you are doing makes sense : AFAIK sonar.findbugs.reportPath does not exist.