|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Gregory Shrago |
|
Subsystem
|
J2EE.Hibernate |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
A module with a Hibernate facet contains Java code like this:
Query q3 = session.createQuery("from User user order by user.firstName asc, user.lastName desc");Invoking "Open HQL console" intention shows HQL console with query text:
Now, invoke Ctrl-Shift-F7 on first "user" token.
Expected behavior: three occurrences of "user" highlighted
Actual behavior:
Tested with IDEA 7.0.
It's:
However, it's a first version :)