<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/eclipseAgent/lombok/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>[fixes #3373] Find references for extension methods</title>
<updated>2023-03-22T21:57:52+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-03-20T20:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=afceb138e6e4ca2dca0f16fd5297d7451f5f4e80'/>
<id>afceb138e6e4ca2dca0f16fd5297d7451f5f4e80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for eclipse feature tests</title>
<updated>2022-05-19T22:08:05+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-11-08T13:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=d2d97539d26f6023ffc4565286f08427c4e8b41c'/>
<id>d2d97539d26f6023ffc4565286f08427c4e8b41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3155 from Rawi01/extensionmethod-conditional-methodref</title>
<updated>2022-04-02T04:20:23+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2022-04-02T04:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=71fcc0a60b5da50e5dd0feee3b3db8bf45327fea'/>
<id>71fcc0a60b5da50e5dd0feee3b3db8bf45327fea</id>
<content type='text'>
Improve the handling of ExtensionMethod arguments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve the handling of ExtensionMethod arguments</pre>
</div>
</content>
</entry>
<entry>
<title>[#3143] Review and update jopatai's work on the maven/ecj agent jar</title>
<updated>2022-04-02T04:12:50+00:00</updated>
<author>
<name>Reinier Zwitserloot</name>
<email>r.zwitserloot@projectlombok.org</email>
</author>
<published>2022-04-02T04:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=c8607ba782f90ef847488f0fc5bdc365c1e83317'/>
<id>c8607ba782f90ef847488f0fc5bdc365c1e83317</id>
<content type='text'>
* Update copyright headers
* Update code style (tabs, not spaces, spaces around + operator - that's about it)
* Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit.
* Rename and re-locate the jar itself.
* 'ecj' as an alias for this command seems a bit too cavalier' removed it.
* The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent.
* Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway).
* Slight rewording of the ecj docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update copyright headers
* Update code style (tabs, not spaces, spaces around + operator - that's about it)
* Use `x.class.getResourceAsStream`, not `x.getClass().` - minor mostly irrelevant nit.
* Rename and re-locate the jar itself.
* 'ecj' as an alias for this command seems a bit too cavalier' removed it.
* The source is in its own 'root' src dir, it doesn't really fit in the eclipse agent sources - it's more a maven agent.
* Fixed a bug where a filehandle wasn't safe closed. Mostly irrelevant (JVM would quite afterwards anyway).
* Slight rewording of the ecj docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3153] Improve the handling of ExtensionMethod arguments</title>
<updated>2022-03-29T21:17:03+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2022-03-29T21:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=d4975cf6dd959120fe91614907800de058993d50'/>
<id>d4975cf6dd959120fe91614907800de058993d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3143] Maven+ECJ Agent Bootstrap</title>
<updated>2022-03-18T21:10:08+00:00</updated>
<author>
<name>JohnPaulTaylorII</name>
<email>johnpaultaylorii@gmail.com</email>
</author>
<published>2022-03-18T20:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=110434ff60a14d2dfe8014459ffbea3ce7d6388b'/>
<id>110434ff60a14d2dfe8014459ffbea3ce7d6388b</id>
<content type='text'>
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds AgentBootstrap, the actual bootstrapping agent
* Adds MavenEcjBootstrapApp, the command line app for generating the
appropriate files
* Updates the build to package these correctly
* Updates the documentation for setup/ecj</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3134] Search patched method also by parameters</title>
<updated>2022-03-13T11:55:53+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2022-03-13T11:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=017df4c72a755707366bfb6271e2df46a76f3aa4'/>
<id>017df4c72a755707366bfb6271e2df46a76f3aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes projectlombok/lombok#1036] Exclude the classloader for</title>
<updated>2022-01-07T03:13:31+00:00</updated>
<author>
<name>Martin O'Connor</name>
<email>38929043+martinoconnor@users.noreply.github.com</email>
</author>
<published>2022-01-01T02:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=1e40a199aaa1e626e9b36fc8f636289499d66fb5'/>
<id>1e40a199aaa1e626e9b36fc8f636289499d66fb5</id>
<content type='text'>
jasperreports-plugin due to a
classloader conflict with ECJ</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
jasperreports-plugin due to a
classloader conflict with ECJ</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #3000] Generate new type reference for val marker annotation</title>
<updated>2021-12-12T01:39:33+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-10-26T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=c972edb81e3d223c97175057cc56f5ac9d4e0143'/>
<id>c972edb81e3d223c97175057cc56f5ac9d4e0143</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch getMethodDeclarationNode method instead of individual calls</title>
<updated>2021-12-12T01:30:37+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-10-28T08:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=ff7b1fbb438dbb378f9e0f725ed5f80fa7b82f55'/>
<id>ff7b1fbb438dbb378f9e0f725ed5f80fa7b82f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
