Bug 284297 - Bad generics signature generated
Summary: Bad generics signature generated
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows NT
: P3 major (vote)
Target Milestone: 1.6.6   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 12:23 EDT by Andrew Clement CLA
Modified: 2012-02-16 11:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.