[jbosstools-issues] [JBoss JIRA] (JBIDE-15166) [hib-tools] jpa-ql auto-complete broken when query formatted

darren hartford (JIRA) jira-events at lists.jboss.org
Wed Jul 10 09:21:21 EDT 2013


darren hartford created JBIDE-15166:
---------------------------------------

             Summary: [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
         Environment: jboss dev studio 6.0.1.GA, windows7
            Reporter: darren hartford


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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list