Bug 284297

Summary: Bad generics signature generated
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: eclipse
Version: DEVELOPMENT   
Target Milestone: 1.6.6   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Andrew Clement CLA 2009-07-22 12:23:22 EDT
see http://jira.springsource.org/browse/SPR-5949
Comment 1 Andrew Clement CLA 2009-07-22 12:59:33 EDT
The problematic signature shows a 'P'-sig has leaked out.

F:\workspaces\aspectj16_2\tests\bugs166\FancyDomainLogicImpl.java:1 [error] The class file FancyDomainLogic<E,D> contains a signature '<E:Ljava/lang/Object;D:PDomainObject<TE;>;>LDomainLogic<TE;TD;>;Ljava/io/Serializable;' ill-formed at position 23

See the 'PDomainObject' which should be 'LDomainObject'.

Fixed.