Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.6.0.M2
-
None
-
None
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.