Hello guys,
I'm facing a small problem here... I use eclipse in order to see the version
of the current code from the repository [Apache Commons Math code](via
svn...). I download all all the files in the repository and i create a new
java project in eclipse... The problem is that i cannot merge al
Hello Michael.
On Mon, Jan 17, 2011 at 02:38:42AM +0200, Michael Giannakopoulos wrote:
> Well, as far as this issue is concerned i have made lots of changes to the
> current code in the repository. In order to be sure that these changes is
> what you are expecting i would like to ask some question
Well, as far as this issue is concerned i have made lots of changes to the
current code in the repository. In order to be sure that these changes is
what you are expecting i would like to ask some questions... First of all,
we want the class "MathRuntimeException" in the package
'org.apache.commons
Hi Michael,
Le 09/01/2011 08:58, Michael Giannakopoulos a écrit :
> Thanks a lot for the explanation! One question that i have is this: Commons
> Math libraries don't include a package with
> 'org.apache.commmons.math.exception' (at least as far as the version 2.1 is
> concerned...). Is there anot
Thanks a lot for the explanation! One question that i have is this: Commons
Math libraries don't include a package with
'org.apache.commmons.math.exception' (at least as far as the version 2.1 is
concerned...). Is there another version that includes this package or i
should create it while fixing t
Hi Michael.
The class
org.apache.commons.math.MathRuntimeException
is deprecated. [All runtime exceptions used to be instantiated by static
methods in this class.]
The current policy is that a _specific_ exception must be thrown that best
describes the problem at hand. The classes in package "e