Bug 104042 - NPE in CVS HEAD
Summary: NPE in CVS HEAD
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 13:00 EDT by Ron Bodkin CLA
Modified: 2005-07-27 13:26 EDT (History)
0 users

See Also:


Attachments
ajcore (53.14 KB, text/plain)
2005-07-15 13:10 EDT, Ron Bodkin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Bodkin CLA 2005-07-15 13:00:47 EDT
This is from building a project that builds just fine with the July 5th 
developer build. See attached ajcore file
Comment 1 Ron Bodkin CLA 2005-07-15 13:10:27 EDT
Created attachment 24849 [details]
ajcore
Comment 2 Andrew Clement CLA 2005-07-27 06:39:55 EDT
Ron - can you retry this now?  We've changed quite a lot of stuff in the last
few days relating to generics/erasure (I see your stack trace includes erasure
related methods).  If it still occurs, any way I can have access to the failing
project?
Comment 3 Ron Bodkin CLA 2005-07-27 13:26:26 EDT
Building from CVS HEAD is now working for this project (hooray)... after adding 
in public static IMessage warn(String message, ISourceLocation location) to 
MessageUtil so CVS HEAD will compile.