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 }
Log in to post a comment.