openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
B
Big Decimal Challenge
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 2 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
comleted multiplication of integers
bigbear3001
More...
over 13 years ago
make initialisation test compatible with the defined number format
bigbear3001
More...
over 13 years ago
added tests for integer and long overflow in simplemathtests
bigbear3001
More...
over 13 years ago
removed usage of mtehod that only exists in another branch in master branch
bigbear3001
More...
over 13 years ago
We need to do something for normalization ...
Florian Gutmann
More...
over 13 years ago
Merge remote-tracking branch 'origin/master'
Florian Gutmann
More...
over 13 years ago
Add basic floating point initialization tests
Florian Gutmann
More...
over 13 years ago
implemented hashCode, value now implements cloneable
bigbear3001
More...
over 13 years ago
corrected reference implementation to match defined toString() handling for zero
bigbear3001
More...
over 13 years ago
fixed bug with zero beeing negative corrected subtraction of two negative numbers
bigbear3001
More...
over 13 years ago
fixed bugs: - wrong decimal places initialization - check for decimal places when trimming the zeros before the decimal point - corrected the tenfold generated for the complement
bigbear3001
More...
over 13 years ago
corrected string result of big decimal operation to match the big decimal challenge format
bigbear3001
More...
over 13 years ago
corrected add algorithm (used modified subtract algorithm) finished doubles, negativeWithNegativeDouble, integerToDoubles, doublesToIntegers in add test
bigbear3001
More...
over 13 years ago
corrected implementation of adding negative number to negative number finished negativeWithNegativeIntegers tests for add and subtract
bigbear3001
More...
over 13 years ago
check for ArithmeticException and ignore it in this test
bigbear3001
More...
over 13 years ago
added equals method for reference implementation
bigbear3001
More...
over 13 years ago
completet add test for negative integers
bigbear3001
More...
over 13 years ago
added test for the equals method added test to verify the calculation methods return new objects
bigbear3001
More...
over 13 years ago
negative numbers added to negative numbers should give us a negative result
bigbear3001
More...
over 13 years ago
added test for negative number with negative numbers corrected comments
bigbear3001
More...
over 13 years ago
added method to strip trailing zeros to match the expected toString() behaviour
bigbear3001
More...
over 13 years ago
moved the logback.xml to the correct folder (src/main/resources)
bigbear3001
More...
over 13 years ago
added sl4j for other simple math tests
bigbear3001
More...
over 13 years ago
Merge remote-tracking branch 'github-big-decimal-challenge/master'
bigbear3001
More...
over 13 years ago
added a note tho remind others of not making the same mistake as me. don't kill the reference to the initial expected exception.
bigbear3001
More...
over 13 years ago
handle negative adds as if they were subtractions
bigbear3001
More...
over 13 years ago
added tests for the other operations to the simple math tests
bigbear3001
More...
over 13 years ago
corrected the interface for multiply to return the correct return type
bigbear3001
More...
over 13 years ago
Added sl4j, logback and some logging statements in tests
Florian Gutmann
More...
over 13 years ago
completed the compatiblity with the integer add test
bigbear3001
More...
over 13 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree