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

Must create both GETTER/SETTER sections in doc comments, or neither. #620

Closed
lombokissues opened this issue Jul 14, 2015 · 4 comments
Closed
Assignees

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 585)

@lombokissues
Copy link
Author

👤 vsync100   🕗 Oct 04, 2013 at 15:02 UTC

What steps will reproduce the problem?

  1. Annotate a field with @ Getter and @ Setter.
  2. Create a documentation comment for the field.
  3. Add a section for the setter only with "-- SETTER --".

What is the expected output? What do you see instead?
When looking at the generated documentation, I expect to see the portion of the comment up to the section header on the getter, and the specified portion on the setter. Rather, I see the full comment including the section header on the getter, and the setter portion on the setter.

What version of the product are you using? On what operating system?
Lombok 0.12.0 and javac 1.7.0_40.

Please provide any additional information below.

@lombokissues
Copy link
Author

👤 r.spilker   🕗 Jan 20, 2014 at 14:54 UTC

@lombokissues
Copy link
Author

👤 reinierz   🕗 Jan 23, 2014 at 21:03 UTC

Fixed in 1.12.5 (will be in official release following 1.12.4).

@lombokissues
Copy link
Author

End of migration

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

2 participants