Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
14 lines
356 B
Text
14 lines
356 B
Text
MissingCommentTest.java:9: warning: no comment
|
|
public class MissingCommentTest {
|
|
^
|
|
MissingCommentTest.java:10: warning: no comment
|
|
MissingCommentTest() { }
|
|
^
|
|
MissingCommentTest.java:12: warning: no comment
|
|
int missingComment;
|
|
^
|
|
MissingCommentTest.java:14: warning: no comment
|
|
void missingComment() { }
|
|
^
|
|
4 warnings
|
|
|