<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/lombok.git/src/eclipseAgent/lombok/launch, 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>[fixes #3332] Prepend jdt.core SCL to compiler SCL</title>
<updated>2023-03-21T16:11:45+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2023-02-08T17:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=13642eb896ae6dbbaebab6df3c3758296102ead8'/>
<id>13642eb896ae6dbbaebab6df3c3758296102ead8</id>
<content type='text'>
The latest eclipse version properly splits the jdt.core module and the
compiler. To load jdt.core classes during compilation the compiler SCL
needs a reference to the jdt.core SCL.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latest eclipse version properly splits the jdt.core module and the
compiler. To load jdt.core classes during compilation the compiler SCL
needs a reference to the jdt.core SCL.</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>[#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 #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>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>
<entry>
<title>[fixes #1309] Extract interface + pull up</title>
<updated>2021-10-26T06:51:21+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-10-26T06:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=2f404f5c74327758c22af116cebfac73919a2436'/>
<id>2f404f5c74327758c22af116cebfac73919a2436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #2950] Patch language server semantic highlighting</title>
<updated>2021-09-28T20:02:16+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-09-23T04:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=b50aa64f726952723b1a794538d9bb63fc43832d'/>
<id>b50aa64f726952723b1a794538d9bb63fc43832d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[fixes #2926] WrittenNamesFinder can now detect generated writes</title>
<updated>2021-08-15T08:00:53+00:00</updated>
<author>
<name>Rawi01</name>
<email>Rawi01@users.noreply.github.com</email>
</author>
<published>2021-08-15T07:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/lombok.git/commit/?id=8af613be13ef21307a94275b67bbfc9c44d84256'/>
<id>8af613be13ef21307a94275b67bbfc9c44d84256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
