Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.6.0.M2
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Given the following XML configuration
<mvc:annotation-driven conversion-service="foo" /> <bean id="foo" class="..." />
trying to rename the bean (CMD+ALT+R) does not alter the conversion-service attribute to the new name. I assume the renaming mechanism does not check the namespaces. So the renaming should alter attributes that have <tool:annotation kind="ref"> in their XSD as well.