0
I Use This!
Inactive

Commits : Listings

Analyzed 31 minutes ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set version to 0.5. More... about 20 years ago
Correctly implementing powImpl() instead of pow(). More... about 20 years ago
Fixed apidocs target. Detecting whether J2SE source code is available. More... about 20 years ago
Removed testPow() since NumberCentral.pow(...) has been removed. More... about 20 years ago
Changed pow() method to use new powImpl() approach. More... over 21 years ago
Changed contract of pow() and introduced powImpl(). No longer calling NumberCentral.pow(). More... over 21 years ago
Removed pow(RealNumber,RealNumber). More... over 21 years ago
Added powImpl(int). More... over 21 years ago
Printing the smallest double. More... over 21 years ago
Renamed sourceforge.www.* properties to www.*. More... over 21 years ago
Fixed a Javadoc comment error for createFraction(int,int) More... over 21 years ago
Swapped the arguments to assertEquals in each call, because the expected value should be the first argument and not the second. More... over 21 years ago
Small comment improvement. More... over 21 years ago
Style fix. More... over 21 years ago
Made add(RealNumber,RealNumber) package-private in class NumberCentral. It needs to be visible only to the RealNumber class and perhaps to subclasses. While removing the corresponding tests, I noticed that the testPow() and testCreateFraction() methods called multiply() instead on some places. Fixed this too. More... over 21 years ago
Now checking that JUnit is available before attempting to use it. The targets that need JUnit will now fail cleanly. More... over 21 years ago
If the DocCheck doclet is not available then a verbose error is printed when the 'apidocchecks' target is run. More... over 21 years ago
The 'jar' target now depends on 'classes-main' only. Previously, all classes had to be compiled, not only the main classes. More... over 21 years ago
Changed the class description a little. More... over 21 years ago
Extended package description. More... over 21 years ago
Added some missing comments. More... over 21 years ago
Changed all paragraphs tags to <p />. More... over 21 years ago
Added comments for compareToImpl(RationalNumber). More... over 21 years ago
Added missing comments. More... over 21 years ago
Changed the instance method asString() to a class function createString() that is called from the constructor. The toString() method should now produce a reasonable textual presentation for instances. More... over 21 years ago
Improved documentation. Documented pre- and postconditions. More... over 21 years ago
Removed retryCompare(). More... over 21 years ago
Improved Javadoc documentation and now actually checking that the arguments to the constructor are not null. More... over 21 years ago
Fixed @see tags completely. More... over 21 years ago
Fixed some illegal @see tags. More... over 21 years ago