0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the full test suite to test the reference implementation. The reference implementation serves great for developing tests. More... over 13 years ago
implemented the add test to test various add operations More... over 13 years ago
removed unused imports More... over 13 years ago
remove system out println that showed an error message even when everything went ok More... over 13 years ago
cleaned up the code More... over 13 years ago
added simple math tests zu full test suite More... over 13 years ago
corrected return type definition of the interface More... over 13 years ago
Merge commit 'origin/master' More... over 13 years ago
added number test suite More... over 13 years ago
added generics to the implementation More... over 13 years ago
Fixed generic BigDecimal implementation More... over 13 years ago
Added some basic numbers More... over 13 years ago
Fixed toString() in Reference implementation More... over 13 years ago
Added methods for basic arithmetics of unkown Bigdecimals in TestUtils More... over 13 years ago
added Testsuite for the implementation More... over 13 years ago
Made BigDecimal interface generic for implementations More... over 13 years ago
Merge remote-tracking branch 'origin/master' More... over 13 years ago
Finally implemented test environement and converted line endings More... over 13 years ago
Implemented tests to read from stystem property More... over 13 years ago
implemented constructor (still faulty) More... over 13 years ago
added my own test utilities to test this implemention until fgutmann finishes the real tests More... over 13 years ago
cleaned up old methods, we use initialization from strings More... over 13 years ago
added a runtime exception to throw if the number format is not correct More... over 13 years ago
fixed imports More... over 13 years ago
removed obsolete test More... over 13 years ago
edited artifactid and added dependency More... over 13 years ago
removed old artifacts More... over 13 years ago
Fixed depenendency in pom More... over 13 years ago
Started refactoring to use separate maven projects More... over 13 years ago
seperated tests for fromNumber(double) to give us a better idea what fails More... over 13 years ago