]> source.dussan.org Git - aspectj.git/commit
fix for missing syntax error on execution((@XXX *) Foo.new(..))
authoracolyer <acolyer>
Mon, 14 Mar 2005 21:39:32 +0000 (21:39 +0000)
committeracolyer <acolyer>
Mon, 14 Mar 2005 21:39:32 +0000 (21:39 +0000)
commitf82e6f25e306cefb9278e46df2abd3765582ff36
treebb84ae28feb76a57e23180cbdf02dc87ae2b990f
parent6d7638833f88e7a26ac3688c7cda0e617a94be31
fix for missing syntax error on execution((@XXX *) Foo.new(..))
                                                                          ^^^
tests/java5/annotations/SyntaxError.aj [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
weaver/src/org/aspectj/weaver/patterns/PatternParser.java