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

Summary: The left parenthesis is missing from the IN expression
Product: javaee Reporter: bumble.bee
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

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.