diff options
author | aclement <aclement> | 2006-10-23 11:55:54 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-10-23 11:55:54 +0000 |
commit | 757004ca6702a97369aac2ba62532f13ac5ced36 (patch) | |
tree | e64c1d3a4e7463dc592f9959109633719e7d0165 /tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java | |
parent | efe6cc79c4c19ebc8f7109f10220b13dc4efffad (diff) | |
download | aspectj-757004ca6702a97369aac2ba62532f13ac5ced36.tar.gz aspectj-757004ca6702a97369aac2ba62532f13ac5ced36.zip |
tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java index 36ab1f60f..e642b4c60 100644 --- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java @@ -28,6 +28,8 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // public void testCFlowXMLAspectLTW_pr149096() { runTest("cflow xml concrete aspect"); } // public void testAmbiguousBinding_pr121805() { runTest("ambiguous binding");} // public void testNegatedAnnotationMatchingProblem_pr153464() { runTest("negated annotation matching problem");} + public void testNoNPEDueToMissingType_pr149908() { runTest("ensure no npe due to missing type");} + public void testNoNPEDueToMember_pr149908() { runTest("ensure no npe due to missing member");} public void testPTWgetWithinTypeName_pr123423_1() { runTest("basic usage of getWithinTypeName");} public void testPTWgetWithinTypeName_pr123423_2() { runTest("basic usage of getWithinTypeName - multiple types");} public void testPTWgetWithinTypeName_pr123423_3() { runTest("basic usage of getWithinTypeName - non matching types");} |