Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-01 | Added position information _everywhere_ in EqualsAndHashCode and ToString ↵ | Reinier Zwitserloot | |
generating. This really does seem to fix the David Lynch bug (#41). | |||
2009-09-01 | Well, bugger me! Adjusting the positions of the actual type identifier for ↵ | Reinier Zwitserloot | |
the generated annotations seems to fix the David Lynch bug (issue #41). Saving this now before further fiddling breaks things again. | |||
2009-07-28 | Changed the way toString is generated to reduce the number of superfluous ↵ | Reinier Zwitserloot | |
'plus' nodes (e.g. concatenating the infix ", " and a field name literal such as "width=" into ", width=". Also removed the [] brackets from the supercall, as, if you're chaining to another lombok-generated toString, those are superfluous - lombok's toString includes parentheses already. | |||
2009-07-27 | [TRIVIAL] | Reinier Zwitserloot | |
2009-07-27 | Added support for @ToString annotation. The code for generating toStrings ↵ | Reinier Zwitserloot | |
has now moved from HandleData to the new HandleToString. |