code testing tool
Hi,
Can anybody tell me about a "testing tool" which checks for the correctness in the naming conventions.
Say, If we feed all the naming convention standards in some dictionary of the tool and then allow the tool to parse a given ".java " file,then it should tell me the errors in the naming conventions or something of this sort.
Any help in sincerely appreciated.
Thanks,
Rajiv.
> Say, If we feed all the naming convention standards in
> some dictionary of the tool and then allow the tool to
> parse a given ".java " file,then it should tell me the
> errors in the naming conventions or something of this
> sort.
It sounds like you want to scan all .java files for syntax and style violations.
If you go to a web search site and enter the words "java" "lint" you will
find many tools to do this.
Hope this helps...