<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/test/transform/src, branch feat/memoize</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>[jdk17] Ignore new strictfp warnings</title>
<updated>2021-08-18T15:59:44+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-08-18T15:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=aab88086565355f2740b287cf6a8c28d3329150e'/>
<id>aab88086565355f2740b287cf6a8c28d3329150e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[testing] now easier to identify what failed, by name of test case</title>
<updated>2021-03-13T17:19:35+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2021-03-13T16:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=c979ee9ddfe0e990c1527d45c8429397601e4f52'/>
<id>c979ee9ddfe0e990c1527d45c8429397601e4f52</id>
<content type='text'>
test case names now include idempotent/javac/ecj/prettyprint as a prefix to the test case filename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test case names now include idempotent/javac/ecj/prettyprint as a prefix to the test case filename.
</pre>
</div>
</content>
</entry>
<entry>
<title>[build] rewriting the build system</title>
<updated>2020-06-23T13:55:18+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-05-28T22:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=0bbedd092a1f0f506d106943b4b400c7986c5f36'/>
<id>0bbedd092a1f0f506d106943b4b400c7986c5f36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add the capability to the testing framework to verify that delombok actually also handles the changed flag correctly</title>
<updated>2015-11-16T23:04:39+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2015-11-16T23:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=9eb70cb3e2043b5262e686b4a80da36e5aa88d81'/>
<id>9eb70cb3e2043b5262e686b4a80da36e5aa88d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added the ‘always use guava’ lombok.config option for @Singular @Builder.</title>
<updated>2015-01-20T14:01:30+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2015-01-20T14:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=5b4ab9dae8940973ce8b87c8c2a0388b768dac89'/>
<id>5b4ab9dae8940973ce8b87c8c2a0388b768dac89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ecj @Builder @Singular support for j.u. sets and maps.</title>
<updated>2015-01-15T03:43:36+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2015-01-15T03:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=a05360a8eaba0de61f16f75816daf5a5af0a4567'/>
<id>a05360a8eaba0de61f16f75816daf5a5af0a4567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BIG commit:</title>
<updated>2013-02-11T21:34:48+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2013-02-11T21:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=aafd83079a3000d3deb6e40a182849da2509fbfb'/>
<id>aafd83079a3000d3deb6e40a182849da2509fbfb</id>
<content type='text'>
 * re-introduction of onMethod/onConstructor/onParam
 * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7
 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam
 * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither
 * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism.
 * Updated copyright headers of website to 2013.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * re-introduction of onMethod/onConstructor/onParam
 * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7
 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam
 * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither
 * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism.
 * Updated copyright headers of website to 2013.
</pre>
</div>
</content>
</entry>
<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>Changed copyright notices</title>
<updated>2011-11-07T21:04:40+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2011-11-07T20:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=45f9e9def12b8f32b76c86471487e735ebb7c09b'/>
<id>45f9e9def12b8f32b76c86471487e735ebb7c09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some forgotten copyright headers</title>
<updated>2011-08-02T01:57:53+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>reinier@zwitserloot.com</email>
</author>
<published>2011-08-02T01:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=4ff39e57705ec16d35a403d85014fc92f8fa7733'/>
<id>4ff39e57705ec16d35a403d85014fc92f8fa7733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
