aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-eclipse/EqualsAndHashCode.java
AgeCommit message (Collapse)Author
2012-02-14ecj tests and eclipse tests are now effectively doing the same thing, except ↵Reinier Zwitserloot
the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed.
2011-11-01Fixed unit tests to take into account work on issue 289 and 287.Roel Spilker
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ↵Roel Spilker
240.