Open charcoast opened 1 year ago
The intellij documentation tab fails to load information from the constructor created with AllArgsConstructor, leaving only a blank screen.
Despite this, the constructor appears in the list of possible constructors for the class:
It should show the attributes of the constructor, as in this case:
What steps do we need to take to reproduce this issue?
Short description
The intellij documentation tab fails to load information from the constructor created with AllArgsConstructor, leaving only a blank screen.
Despite this, the constructor appears in the list of possible constructors for the class:
Expected behavior
It should show the attributes of the constructor, as in this case:
Version information
Steps to reproduce
What steps do we need to take to reproduce this issue?