Skip to main content
Participating Frequently
October 8, 2009
Question

Full Name of the file treated

  • October 8, 2009
  • 1 reply
  • 719 views

Hi Xavier,

Currently we are able to generate an html report but I would like to know if it is possible you to fix a problem. Actually when we generate the report, we don't have the package before the filename.

We just have the name of the file as you can see on this figure:

Regards,

This topic has been closed for replies.

1 reply

ledroff
Adobe Employee
Adobe Employee
October 8, 2009

Hi there,

Please submit a enhancement request to jira :

http://bugs.adobe.com/jira/browse/FLEXPMD

We'll see, who picks it and when he can deliver it.

for Xavier... you'll have to wait as he's away and offline for 3 weeks !

Cheers,

François

igreekAuthor
Participating Frequently
October 8, 2009

Hi all,

We fixed it by modifying the  the FlexPmdHtmlEngine class

You must change at the line 101  the parameter "javaFile.getParentFile()" of the PmdFileInfo constructor by "project.getBasedir()".

Thus, it will take the path beginning with the src directory.

Regards,