]
Denis Golovin updated JBIDE-15166:
----------------------------------
Fix Version/s: (was: 4.1.x)
[hib-tools] jpa-ql auto-complete broken when query formatted
------------------------------------------------------------
Key: JBIDE-15166
URL:
https://issues.jboss.org/browse/JBIDE-15166
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.1.Final
Environment: jboss dev studio 6.0.1.GA, windows7
Reporter: darren hartford
Fix For: 4.2.0.Alpha1
Just trying out the hibernate tools for a JPA1 project, and just curious if this is
expected or not when dealing with formatted (i.e. eclipse ctrl-shift-F) long queries:
@NamedQueries({
@NamedQuery(name ="mytestitem", query="select o from
mycustomobject o where o.id = :id"}),
@NamedQuery(name ="mytestitem2", query="select o from
mycustomobject o" +
+ " where o.id = :id"})
})
The o. (ctrl-space, select id from pulldown) works on the first mytestitem query, but
the second one does not.
Note this appears to be a duplicate of
https://issues.jboss.org/browse/JBIDE-437, but
that ticket was closed in 2007 without a reference to an 'hbx' ticket, but the
scenario described is the current issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: