Menu

SvnCode Commit Log


Commit Date  
[r2005] by keess

When the computer running jxpfw used a Dutch locale, switching the
language was impossible due to the fact that the default resource
bundle (ending in _nl) was found before the resource bundle without a
country.

2008-05-23 10:25:18 Tree
[r2004] by keess

When the computer running jxpfw used a Dutch locale, switching the language was impossible
due to the fact that the default resource bundle (ending in _nl) was found before the resource
bundle without a country.

2008-05-23 09:52:50 Tree
[r2003] by keess

Corrected a typo in a javadoc comment.

2008-05-23 09:20:42 Tree
[r2002] by keess

org.jxpfw.jsp.AbstractJSPBean::setMode(...)

2008-05-20 06:49:34 Tree
[r2001] by keess

Corrected some typos and put some code on one line. No harm done.

2008-05-20 06:36:54 Tree
[r2000] by keess

Made the setMode(...) method protected.
Using WebLogic 10 with JDK 1.5 suddenly resulted in calling this method, leading to a
java.lang.ClassCastException: java.lang.String.

2008-05-20 06:35:02 Tree
[r1999] by keess

Documented that the last digit in the result returned by squareRoot(...) may be off by one.

2008-05-16 08:30:13 Tree
[r1998] by keess

Updated unit test to take into account that the resulted rooted may differ in the last digit.

2008-05-16 08:29:11 Tree
[r1997] by keess

Added a new CBigDecimal.
Changed squareRoot method in CBigInteger to use integer operations only.
This made the method much faster.
Updated unit tests for the suareRoot() methods.

2008-05-15 19:48:50 Tree
[r1996] by keess

Finished the abstract writer and created a concrete subclass as an example
that can actually be used in practice.

2008-05-14 13:50:54 Tree
Older >