2015-05-21 18:41:04 +00:00
|
|
|
MissingCommentTest.java:9: warning: no comment
|
2012-12-17 15:47:05 +00:00
|
|
|
public class MissingCommentTest {
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
MissingCommentTest.java:10: warning: no comment
|
2012-12-17 15:47:05 +00:00
|
|
|
MissingCommentTest() { }
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
MissingCommentTest.java:12: warning: no comment
|
2012-12-17 15:47:05 +00:00
|
|
|
int missingComment;
|
|
|
|
^
|
2015-05-21 18:41:04 +00:00
|
|
|
MissingCommentTest.java:14: warning: no comment
|
2012-12-17 15:47:05 +00:00
|
|
|
void missingComment() { }
|
|
|
|
^
|
|
|
|
4 warnings
|
|
|
|
|