Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Dmitry Avdeev
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Peter Gromov
    2 years ago (25 Mar 2009 22:40)
  • Updated by   root
    2 years ago (17 Jan 2010 21:13)
  • Jira: IDEADEV-35706
    (history, comments)
 
IDEA-48369 Spring bean property multi-resolves in case of overridden setter
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
interface Foo {
void setFoo(X x);
}

class Bar implements Foo {
void setFoo(X x) {...}
}

<bean class="Bar">
<property name="foo"/>
</bean>

property name reference would multi-resolve

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments