Mike Lehmann

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    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...
    • 3 followers
    • 7 comments
    • 0 votes