[
http://jira.codehaus.org/browse/MFINDBUGS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg moved MOJO-563 to MFINDBUGS-16:
-----------------------------------------------
Component/s: (was: findbugs)
Key: MFINDBUGS-16 (was: MOJO-563)
Project: Maven 2.x FindBugs Plugin (was: Mojo)
> xml report is not well-formed
> -----------------------------
>
> Key: MFINDBUGS-16
> URL: http://jira.codehaus.org/browse/MFINDBUGS-16
> Project: Maven 2.x FindBugs Plugin
> Issue Type: Bug
> 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