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 225239 - The left parenthesis is missing from the IN expression
Summary: The left parenthesis is missing from the IN expression
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 14:10 UTC by bumble.bee
Modified: 2013-01-25 21:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bumble.bee 2013-01-23 14:10:04 UTC
The editor is displaying the warning/hint:

"The left parenthesis is missing from the IN expression." beside my JPA entity class declaration and is in reference to a NamedQuery which uses and IN expression.  However, the IN expression is correct and compiles and runs correctly.   The expression is: "SELECT a FROM MyEntity a WHERE a.relatedEntityId IN :relatedEntityIdList"
Comment 1 Sergey Petrov 2013-01-25 21:26:23 UTC
Tried el2.5 m6 and it seems resolved here.