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 270713 - NullPointerException at org.netbeans.modules.plantumlnb.RenderImageThread.lambda$run$7
Summary: NullPointerException at org.netbeans.modules.plantumlnb.RenderImageThread.lam...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 08:07 UTC by enmacc
Modified: 2017-05-23 08:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229230


Attachments
stacktrace (1.21 KB, text/plain)
2017-05-23 08:07 UTC, enmacc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description enmacc 2017-05-23 08:07:38 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-0ubuntu1.16.10.2-b11
OS: Linux

User Comments:
enmacc: open ide




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.plantumlnb.RenderImageThread.lambda$run$7(RenderImageThread.java:66)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 enmacc 2017-05-23 08:07:40 UTC
Created attachment 164379 [details]
stacktrace