Package com.puppycrawl.tools.checkstyle.gui

User interface classes for CheckStyle. Currently this is mainly a gui to aid Check developers.

This is definitely work in progress. Here are some ideas where you could help:

  • Add a read only editor field that highlights the selected AST node.
  • Clicking in the editor field could open the corresponding tree path.
  • Add a configuration GUI that can be used in all IDE plugins (well, err.., except Eclipse).
  • Add ability to execute individual Checks and display the violation messages.
  • Add a GUI for the FileContents.
  • Add ability to define a Check by example (another one of those crazy ideas... :-)