lishunli / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by vsync100 on 4 Oct 2013 at 3:02

GoogleCodeExporter commented 9 years ago

Original comment by r.spilker on 20 Jan 2014 at 2:54

GoogleCodeExporter commented 9 years ago
Fixed in 1.12.5 (will be in official release following 1.12.4).

Original comment by reini...@gmail.com on 23 Jan 2014 at 9:03