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
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
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.
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
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
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
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