]> source.dussan.org Git - aspectj.git/commit
generics: one fix to ensure the class we output says 'class X implement I' rather...
authoraclement <aclement>
Mon, 4 Jul 2005 14:59:57 +0000 (14:59 +0000)
committeraclement <aclement>
Mon, 4 Jul 2005 14:59:57 +0000 (14:59 +0000)
commit47181c22c877e451b362b2a20b9cae0729f498a2
treee48f32460b878302730369ea581ba67e2ce0c0b0
parent181c8751fdba860cf269c619937888007a370cd5
generics: one fix to ensure the class we output says 'class X implement I' rather than 'class X implements I<String>' when the I<String> is added via declare parents.  (I<String> should be captured in the signature attribute on the class X).  Also some placeholder code added (commented out) that we'll need when trying to fix up the signature attribute when binary weaving.
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java