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 230607

Summary: NullPointerException at org.openide.util.Exceptions$AnnException.getMessage
Product: editor Reporter: Michel Graciano <hmichel>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201085
Attachments: stacktrace

Description Michel Graciano 2013-06-01 20:01:36 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1735-on-20130529)
VM: Java HotSpot(TM) Client VM, 25.0-b33, Java(TM) SE Runtime Environment, 1.8.0-ea-lambda-nightly-h4544-20130526-b92-b00
OS: Linux

User Comments:
hmichel: Formatting code




Stacktrace: 
java.lang.NullPointerException
   at org.openide.util.Exceptions$AnnException.getMessage(Exceptions.java:238)
   at org.openide.util.Exceptions$AnnException.toString(Exceptions.java:321)
   at java.util.Objects.toString(Objects.java:159)
   at java.lang.Throwable.initCause(Throwable.java:457)
   at org.openide.util.Exceptions$AnnException.findOrCreate0(Exceptions.java:279)
   at org.openide.util.Exceptions$AnnException.findOrCreate(Exceptions.java:256)
Comment 1 Michel Graciano 2013-06-01 20:01:38 UTC
Created attachment 135205 [details]
stacktrace
Comment 2 Tomas Zezula 2013-06-06 18:16:07 UTC
Fixed jet-main 8c0f3c2eedaa
Comment 3 Quality Engineering 2013-06-10 02:20:51 UTC
Integrated into 'main-golden', will be available in build *201306100004* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8c0f3c2eedaa
User: Tomas Zezula <tzezula@netbeans.org>
Log: #230607:NullPointerException at org.openide.util.Exceptions$AnnException.getMessage