<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Remap.git/src/testB, 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>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>Fix mapping of synthetic properties when overridden in Kotlin class</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-12T11:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Remap.git/commit/?id=3ee08cbce94a4e7e1ce668f06f5a612cd9f1e677'/>
<id>3ee08cbce94a4e7e1ce668f06f5a612cd9f1e677</id>
<content type='text'>
In these cases, the getMethod of the property will not have a Psi element and we
need to traverse up the overrides until we find one that does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In these cases, the getMethod of the property will not have a Psi element and we
need to traverse up the overrides until we find one that does.
</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>
