Incorrect links in Java docs for classes without packages #1174
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
Milestone
Description
Links in Java docs are starting with '.' if the tested class has no package and is placed in the Sources root.
To Reproduce
Expected behavior
Links to classes/methods are supposed to be resolved.
Actual behavior
Links to the class / method are starting with '.' and cannot be resolved.
They are displayed red.
Visual proofs (screenshots, logs, images)
The following test class is generated:
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4 (JBR 11) - 2022.2.3 (JBR 17)
The text was updated successfully, but these errors were encountered: