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

Key: IDEADEV-13590
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 0
Watchers: 2
Operations

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

"Highlight Usages" does not mark all usages of bean with multiple names

Created: 20 Jan 07 23:00   Updated: 06 Nov 08 23:25
Component/s: J2EE.Spring
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,656
Severity: Low


 Description  « Hide
This is a very minor issue...
<bean name="foo bar baz" class="bar.Foo"/>

  <bean name="test" class="bar.Foo">
    <property name="foo" ref="baz"/>
  </bean>

Ctrl-Shift-F7 on ref="baz" highlights "foo bar baz" string but not "baz" reference
Ctrl-Shift-F7 on name="foo bar baz" highlights "foo bar baz" but not "baz" reference



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.