Hi Gilles, Le 14/12/2012 16:08, Gilles Sadowski a écrit : > Hi Luc. > > >>> I'm going to start the steps of the release procedure, tomorrow or Friday, >>> after the pending issues (MATH-874 and MATH-911) are resolved. >> >> This are really good new! >> >>> >>> There is one known compatibility problem (cf. messsage with subject "svn >>> commit: r1420000"). Can it be solved by tomorrow? >>> >>> Any other blocking issues? >> >> None from my side. > > Are the following PMD warnings harmless? > > In org/apache/commons/math3/analysis/differentiation/DSCompiler.java: > > Avoid unused method parameters such as 'derivativeCompiler'. 234 - 251 > Avoid unused method parameters such as 'lowerIndirection'. 407 - 504 > Avoid unused private methods such as > 'getPartialDerivativeIndex(int,int,int,int...)'. 560 - 561
I have fixed the first two warnings in r1421949. The third one is a false positive as this method is called from three different places (compileCompositionIndirection, convertIndex and the non-static getPartialDerivativeIndex with the other parameters list). best regards, Luc > > > Regards, > Gilles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org