Re: JDK 9 RFR of JDK-4943627 Deprecate rounding mode integer constants in BigDecimal and their uses

2016-05-03 Thread Joseph D. Darcy
Hi Brian, Pushed with updated copyright range; thanks, -Joe On 5/3/2016 3:22 PM, Brian Burkhalter wrote: Hi Joe, On Apr 30, 2016, at 8:24 PM, joe darcy > wrote: Please review the changes to address JDK-4943627 Deprecate rounding mode integer constants in B

Re: JDK 9 RFR of JDK-4943627 Deprecate rounding mode integer constants in BigDecimal and their uses

2016-05-03 Thread Brian Burkhalter
Hi Joe, On Apr 30, 2016, at 8:24 PM, joe darcy wrote: > Please review the changes to address > >JDK-4943627 Deprecate rounding mode integer constants in BigDecimal and > their uses > >http://cr.openjdk.java.net/~darcy/4943627.0/ > > Since JDK 5, the java.math package has had a RoundM

JDK 9 RFR of JDK-4943627 Deprecate rounding mode integer constants in BigDecimal and their uses

2016-04-30 Thread joe darcy
Hello, Please review the changes to address JDK-4943627 Deprecate rounding mode integer constants in BigDecimal and their uses http://cr.openjdk.java.net/~darcy/4943627.0/ Since JDK 5, the java.math package has had a RoundMode enum to model and manage the various rounding modes used