]> source.dussan.org Git - aspectj.git/commit
Fix for Bugzilla Bug 61536
authoraclement <aclement>
Thu, 29 Jul 2004 12:39:42 +0000 (12:39 +0000)
committeraclement <aclement>
Thu, 29 Jul 2004 12:39:42 +0000 (12:39 +0000)
commit45bce91f642a86ca3db7238d9e4cfb81d85e4f5b
tree9b4d06e48ff89d0771ed4f13007a70f4ca81dc6a
parent770a4d6a1474764dd24e292e0404c04c44f33d90
Fix for Bugzilla Bug 61536
   Front-end bug, shouldn't allow patterns of the form foo.., should be foo..*
tests/ajcTests.xml
tests/bugs/EllipsesStar.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/patterns/PatternParser.java