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 268433 - NullPointerException at org.netbeans.StandardModule.toString
Summary: NullPointerException at org.netbeans.StandardModule.toString
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-09 21:34 UTC by vanob
Modified: 2016-11-28 07:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226657


Attachments
stacktrace (3.30 KB, text/plain)
2016-10-09 21:34 UTC, vanob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2016-10-09 21:34:41 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
vanob: I wanted to exit the NetBeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.StandardModule.toString(StandardModule.java:600)
   at java.lang.String.valueOf(String.java:2994)
   at java.lang.StringBuilder.append(StringBuilder.java:131)
   at java.util.AbstractCollection.toString(AbstractCollection.java:462)
   at java.lang.String.valueOf(String.java:2994)
   at java.lang.StringBuilder.append(StringBuilder.java:131)
Comment 1 vanob 2016-10-09 21:34:43 UTC
Created attachment 162420 [details]
stacktrace
Comment 2 Tomas Hurka 2016-11-28 07:03:05 UTC
Please try NetBeans 8.2. The problem should be fixed there. Thanks.