2012/7/21 Peter Verhas <peter at verhas.com>: > public class Bug{ > public static Number q(Number in) { > if( in instanceof Long ) > return 1L; else return 1.0; > } > } Ezt ugye csak hirtelen felindulasbol irtad, es production kodban ez nem igy nezne ki? Andras