-
Bug
-
Resolution: Duplicate
-
P3
-
8
From Roger Riggs:
Here's a warning from a method using nested <pre> {@code ...:
Generating /tmp/xx/DocLintBug.html...
/ws/Threeten-Examples/src/DocLintBug.java:14: warning: empty <pre> tag
* }</pre>
Line 14:
<pre>{@code
* String text = date.toString(formatter);
* LocalDate date = LocalDate.parse(text, formatter);
* }</pre>
Here's a warning from a method using nested <pre> {@code ...:
Generating /tmp/xx/DocLintBug.html...
/ws/Threeten-Examples/src/DocLintBug.java:14: warning: empty <pre> tag
* }</pre>
Line 14:
<pre>{@code
* String text = date.toString(formatter);
* LocalDate date = LocalDate.parse(text, formatter);
* }</pre>
- duplicates
-
JDK-8010317 DocLint incorrectly reports some <pre> tags as empty
-
- Closed
-