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

@lombok.experimental.Helper annotation is not supported #1166

Open
Vyacheslav-Lapin opened this issue Jan 10, 2023 · 0 comments
Open

@lombok.experimental.Helper annotation is not supported #1166

Vyacheslav-Lapin opened this issue Jan 10, 2023 · 0 comments

Comments

@Vyacheslav-Lapin
Copy link

Short description

Annotation don't let you put methods in methods, as expected.

Expected behaviour

Correctly support the feature, introduced as an experimental in Lombok v1.16.6 (August 18th, 2015)

Version information

  • IDEA Version: 2022.3
  • JDK Version: OpenJDK Runtime Environment Corretto-19.0.1.10.1 (build 19.0.1+10-FR)
  • OS Type & Version: Mac OS X Ventura 13.1
  • Lombok Plugin Version: 223.8214.52
  • Lombok Dependency Version: 1.18.24

Steps to reproduce

Just type the sample from Lombok documentation in page https://projectlombok.org/features/experimental/Helper . Line "return helperMethod(10);" will be red and looks like this:
image

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