...
Code Block | ||
---|---|---|
| ||
if (false) { /* Use of critical security method no * longer necessary, for now */ /* NOTREACHED */ security_critical_method(); /* Some other comment */ } |
...
Nested block comments and inconsistent use of comments could be detected by suitable static analysis tools.
Related Guidelines
Reddy 2000 | Java Coding Style Guide, §5.0, "Comments" |
Bibliography
...