diff options
author | acolyer <acolyer> | 2005-03-10 13:34:55 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-03-10 13:34:55 +0000 |
commit | 85aa1520881e7271e658b9377dfd020fde28868c (patch) | |
tree | be10a11fe7dd8c4799c4ca75d870bba801d86d94 /tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | |
parent | ea5908c3891ef93331c89e5738770af2712cb5dd (diff) | |
download | aspectj-85aa1520881e7271e658b9377dfd020fde28868c.tar.gz aspectj-85aa1520881e7271e658b9377dfd020fde28868c.zip |
fix for Bugzilla Bug 87376
NPE when unresolved type of a bound var in a pointcut expression (EclipseFactory.java:224)
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc150/ajc150.xml')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc150/ajc150.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 7329d2996..e043fc878 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -40,6 +40,13 @@ </compile> </ajc-test> + <ajc-test dir="bugs150/pr87376" title="structure model npe on type not found"> + <compile files="I.java,NPE.aj" options="-emacssym"> + <message kind="error" line="8" text="I cannot be resolved to a type"/> + <message kind="error" line="10" text="I cannot be resolved to a type"/> + </compile> + </ajc-test> + <ajc-test dir="decp" pr="80249" title="Order of types passed to compiler determines weaving behavior"> <compile files="A.java,B.java,AspectX.java"/> <run class="B"/> |