7980818283848586878889
} catch(NumberFormatException e) { // skip this value } catch(Exception e) { throw new ObjectPropertyCalculationException(e); } } od.setValue(String.valueOf(sumValue)); }
5152535455565758596061
} catch(NumberFormatException e) { // skip this value } catch(Exception e) { throw new ObjectPropertyCalculationException(e); } } logger.trace("avgValue: " + avgValue); od.setValue(String.valueOf(avgValue));
5556575859606162636465
} catch(NumberFormatException e) { // skip this value } catch(Exception e) { throw new ObjectPropertyCalculationException(e); } } logger.trace("maximumValue: " + maximumValue); if(maximumValue == Integer.MIN_VALUE) { maximumValue = 0;
} catch(NumberFormatException e) { // skip this value } catch(Exception e) { throw new ObjectPropertyCalculationException(e); } } logger.trace("minimumValue: " + minimumValue); if(minimumValue == Integer.MAX_VALUE) { minimumValue = 0;