<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/test/transform/resource/after-eclipse, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/'/>
<entry>
<title>ecj tests and eclipse tests are now effectively doing the same thing, except the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed.</title>
<updated>2012-02-14T16:11:15+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2012-02-14T16:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=9a50da2d092f86eef6e00e0f518039ad3ef53ec8'/>
<id>9a50da2d092f86eef6e00e0f518039ad3ef53ec8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More test files, test files updated to be valid java, and ecj test now goes through the complete compile process. This means val and @Delegate testing is now enabled.</title>
<updated>2012-02-14T15:39:48+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2012-02-14T15:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=06581537f24fe31ee096960be496bc503059a95e'/>
<id>06581537f24fe31ee096960be496bc503059a95e</id>
<content type='text'>
TODO: Update -eclipse tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO: Update -eclipse tests.</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for @Getter(AccessLevel.NONE)</title>
<updated>2012-01-24T02:07:14+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2012-01-24T02:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=bf8b93701a8527dfc7f82d51d4ac22693b70c95c'/>
<id>bf8b93701a8527dfc7f82d51d4ac22693b70c95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for issue 328: @Delegate on a field for which we also generate a getter will use the getter for delegation</title>
<updated>2012-01-24T01:52:13+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2012-01-24T01:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=2242de2bf9886fc80858486bbb3aa171a5496885'/>
<id>2242de2bf9886fc80858486bbb3aa171a5496885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Issue 275] Allow @Delegate on no-argument methods</title>
<updated>2012-01-18T23:44:47+00:00</updated>
<author>
<name>peichhorn</name>
<email>peichhor@web.de</email>
</author>
<published>2011-12-05T21:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=87cca2d322be09c51d1e63eea195addd1e99a7e2'/>
<id>87cca2d322be09c51d1e63eea195addd1e99a7e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now the type resolver also finds top-level types in a compilation unit that name-shadow. Added tests for the type resolver.</title>
<updated>2011-12-19T19:09:40+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2011-12-19T19:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=ae87a26456245f19d97f8852ea21556cd78e97ef'/>
<id>ae87a26456245f19d97f8852ea21556cd78e97ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for issue 299: labels would break 'val' in javac.</title>
<updated>2011-11-20T18:04:31+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2011-11-20T16:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=3b921ad7f6a485287ae62e64d0f4a2859683732a'/>
<id>3b921ad7f6a485287ae62e64d0f4a2859683732a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the enum constants.</title>
<updated>2011-11-13T08:06:57+00:00</updated>
<author>
<name>peichhorn</name>
<email>peichhor@web.de</email>
</author>
<published>2011-11-13T08:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=0d75d56fcef943d1a35f1169386830066371c12d'/>
<id>0d75d56fcef943d1a35f1169386830066371c12d</id>
<content type='text'>
Also the new fields are ordered in the same way the method injectField() gets invoked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also the new fields are ordered in the same way the method injectField() gets invoked.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed eclipse and ecj unit test broken by 99e36bf51c26152c53c8acefa90cce80af6da434</title>
<updated>2011-11-07T20:51:12+00:00</updated>
<author>
<name>Robbert Jan Grootjans</name>
<email>grootjans@gmail.com</email>
</author>
<published>2011-11-07T20:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=88a83e08a9406d332a82377ab7a8bf7a99b544a8'/>
<id>88a83e08a9406d332a82377ab7a8bf7a99b544a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unit tests to take into account work on issue 289 and 287.</title>
<updated>2011-10-31T23:53:21+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2011-10-31T23:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=2fcfc4c3dc0b7058fda8aadd9253c3011e967e28'/>
<id>2fcfc4c3dc0b7058fda8aadd9253c3011e967e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
