check the history source code comment
"caucabin caucabin" <[email protected]>
| Newsgroups | gmane.comp.java.audit.checkstyle.user |
|---|---|
| Message-ID | <[email protected]> |
In source code ,always see like this code:
// int size = p_steps.size();
// for (int i = 0; i < size; i++)
final int size = p_steps.size();
for (int i = 0; i < size; i++)
The comment part is a history source code, we can get the history code from
the version control tool, and don't want to see it in the code. so if have
a checker to check this type comment?
could you give me some suggest ?
Thanks
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Checkstyle-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/checkstyle-user