pdeva / jarjar

Automatically exported from code.google.com/p/jarjar
0 stars 0 forks source link

Feature request: Verbose option #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running jarjar on any jar does not show what is happening. It would be
interesting to see which rule is executed, when substitutions or changes
are made, what change is made and in what class, etc.

What is the expected output? What do you see instead?
Expect traces regarding class refactoring.

(Really nice tool to use)

Original issue reported on code.google.com by rudamet...@gmail.com on 5 Dec 2008 at 1:33

GoogleCodeExporter commented 9 years ago
There is a verbose system property, e.g. -Dverbose=true

It could be enhanced.

Original comment by chris.no...@gmail.com on 11 Jan 2009 at 4:32