Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij documentation tab fails to load info from constructor created with AllArgsConstructor #1175

Open
charcoast opened this issue Apr 22, 2023 · 0 comments

Comments

@charcoast
Copy link

Short description

The intellij documentation tab fails to load information from the constructor created with AllArgsConstructor, leaving only a blank screen.
All args constructor

Despite this, the constructor appears in the list of possible constructors for the class:
chat documentation

Expected behavior

It should show the attributes of the constructor, as in this case:
documentation working

Version information

  • IDEA Version: 2023.1 (Ultimate Edition) Build #IU-231.8109.175, build on March 8, 2023.
  • JDK Version: Eclipse Temurin - 17.0.7
  • OS Type & Version: Pop!_OS 22.047 LTS
  • Lombok Plugin Version: bundled 231.8109.175
  • Lombok Dependency Version: 1.18.26

Steps to reproduce

What steps do we need to take to reproduce this issue?

  1. Create a class with some attributes
  2. Anotate the class with @AllArgsConstructor
  3. Press ctrl + q twice with the cursor between the parentheses when instantiating an object of the class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant