spring injection type check doesn't support unboxing
A setter takes an int
public class Foo {
public void setProp1(int prop1) { ... }
}
A spring config defines a jndi lookup of type Integer.
]]>
Inspection complains "Bean must be of 'int' type".
Please sign in to leave a comment.
Please file a JIRA request for that