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 - NullPointerException at org.openide.util.Exceptions$AnnException.getMessage
Summary: NullPointerException at org.openide.util.Exceptions$AnnException.getMessage
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 20:01 UTC by Michel Graciano
Modified: 2013-06-10 02:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201085


Attachments
stacktrace (1.49 KB, text/plain)
2013-06-01 20:01 UTC, Michel Graciano
Details

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