logo       

[jira] Commented: (MOJO-613) [jdepend-maven-plugin] stackOverFlow with getP: msg#00134

java.maven-plugins.mojo.devel

Subject: [jira] Commented: (MOJO-613) [jdepend-maven-plugin] stackOverFlow with getPackages() method of JDependXMLReportParser class

[ http://jira.codehaus.org/browse/MOJO-613?page=comments#action_84628 ]

David vicente commented on MOJO-613:
------------------------------------

i have tested the jdepend-maven-plugin-2.0-SNAPSHOT and it's Ok for me

> [jdepend-maven-plugin] stackOverFlow with getPackages() method of
> JDependXMLReportParser class
> ----------------------------------------------------------------------------------------------
>
> Key: MOJO-613
> URL: http://jira.codehaus.org/browse/MOJO-613
> Project: Mojo
> Issue Type: Bug
> Components: jdepend
> Reporter: David vicente
> Assigned To: Jerome Lacoste
> Priority: Blocker
> Attachments: JDependXMLReportParser.java
>
>
> I used the jdepend-maven-plugin API to read the jdepend-report.xml file with
> the JDependXMLReportParser class.
> But when i want to get the packages list , i have a stackOverFlow error.
> When i read the source code , i see :
> public java.util.List getPackages()
> {
> return this.getPackages();
> }
> it must be :
> public java.util.List getPackages()
> {
> return this.packages;
> }
> could it be fixed quickly because i need this correction to update my
> dashboard-maven-plugin ?
> Thanks

--
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




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise