2021-08-16 20:48:25 +00:00
|
|
|
EmptyDescriptionTest.java:13: warning: use of default constructor, which does not provide a comment
|
|
|
|
public class EmptyDescriptionTest {
|
|
|
|
^
|
|
|
|
EmptyDescriptionTest.java:17: warning: no comment
|
|
|
|
public int f1;
|
|
|
|
^
|
|
|
|
EmptyDescriptionTest.java:21: warning: empty comment
|
|
|
|
public int f2;
|
|
|
|
^
|
2022-05-21 08:48:11 +00:00
|
|
|
EmptyDescriptionTest.java:25: warning: no main description
|
2021-08-16 20:48:25 +00:00
|
|
|
* @since 1.0
|
|
|
|
^
|
|
|
|
EmptyDescriptionTest.java:36: warning: no comment
|
|
|
|
public int m1() { return 0; }
|
|
|
|
^
|
|
|
|
EmptyDescriptionTest.java:40: warning: empty comment
|
|
|
|
public int m2() { return 0; }
|
|
|
|
^
|
2022-05-21 08:48:11 +00:00
|
|
|
EmptyDescriptionTest.java:44: warning: no main description
|
2021-08-16 20:48:25 +00:00
|
|
|
* @return 0
|
|
|
|
^
|
|
|
|
7 warnings
|