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.

[418 byte] By [rajivsikka_11a] at [2007-9-30 0:52:45]
# 1

> 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...

debugging_teama at 2007-7-16 5:25:35 > top of Java-index,Archived Forums,Debugging Tools and Techniques...
# 2
Thanks a lot for ur concern. It taught me something new..Rajiv
rajivsikka_11a at 2007-7-16 5:25:35 > top of Java-index,Archived Forums,Debugging Tools and Techniques...