Przeglądaj źródła

Test for Bugzilla Bug 42515

 	NPE When compiling intertype declaration
tags/v_preCompileLoopAlteration
acolyer 20 lat temu
rodzic
commit
6d2abc17be

+ 8
- 1
tests/ajcTests.xml Wyświetl plik

@@ -7111,5 +7111,12 @@
<compile files="AbstractBaseAndInterTypeInterface.java">
</compile>
</ajc-test>

<ajc-test dir="bugs/caseSensitivity" pr="42515"
title="NPE When compiling intertype declaration">
<compile files="uniqueId/Numbered.java,uniqueId/Bug.aj">
<message kind="error" line="4"/>
</compile>
</ajc-test>
</suite>

+ 5
- 0
tests/bugs/caseSensitivity/uniqueId/Bug.aj Wyświetl plik

@@ -0,0 +1,5 @@
package uniqueid;
public aspect Bug {
private long Numbered.objId;
}

+ 2
- 0
tests/bugs/caseSensitivity/uniqueId/Numbered.java Wyświetl plik

@@ -0,0 +1,2 @@
package uniqueId;
public interface Numbered {}

Ładowanie…
Anuluj
Zapisz