Issue 109946 - xmerge: FindBugs Warning
Summary: xmerge: FindBugs Warning
Status: UNCONFIRMED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: OOo 2.4.0
Hardware: Unknown All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 16:38 UTC by mtov
Modified: 2013-01-29 21:46 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mtov 2010-03-08 16:38:14 UTC
Dear all,

We are conducting an study about the relevance of the warnings reported by the 
FindBugs tool when executed over several open-source systems.

Particularly, in the case of OpenOffice, we would like to confirm the relevance 
of the following warnings reported by the tool (for OpenOffice 2.4.0):

** Location: xmerge.converter.xml.sxc.RowStyle setRowHeight - Line 142
Warning: Self assignment of field

** Location: xmerge.converter.xml.sxc.pexcel.records.DefinedName read - Line 133
Warning: Invocation of toString on an array.The code invokes toString on an 
array, which will generate a fairly useless result such as [C@16f0472. 

** Location: xmerge.converter.xml.sxc.pexcel.records.DefinedName read - Line 134
Warning: Invocation of toString on an array.The code invokes toString on an 
array, which will generate a fairly useless result such as [C@16f0472. 

** Location: xmerge.converter.xml.sxc.pexcel.records.Formula read - Line 180
Warning: Invocation of toString on an array.The code invokes toString on an 
array, which will generate a fairly useless result such as [C@16f0472. 

** Location xmerge.converter.xml.sxc.pexcel.records.StringValue read - Line 102
Warning: Invocation of toString on an array.The code invokes toString on an 
array, which will generate a fairly useless result such as [C@16f0472. 

** Location: xmerge.converter.xml.sxc.pexcel.records.StringValue read - Line 103
Warning: Invocation of toString on an array.The code invokes toString on an 
array, which will generate a fairly useless result such as [C@16f0472. 


Since these warning seemed relevant to us, we would like to confirm our 
classification with OpenOffice's developers.

Best regards,

Marco Tulio Valente
Brazil
Comment 1 Mathias_Bauer 2010-03-22 11:11:53 UTC
Svante, can you please help?