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 226616 - Regression: jpa query autocomplete offer operators where only attributes are expected
Summary: Regression: jpa query autocomplete offer operators where only attributes are ...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 01:25 UTC by ecerichter
Modified: 2013-03-15 08:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the issue (26.36 KB, image/png)
2013-02-25 01:26 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-02-25 01:25:08 UTC
Product Version = NetBeans IDE Dev (Build 201302222300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_13
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

Sample code:

TypedQuery qry = em.createQuery("select O from DocumentoTransporte O where O.|", DocumentoTransporte.class);

Then "Ctrl+Space" for autocomplete, result includes operators (+, -, * /, etc). as shown in attached screenshot.
Comment 1 ecerichter 2013-02-25 01:26:05 UTC
Created attachment 131809 [details]
Screenshot of the issue
Comment 2 Sergey Petrov 2013-02-25 03:52:42 UTC
if it's 0222 it's after 7.3
Comment 3 Sergey Petrov 2013-02-26 10:12:27 UTC
will be fixed with next eclipsleink milestone
Comment 4 Sergey Petrov 2013-03-04 08:59:51 UTC
as M8 was released the same day, will be fixed with M9 if I got it right
Comment 5 Sergey Petrov 2013-03-15 08:30:05 UTC
http://hg.netbeans.org/main-silver/rev/9f33feb303e1