Re: [Math] RealVectorFormat and ParseException

2010-12-24 Thread Luc Maisonobe
Le 24/12/2010 02:24, Gilles Sadowski a écrit : > Hello. > >>> >>> To avoid this case, I was wondering whether we could, instead of having >>>public class RealVectorFormat extends CompositeFormat { >>> // ... >>>} >>> have >>> public class RealVectorFormat { >>> CompositeFormat

Re: [Math] RealVectorFormat and ParseException

2010-12-23 Thread Gilles Sadowski
Hello. > > > > To avoid this case, I was wondering whether we could, instead of having > >public class RealVectorFormat extends CompositeFormat { > > // ... > >} > > have > > public class RealVectorFormat { > > CompositeFormat compositeFormat; > > > > // ... > >}

Re: [Math] RealVectorFormat and ParseException

2010-12-23 Thread Luc Maisonobe
Le 23/12/2010 14:31, Gilles Sadowski a écrit : > Hello. > > While replacing, in "RealVectorFormat", the last occurrence of the old > "o.a.c.math.MathRuntimeException" in package "linear", I stumbled upon the > following: > > 1. "RealVectorFormat" inherits from the standard Java class "Format". >

[Math] RealVectorFormat and ParseException

2010-12-23 Thread Gilles Sadowski
Hello. While replacing, in "RealVectorFormat", the last occurrence of the old "o.a.c.math.MathRuntimeException" in package "linear", I stumbled upon the following: 1. "RealVectorFormat" inherits from the standard Java class "Format". 2. That "Format" class has a method public Object parseObj