<BugInstance type="DM_STRING_VOID_CTOR" priority="Normal"
category="PERFORMANCE" message="Dm:
common.util.DateUtils.getDateInLongDateStringFormat() invokes inefficient
new String() constructor; just use """ lineNumber="941" />
Here is the new output. I ran this on a project at work that had never run
Maven before.
--
Regards,
Garvin LeClaire
[EMAIL PROTECTED]
On 12/13/06, Rémy Sanlaville (JIRA) <[EMAIL PROTECTED]> wrote:
[ http://jira.codehaus.org/browse/MOJO-563?page=comments#action_82579]
Rémy Sanlaville commented on MOJO-563:
--------------------------------------
Yes I did it. Both on the last snapshot and trunk version.
Perhaps I make something wrong. Could you send us our configuration ?
I will try to do more tests on this Friday (tomorrow I am off).
Rémy
> xml report is not well-formed
> -----------------------------
>
> Key: MOJO-563
> URL: http://jira.codehaus.org/browse/MOJO-563
> Project: Mojo
> Issue Type: Bug
> Components: findbugs
> Environment: Maven 2.0.4, Findbugs 1.0-SNAPSHOT
> Reporter: Rémy Sanlaville
> Priority: Critical
>
> The xml findbugs report is not well-formed.
> For example my report is like this :
> <?xml version="1.0" encoding="UTF-8"?>
> <BugCollection version="1.1.1" threshold="Low" effort="Default" >
> <file classname="test.business.control.AddAuthor" >
> <BugInstance type="DM_STRING_VOID_CTOR" priority="Normal"
category="PERFORMANCE" message="Dm:
test.business.control.AddAuthor.setArgs(java.util.List) invoque le
constructeur inutile String() ; utilisez juste """ lineNumber="86" />
> which is not well-formed.
> In fact,
> utilisez juste """
> must be
> utilisez juste "
> like this
> <BugInstance type="DM_STRING_VOID_CTOR" priority="Normal"
category="PERFORMANCE" message="Dm:
test.business.control.AddAuthor.setArgs(java.util.List) invoque le
constructeur inutile String() ; utilisez juste" lineNumber="86" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email