On 5 March 2011 21:28, Michael Giannakopoulos wrote:
> Hello to all,
>
> In the class 'org.apache.commons.math.util.FastMathTest' multiple condition
> of type "x == x" are found... Is this a good practice??? This condition is
> always true so no condition needed... Thanks a lot for your time!
The
Hello to all,
In the class 'org.apache.commons.math.util.FastMathTest' multiple condition
of type "x == x" are found... Is this a good practice??? This condition is
always true so no condition needed... Thanks a lot for your time!
Best regards,
Michael
On 5 March 2011 19:25, Michael Giannakopoulos wrote:
> Hello guys,
>
> I see some issues in commons math project refering to junit tests... I would
> like to ask you how i can run and test if these unit tests run properly...
> (Should i create a main class and function so as to call these junits t
Hi Michael,
To run the tests I did the following:
Checkout the trunk
cd into the trunk
run the following:
mvn eclipse:eclipse
import commons-math into eclipse
Now you should be able to right click any test and select "Run Test".
You can also right click on individual test methods and select "Ru
On 4 March 2011 18:35, Matt Benson wrote:
> I agree that it would be nice to do whatever we're going to do
> quickly, and ship with *something*. On the other hand, I don't want
> to ship the existing class without consensus on design, only to give
> ourselves (and users) headaches trying to repla
Hello guys,
I see some issues in commons math project refering to junit tests... I would
like to ask you how i can run and test if these unit tests run properly...
(Should i create a main class and function so as to call these junits tests
so as to run them via the eclipse ide???). I would like to
Sure - For example the LaguerreSolver has the following set of lines in the
start of the solveAll method:
if (coefficients == null) {
throw new NullArgumentException();
}
int n = coefficients.length - 1;
if (n == 0) {
throw new NoDataExcept
Hi Rahul,
sorry if I'm late, unfortunately I got distracted by other stuff :P
I uploaded the Digester3 documentation in the Sandbox site space[1],
and added a (poor, maybe) page[2] about differences between Digester
and Digester3.
Feel free to ping me whenever you want for clarifications!!!
Have a
Two minor points from my side:
- There are still many checkstyle errors in the current code base.
- Just a proposal: There are some translators in the new translate
package which can be configured with a range of the codes to be
processed. Would it make sense to use the Range class for this pu
Hi,
I already experienced twice adapting existing styles[1][2] to maven
site, if there's a style you like that you would like to see as Maven
skin, please let me know, a try worths the value!
Simo
[1] http://sourcesense.github.com/solr-packager/
[2] http://developers.any23.org/
http://people.apac
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-proxy-test has an issue affecting its community integration.
This
On 5 March 2011 08:10, Ralph Goers wrote:
>
> On Mar 4, 2011, at 7:49 AM, sebb wrote:
>
>> On 4 March 2011 08:26, Ralph Goers wrote:
>>> Yeah - as soon as I can find a few minutes and get over my frustration at
>>> having to manually generate release notes I'm going to try again.
>>
>> I can hel
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-scxml-test has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-vfs2 has an issue affecting its community integration.
This issue
On Mar 4, 2011, at 7:49 AM, sebb wrote:
> On 4 March 2011 08:26, Ralph Goers wrote:
>> Yeah - as soon as I can find a few minutes and get over my frustration at
>> having to manually generate release notes I'm going to try again.
>
> I can help with that - I've worked on both NET and MATH so t
15 matches
Mail list logo