Age | Commit message (Collapse) | Author |
|
Also added fix: @Constructor with access level none are now no longer generated.
Implements issue #122
|
|
we now make a private method/constructor instead of a public one. Still not right, but less wrong than public.
|
|
@AllArgsConstructor for eclipse.
Implements issue #79.
|
|
Implements issue #47.
|
|
'this.'
Addresses issue #48
|
|
|
|
|
|
|
|
we do not run them again.
|
|
|
|
|
|
|
|
getFoo method in eclipse.
|
|
|
|
|
|
|
|
|
|
wildcard generics that had a bound on them, so, for example, a field typed as 'List<? extends Number>'.
|
|
'setUrl' field if you have a field named 'url'.
|
|
|
|
- Constructor(s)
- Getters/Setters per field
- equals
- hashCode
- toString
Added first test for @Data
|
|
|
|
|
|
changed anything.
|
|
|