Yogini Joshi
2014-07-25 14:02:42 UTC
Hi ,
I have analysed the source code using findbug plugin with below config,
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!--
Enables analysis which takes more memory but finds more bugs. If
you run out of memory, changes the value of the effort element to
'low'.
-->
<effort>Max</effort>
<!-- Reports all bugs (other values are medium and max) -->
<threshold>Low</threshold>
<!-- Produces XML report -->
<xmlOutput>true</xmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<!--visitors>WrongMapIterator</visitors-->
<includeFilterFile>${project.parent.basedir}/BuildAutomation/config/findbugs-include.xml</includeFilterFile>
</configuration>
</plugin>
Then I am using site plugin 3.0 to generate the reports. If I generate the reports on window then the reports are not distorted but if I generate on Ubuntu the report generated is distorted. Please find the attached report on Ubuntu 12.04.
Regards,
Yogini
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
I have analysed the source code using findbug plugin with below config,
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<!--
Enables analysis which takes more memory but finds more bugs. If
you run out of memory, changes the value of the effort element to
'low'.
-->
<effort>Max</effort>
<!-- Reports all bugs (other values are medium and max) -->
<threshold>Low</threshold>
<!-- Produces XML report -->
<xmlOutput>true</xmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<!--visitors>WrongMapIterator</visitors-->
<includeFilterFile>${project.parent.basedir}/BuildAutomation/config/findbugs-include.xml</includeFilterFile>
</configuration>
</plugin>
Then I am using site plugin 3.0 to generate the reports. If I generate the reports on window then the reports are not distorted but if I generate on Ubuntu the report generated is distorted. Please find the attached report on Ubuntu 12.04.
Regards,
Yogini
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.