[Commons Wiki] Update of "FrontPage" by sebbapache

2015-08-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "FrontPage" page has been changed by sebbapache: https://wiki.apache.org/commons/FrontPage?action=diff&rev1=135&rev2=136 Comment: += UseClirrWithShade Welcome: CommonsEtiquet

[Commons Wiki] Update of "UseClirrWithShade" by sebbapache

2015-08-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "UseClirrWithShade" page has been changed by sebbapache: https://wiki.apache.org/commons/UseClirrWithShade?action=diff&rev1=1&rev2=2 Comment: We don't need the extra POM

Re: BCEL design goals? (was RE: [jira] [Commented] (BCEL-233) The access_flags field in AccessFlags class should be final)

2015-08-17 Thread sebb
OK, I see. I guess I need to revert all those changes. I had hoped to make as much as possible immutable, and hide all mutable fields, but this looks to be impossible with the current design. I'm beginning to wonder if we should try to revert to being binary-compatible with the previous version.

[Commons Wiki] Update of "UseClirrWithShade" by sebbapache

2015-08-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "UseClirrWithShade" page has been changed by sebbapache: https://wiki.apache.org/commons/UseClirrWithShade Comment: How to use Shade with Clirr New page: This page describes how o

RE: BCEL design goals? (was RE: [jira] [Commented] (BCEL-233) The access_flags field in AccessFlags class should be final)

2015-08-17 Thread Mark Roberts
That's a little tricky to answer. As one example, look at generic/LocalVariableInstruction. Neither the index or opcode is final. A user needs to be able to insert new local variables and hence they need to be able to modify the local variable offset (index). And 'beneath the covers' BCEL w

Re: [Math] MATH-1256

2015-08-17 Thread luc
Le 2015-08-17 12:06, Gilles a écrit : Hi. Cf. issue reported in https://issues.apache.org/jira/browse/MATH-1256 Quoting the OP: --- In class Interval, which is in the package org.apache.commons.math4.geometry.euclidean.oned it is possible to pass the value for variable upper less than the val

[Math] MATH-1256

2015-08-17 Thread Gilles
Hi. Cf. issue reported in https://issues.apache.org/jira/browse/MATH-1256 Quoting the OP: --- In class Interval, which is in the package org.apache.commons.math4.geometry.euclidean.oned it is possible to pass the value for variable upper less than the value of variable lower, which is logica