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 256228 - NullPointerException at com.jaspersoft.ireport.designer.JrxmlEditorSupport$3.run
Summary: NullPointerException at com.jaspersoft.ireport.designer.JrxmlEditorSupport$3.run
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: gt78
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 12:49 UTC by pkevin
Modified: 2015-11-02 11:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220821


Attachments
stacktrace (6.71 KB, text/plain)
2015-10-28 12:49 UTC, pkevin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pkevin 2015-10-28 12:49:09 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
pkevin: Unknown - sorry.




Stacktrace: 
java.lang.NullPointerException
   at com.jaspersoft.ireport.designer.JrxmlEditorSupport$3.run(JrxmlEditorSupport.java:267)
   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 pkevin 2015-10-28 12:49:10 UTC
Created attachment 157021 [details]
stacktrace