mtyrrell / bpep

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

Builder methods shouldn't use field prefix or suffix #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In 'Java Code Style', select a prefix or suffix for fields
2. Create a class with fields
3. Generate Builder

What is the expected output? What do you see instead?
If I have a class with a field "String code_", I think the Builder should have 
a method called code(String code), but I get code_(String code_) instead.

What version of the product are you using? On what operating system?
Eclipse Indigo SR1 on Mac OSX Lion

Please provide any additional information below.

Original issue reported on code.google.com by g...@gordshier.com on 27 Jul 2012 at 3:59

GoogleCodeExporter commented 9 years ago
For what it's still worth, I just made that correction into bpep and submitted 
a pull request (https://github.com/henningjensen/bpep/pull/2) to its current 
home at GitHub. :)

Original comment by ville...@gmail.com on 16 Feb 2013 at 1:40