History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16248
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Taras Tielkes
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Cannot invoke rename on resource bundle key from JSP

Created: 08 Nov 07 15:04   Updated: 08 Nov 07 15:11
Component/s: Refactoring, J2EE.JSP

Build: 7,531


 Description  « Hide
I'm looking at a JSPX that contains a <spring:message code="foo.bar"/> tag.
IDEA resolves the "foo.bar" to the correct resource bundle(s).

However, when I invoke rename on the reference inside the "code" attribute, nothing happens.
In this particular case the reference resolved to multiple resource bundle entries (for different locales).

When I navigate to one of the definitions, I can invoke rename as expected.



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 08 Nov 07 15:09
It seems specific for resource bundle keys with multiple definitions - for different locales. (implemented as PsiPolyVariantReference?)

Taras Tielkes - 08 Nov 07 15:11
In addition, the same problem is present for CSS class references that resolve to multiple targets (in different CSS files).