How can i parse a value from java & get that value in visit method
A source code analyzer
Brought to you by:
adangel,
juansotuyo
Hi,
I create a new ruleset and it works fine. My usecase is "Parse a value from java & get value in visit method"
example :
Now i invoke pmd by
String[] arguments = { "-d", src_folder, "-f", output_format, "-R", rulesets};
PMD.run(arguments);
in my java. How can i parse a value here and how i get that value in my rulecase?