diff options
author | wisberg <wisberg> | 2004-06-07 06:46:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-06-07 06:46:19 +0000 |
commit | 2f50f7b680b302a89e342f0caa43049fcd778cf1 (patch) | |
tree | 835a613eb3f38504182ee5307c93534f82748e11 /tests/ajcTestsFailing.xml | |
parent | c81c3be6b8066c25a0e540d9d49e6a38c3fe09c3 (diff) | |
download | aspectj-2f50f7b680b302a89e342f0caa43049fcd778cf1.tar.gz aspectj-2f50f7b680b302a89e342f0caa43049fcd778cf1.zip |
@testcase PR#65925 Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c2493c0d4..244fe7bb8 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -133,5 +133,14 @@ <run class="InterfaceInitializerOrder"/> </ajc-test> + <ajc-test + dir="bugs/invalidAbsoluteTypeName" + pr="65925" + title="Valid but inaccessible type names should not be flagged by XLint:invalidAbsoluteTypeName"> + <compile files="False_InvalidAbsoluteTypeName.java"> + <message kind="warning" line="17"/> + </compile> + <run class="False_InvalidAbsoluteTypeName"/> + </ajc-test> </suite> |