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 255241 - 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-09-12 10:58 UTC by ciukstar
Modified: 2015-09-14 11:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216941


Attachments
stacktrace (9.21 KB, text/plain)
2015-09-12 10:58 UTC, ciukstar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ciukstar 2015-09-12 10:58:36 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: OpenJDK 64-Bit Server VM, 25.45-b02, OpenJDK Runtime Environment, 1.8.0_45-internal-b14
OS: Linux

User Comments:
ciukstar: Create new class and editing.

GUEST: ns




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 ciukstar 2015-09-12 10:58:37 UTC
Created attachment 156124 [details]
stacktrace