Discussion:
On Ubuntu report generated is distorted
Yogini Joshi
2014-07-25 14:02:42 UTC
Permalink
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.
Christoph Kutzinski
2014-07-27 13:31:19 UTC
Permalink
What do you mean with 'distorted'? How does it differ from the windows
report?
I'm not sure if I'm missing something obvious, but the attached report
looks fine to me.
Post by Yogini Joshi
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.
_______________________________________________
Findbugs-discuss mailing list
https://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
Yogini Joshi
2014-07-28 05:11:43 UTC
Permalink
I mean there are no proper tables and line demarcation which is there in windows report.

From: findbugs-discuss-***@cs.umd.edu [mailto:findbugs-discuss-***@cs.umd.edu] On Behalf Of Christoph Kutzinski
Sent: Sunday, July 27, 2014 7:01 PM
To: findbugs-***@cs.umd.edu
Subject: Re: [FB-Discuss] On Ubuntu report generated is distorted

What do you mean with 'distorted'? How does it differ from the windows report?
I'm not sure if I'm missing something obvious, but the attached report looks fine to me.

Am 25.07.2014 um 16:02 schrieb Yogini Joshi:
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.




_______________________________________________

Findbugs-discuss mailing list

Findbugs-***@cs.umd.edu<mailto:Findbugs-***@cs.umd.edu>

https://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss


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.
Christoph Kutzinski
2014-07-28 16:27:29 UTC
Permalink
What's wrong with the table? It has no borders, but is it different on
Windows report? And with line demarcation, you mean that there are no
line endings (<br>s) while in Windows there are?

Maybe you can attach the Windows report, so we can see what's different?
Post by Yogini Joshi
I mean there are no proper tables and line demarcation which is there in windows report.
Kutzinski
*Sent:* Sunday, July 27, 2014 7:01 PM
*Subject:* Re: [FB-Discuss] On Ubuntu report generated is distorted
What do you mean with 'distorted'? How does it differ from the windows report?
I'm not sure if I'm missing something obvious, but the attached report looks fine to me.
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.
_______________________________________________
Findbugs-discuss mailing list
https://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss
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.
Loading...