<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Remap.git/src/testA/java, branch bettererror</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/Remap.git/'/>
<entry>
<title>Support matching lambda expressions with @Pattern</title>
<updated>2022-05-27T06:46:01+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-25T05:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=4019ebe20786059fdce5b25c7cf6d746a083eef3'/>
<id>4019ebe20786059fdce5b25c7cf6d746a083eef3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly support new expression matching in @Pattern</title>
<updated>2022-05-27T06:46:01+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>me@johni0702.de</email>
</author>
<published>2022-05-24T13:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=51cf5a796dbf3a185bb80044976dc8f32ebbf040'/>
<id>51cf5a796dbf3a185bb80044976dc8f32ebbf040</id>
<content type='text'>
Used to only compare the arguments, nether the class nor the qualifier (the
outer class instance for inner classes constructor calls).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to only compare the arguments, nether the class nor the qualifier (the
outer class instance for inner classes constructor calls).
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider location of expression when determining field accessibility</title>
<updated>2021-11-13T09:28:09+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>jonas@spark-squared.com</email>
</author>
<published>2021-11-12T13:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=358136a97feff6fd0586fe04a39adbc7ced381c1'/>
<id>358136a97feff6fd0586fe04a39adbc7ced381c1</id>
<content type='text'>
A protected field is not accessible unless we are referencing it from within a
class which extends its owner. Therefore, we may use a synthetic property with
the same name as long as we do not have access to the field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A protected field is not accessible unless we are referencing it from within a
class which extends its owner. Therefore, we may use a synthetic property with
the same name as long as we do not have access to the field.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate B from A test files</title>
<updated>2021-11-12T14:23:25+00:00</updated>
<author>
<name>Jonas Herzig</name>
<email>jonas@spark-squared.com</email>
</author>
<published>2021-11-12T10:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=b30404f156adb6e01bfe4edc50b4de4245ba4509'/>
<id>b30404f156adb6e01bfe4edc50b4de4245ba4509</id>
<content type='text'>
So we are closer to a realistic setup and can tell when we accidentally look up
a class in the wrong project.
Also allows us to have changes in a class but not to the class or its
package (i.e. same file).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we are closer to a realistic setup and can tell when we accidentally look up
a class in the wrong project.
Also allows us to have changes in a class but not to the class or its
package (i.e. same file).
</pre>
</div>
</content>
</entry>
</feed>
