commons-lang pull request: Adding .gitignore to commons-lang

2013-08-24 Thread mureinik
GitHub user mureinik opened a pull request: https://github.com/apache/commons-lang/pull/8 Adding .gitignore to commons-lang Added .gitignore to the project in order to make working with git easier, and avoid accidentally commiting files that should not be commited. These pa

Re: [MATH] What is the derivative of 0^x

2013-08-24 Thread Luc Maisonobe
Le 23/08/2013 19:20, Ajo Fod a écrit : > Hello, Hi Ajo, > > This shows one way of interpreting the derivative for strictly +ve numbers. > > public static void main(final String[] args) { > final double x = 1d; > DerivativeStructure dsA = new DerivativeStructure(1, 1, 0, x);

[functor][FUNCTOR-14] Merge generators branch

2013-08-24 Thread Bruno P. Kinoshita
Hi All,  I would like to merge [functor]'s branch generators-FUNCTOR-14 [1], related to issue FUNCTOR-14 [2]. This the summary of the changes in that branch: - New subpackage, o.a.c.functor.generator.loop - New generator type added, LoopGenerator, that can be stopped - The BaseGenerator has no

[ALL] Design question: static utility classes

2013-08-24 Thread Oliver Heger
Hi all, regarding a principle design question I would like to get your opinion: In [configuration] there are a few static utility classes. One of them is BeanHelper which supports the creation of beans from configuration data. The actual bean creation is done by a BeanFactory which can be configu