aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2010-01-22 22:52:37 +0000
committeraclement <aclement>2010-01-22 22:52:37 +0000
commit3a602b98300a5e4d3af8be0bed19e768d4efeacc (patch)
treee1dc0ac9f167d1dd7f9f95a84670990cf0c38d0f
parent6a965e108fe1748154463005bd98d703e40b8c25 (diff)
downloadaspectj-3a602b98300a5e4d3af8be0bed19e768d4efeacc.tar.gz
aspectj-3a602b98300a5e4d3af8be0bed19e768d4efeacc.zip
299552: private ITD fields stay private in target (with unmangled name): all of it
-rw-r--r--tests/src/org/aspectj/systemtest/inpath/inpath-tests.xml1
-rw-r--r--tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/inpath/inpath-tests.xml b/tests/src/org/aspectj/systemtest/inpath/inpath-tests.xml
index 81228ca9b..46fe869c1 100644
--- a/tests/src/org/aspectj/systemtest/inpath/inpath-tests.xml
+++ b/tests/src/org/aspectj/systemtest/inpath/inpath-tests.xml
@@ -166,6 +166,7 @@
<compile files="X.java" classpath="helloworld.jar">
<message kind="warning" line="3"/>
<message kind="warning" line="7"/>
+ <message kind="warning" text="needed for privileged"/>
</compile>
</ajc-test>
diff --git a/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml b/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml
index dbafe9044..52ac0a0b9 100644
--- a/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml
+++ b/tests/src/org/aspectj/systemtest/serialVerUID/serialVerUID-tests.xml
@@ -90,6 +90,7 @@
<compile files="Test.java, Util.java"/>
<run class="Test"/>
<compile files="Test.java, Util.java, ITDField.aj" options="-Xlint:error">
+ <message kind="error" line="1"/> <!-- two messages about new getter/setter affecting suid for private itd field -->
<message kind="error" line="3"/>
</compile>
</ajc-test>