Details
Description
Doclint gives the following errors while compiling with Java 8
[ERROR] /Users/arun.khetarpal/Opensource/apache/htrace/incubator-htrace/htrace-core/src/main/java/org/apache/htrace/core/Span.java:62: warning: no @return
[ERROR] boolean isRunning();
The errors could be divided into two groups
a) No @return
b) no self-closed HTML tags, such as <br /> or <a id="x" />
Attachments
Attachments
Issue Links
- breaks
-
HTRACE-354 Enable javadoc lint in htrace-flume and htrace-htraced and avoid build breaks in jdk7 because of unknown doclint flag
- Resolved
- relates to
-
HTRACE-262 Temporarily suppress doclint for Java 8 to prevent build failure
- Resolved