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 - NullPointerException at org.netbeans.modules.j2ee.persistence.jpqleditor.JPQLEditorController$2$1.run
Summary: NullPointerException at org.netbeans.modules.j2ee.persistence.jpqleditor.JPQL...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-15 18:52 UTC by javydreamercsw
Modified: 2017-11-15 18:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228851


Attachments
stacktrace (1.23 KB, text/plain)
2017-11-15 18:52 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
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