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".

0
1 comment

Please file a JIRA request for that


0

Please sign in to leave a comment.