-
Bug
-
Resolution: Fixed
-
P3
-
21
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8312923 | 21.0.1 | Jan Lahoda | P3 | Resolved | Fixed | b04 |
JDK-8312094 | 21 | Jan Lahoda | P3 | Resolved | Fixed | b32 |
Consider code like:
```
public class Test {
/***/
void main() {
}
}
```
When looking at the javadoc comment ('/***/`) through Trees.getDocComment, '/' is returned, which then gets passed to the DocCommentTree and creates confusions with positions.
```
public class Test {
/***/
void main() {
}
}
```
When looking at the javadoc comment ('/***/`) through Trees.getDocComment, '/' is returned, which then gets passed to the DocCommentTree and creates confusions with positions.
- backported by
-
JDK-8312094 Incorrect javadoc comment text
- Resolved
-
JDK-8312923 Incorrect javadoc comment text
- Resolved
- relates to
-
JDK-8305100 [REDO] Clean up JavadocTokenizer
- Resolved
- links to
-
Commit openjdk/jdk21/a08c6b9b
-
Commit openjdk/jdk/1c9691b1
-
Review openjdk/jdk21/132
-
Review openjdk/jdk/14890
(2 links to)