Menu

#111 Create UnnecessaryWhileStatement rule

open
nobody
None
5
2013-02-16
2010-11-25
Chris Mair
No

Create rule that checks for while statements that have no effect. This includes while statements where the while block is only a constant expression or literal. e.g.
while(condition) { 123 }

Discussion


Log in to post a comment.