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

Summary: NullPointerException at com.jaspersoft.ireport.designer.JrxmlEditorSupport$3.run
Product: third-party Reporter: ciukstar
Component: -- Other --Assignee: gt78 <gt78>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216941
Attachments: stacktrace

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