JDK-8213819 : doclint should warn against {@index} inside tag
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-13
  • Updated: 2018-11-29
  • Resolved: 2018-11-22
JDK 12
12 b22Fixed
Related Reports
Relates :  
Description
Since {@index} expands to an <a> tag, it is (regrettably) incorrect to use it within an <a> tag. This can and should be caught by doclint Checker.