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 271814

Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.jpqleditor.JPQLEditorController$2$1.run
Product: javaee Reporter: javydreamercsw <javydreamercsw>
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228851
Attachments: stacktrace

Description javydreamercsw 2017-11-15 18:52:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>  NullPointerException

GUEST: Aconteceu quando estava usando o JPADiagrama do https://jeddict.github.io

javydreamercsw: Running a JPQL query.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.persistence.jpqleditor.JPQLEditorController$2$1.run(JPQLEditorController.java:153)
   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 javydreamercsw 2017-11-15 18:52:51 UTC
Created attachment 165454 [details]
stacktrace