Searched refs:newobjs (Results 1 – 1 of 1) sorted by relevance
470 Object[] newobjs = mf.parse(result, new ParsePosition(0)); in Test4118594() local472 if (((Double)newobjs[0]).doubleValue() != 3.1) in Test4118594()473 errln( "newobjs[0] = " + newobjs[0]); in Test4118594()