easily exploring Java AbstractSyntaxTree
start it with
java -cp checkstyle-5.6-all.jar com.puppycrawl.tools.checkstyle.gui.Main PomSourceImporter.java
![]() |
Checkstyle Gui |
You can get it with checkstyle from checkstyle.sourceforge.net, it is also described here The Checkstyle SDK Gui.
I really appreciated this tool a while ago, when I worked on my thesis and SelectorMethodArgumentCheck.java. alternativ tools are:
- AstExplorer (tightly coupled with eclipse JDT)