This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179594 - NullPointerException at org.datanucleus.enhancer.asm.ASMClassEnhancer.enhance
Summary: NullPointerException at org.datanucleus.enhancer.asm.ASMClassEnhancer.enhance
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 07:51 UTC by tonyjang
Modified: 2010-01-17 08:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164371


Attachments
stacktrace (442 bytes, text/plain)
2010-01-17 07:51 UTC, tonyjang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonyjang 2010-01-17 07:51:43 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.31-18-generic, i386

Stacktrace: 
java.lang.NullPointerException
   at org.datanucleus.enhancer.asm.ASMClassEnhancer.enhance(ASMClassEnhancer.java:352)
   at org.datanucleus.enhancer.DataNucleusEnhancer.enhanceClass(DataNucleusEnhancer.java:974)
   at org.datanucleus.enhancer.DataNucleusEnhancer.enhance(DataNucleusEnhancer.java:570)
   at org.datanucleus.enhancer.EnhancerProcessor$EnhanceRunnable.run(EnhancerProcessor.java:164)
   at java.lang.Thread.run(Thread.java:619)
Comment 1 tonyjang 2010-01-17 07:51:46 UTC
Created attachment 93353 [details]
stacktrace