I had a function in Java with method signature
public void myMethod (int someInt, String someString)
in my abstract class and I had over-
int and Integer are two different types in JAVA.Although autoboxing specifies the distinction at the source code level, but does not change the eternal fact that they are in fact two very different types.