Mike Lehmann

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Mike Lehmann created a post, Dangerous auto(un)boxing
Today I've stumpled above a serious auto(un)boxing problem: Number aNumber = aBooleanValue ? getIntegerObj() : getDoubleObj();Method getIntegerObj returns an Integer, getDoubleObj a Double. Althou...