<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/test/transform/resource/messages-idempotent, 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>[fixes #2985] Resolve var/val only once in eclipse</title>
<updated>2021-10-22T07:24:17+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-10-21T08:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=553b25addde4fab136258f7718e274a98bfbe34a'/>
<id>553b25addde4fab136258f7718e274a98bfbe34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test] work in progress: Make test.javac6 pass all tests.</title>
<updated>2021-03-13T03:20:47+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2021-03-12T06:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=a2ebb4ce3600644671c9dd9947956a1d1bfe732e'/>
<id>a2ebb4ce3600644671c9dd9947956a1d1bfe732e</id>
<content type='text'>
The `test.javac6` job causes a ton of errors because many tests use java8+ features. Marking them off as java8+ targeted only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `test.javac6` job causes a ton of errors because many tests use java8+ features. Marking them off as java8+ targeted only.
</pre>
</div>
</content>
</entry>
<entry>
<title>[builder] big refactor: Fixing CheckerFramework features + all params now in an object</title>
<updated>2020-10-03T21:55:10+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-10-03T21:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=14cce76805324dce66fcdfde333a63c677694d64'/>
<id>14cce76805324dce66fcdfde333a63c677694d64</id>
<content type='text'>
These handlers had methods with humongous argument lists, and they needed to grow even more in order
to accommodate some new needs to properly implement checkerframework (where annos can be type-use
based, which means they were being put in the wrong place.

void foo(com.foo.@X Bar paramName) // correct
void foo(@X com.foo.Bar paramName) // wrong

For example, the CalledMethod annotation is a type-use annotation.

This commit covers both that refactor and fixing checkerframework generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These handlers had methods with humongous argument lists, and they needed to grow even more in order
to accommodate some new needs to properly implement checkerframework (where annos can be type-use
based, which means they were being put in the wrong place.

void foo(com.foo.@X Bar paramName) // correct
void foo(@X com.foo.Bar paramName) // wrong

For example, the CalledMethod annotation is a type-use annotation.

This commit covers both that refactor and fixing checkerframework generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into extensionmethod</title>
<updated>2020-08-31T07:57:29+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2020-08-31T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=82ac8aad1d0e3e152db4ce328184c40c73700cee'/>
<id>82ac8aad1d0e3e152db4ce328184c40c73700cee</id>
<content type='text'>
Conflicts:
	build.xml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	build.xml
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #2469] Support static reference as logger topic</title>
<updated>2020-07-02T21:08:41+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2020-06-27T22:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=9425e99b49d1a203c692fd2001ff3fd3d1612303'/>
<id>9425e99b49d1a203c692fd2001ff3fd3d1612303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for ExtensionMethod</title>
<updated>2020-04-23T07:59:36+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2020-04-23T07:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=3d90a51163354930eeea0e26c2b0a567af8e96be'/>
<id>3d90a51163354930eeea0e26c2b0a567af8e96be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #678] `@Synchronize` an instance method on static variable no longer emits a warning.</title>
<updated>2020-02-14T00:21:24+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-02-14T00:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=89f98da78d3ffd9e9f6f7151fcaf5e4329d2e8dd'/>
<id>89f98da78d3ffd9e9f6f7151fcaf5e4329d2e8dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[issue #2221] [issue #788] Lombok now adds nullity annotations.</title>
<updated>2020-01-28T15:21:39+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-01-20T14:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=e95680a76733c22ee5937a586ee50c703d5ba621'/>
<id>e95680a76733c22ee5937a586ee50c703d5ba621</id>
<content type='text'>
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test java version independent, error message changed</title>
<updated>2020-01-20T12:37:11+00:00</updated>
<author>
<name>Roel Spilker</name>
<email>r.spilker@gmail.com</email>
</author>
<published>2020-01-20T12:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=56543053ace3e7c92702467180cd988eb833f97c'/>
<id>56543053ace3e7c92702467180cd988eb833f97c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #788] lombok generated equals method plus a non-null-by-default annotation no longer clash.</title>
<updated>2020-01-08T00:06:35+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2020-01-08T00:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=9ad2bd563b001c0742d767fea9ddaaeb60400ec7'/>
<id>9ad2bd563b001c0742d767fea9ddaaeb60400ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
