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 256715 - Incorrect parameter warning method on UPDATE statements
Summary: Incorrect parameter warning method on UPDATE statements
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 15:37 UTC by ender01
Modified: 2015-11-20 15:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
SS of warnings (40.65 KB, image/png)
2015-11-20 15:37 UTC, ender01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ender01 2015-11-20 15:37:16 UTC
Created attachment 157434 [details]
SS of warnings

Editor is showing an invalid warning (see attached) for JPA Update statements with parameters in them. According to: http://docs.oracle.com/html/E13946_06/ejb3_overview_query.html#ejb3_overview_query_update this is perfectly valid and does in fact work just fine.