from eclipse, I’m using Junit4 to write some java tests to control the GUI
I’m looking for a tool open source that check naming conventions : upper case,lower case int he case of variables, functions ,…etc
what do you recommend me as a practical tool ?
thanks,
Checkstyle should meet your needs and can be had via an Eclipse plugin.