0
I Use This!
Inactive

Commits : Listings

Analyzed 38 minutes ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added JEP jar More... over 19 years ago
BUILD-65 Significant Refactoring and Introduction of NaturalNumber.java 1) There is a new class NaturalNumber which can represent the positive integers; 2) WholeNumber is now a subclass of NaturalNumber; 3) Note that currently FuzzInt is a subclass of NaturalNumber too (this is wrong); 4) Note also that one of the cells in SampleApplication does not work -- but this is because of units, rather than the refactoring; 5) Modified PresentableNumberFactory to cope better with certain numbers. 6) Note that Natural should probably be renamed as NaturalConstant (or something). 7) Some minor changes to the spreadsheet app. More... over 19 years ago
BUILD-65 Significant Refactoring and Introduction of NaturalNumber.java 1) There is a new class NaturalNumber which can represent the positive integers; 2) WholeNumber is now a subclass of NaturalNumber; 3) Note that currently FuzzInt is a subclass of NaturalNumber too (this is wrong); 4) Note also that one of the cells in SampleApplication does not work -- but this is because of units, rather than the refactoring; 5) Modified PresentableNumberFactory to cope better with certain numbers. 6) Note that Natural should probably be renamed as NaturalConstant (or something). 7) Some minor changes to the spreadsheet app. More... over 19 years ago
BUILD-65 Significant Refactoring and Introduction of NaturalNumber.java 1) There is a new class NaturalNumber which can represent the positive integers; 2) WholeNumber is now a subclass of NaturalNumber; 3) Note that currently FuzzInt is a subclass of NaturalNumber too (this is wrong); 4) Note also that one of the cells in SampleApplication does not work -- but this is because of units, rather than the refactoring; 5) Modified PresentableNumberFactory to cope better with certain numbers. 6) Note that Natural should probably be renamed as NaturalConstant (or something). 7) Some minor changes to the spreadsheet app. More... over 19 years ago
BUILD-65 Significant Refactoring and Introduction of NaturalNumber.java 1) There is a new class NaturalNumber which can represent the positive integers; 2) WholeNumber is now a subclass of NaturalNumber; 3) Note that currently FuzzInt is a subclass of NaturalNumber too (this is wrong); 4) Note also that one of the cells in SampleApplication does not work -- but this is because of units, rather than the refactoring; 5) Modified PresentableNumberFactory to cope better with certain numbers. 5) Note that Natural should probably be renamed as NaturalConstant (or something). More... over 19 years ago
BUILD-65 Significant Refactoring and Introduction of NaturalNumber.java 1) There is a new class NaturalNumber which can represent the positive integers; 2) WholeNumber is now a subclass of NaturalNumber; 3) Note that currently FuzzInt is a subclass of NaturalNumber too (this is wrong); 4) Note also that one of the cells in SampleApplication does not work -- but this is because of units, rather than the refactoring; 5) Note that Natural should probably be renamed as NaturalConstant (or something). More... over 19 years ago
slowwwwwwwwwly adding more tests More... almost 20 years ago
added some tests. Has one failure More... almost 20 years ago
BUILD64 Several Significant Changes: Renamed Manifest as Natural and changed is contract: Natural numbers are the positive integers. Negate() operator not supp. Item now supports isZero() method. Several bugs fixed, esp. in Mill: can no longer put pure Objects on stack (must be Millable); further, a problem with a non-mutable operand when operations could not be performed: was problem - now a final chance is given - make it mutable; JQuantity and Approximation objects now implement Millable. More... almost 20 years ago
BUILD64 Several Significant Changes: Renamed Manifest as Natural and changed is contract: Natural numbers are the positive integers. Negate() operator not supp. Item now supports isZero() method. Several bugs fixed, esp. in Mill: can no longer put pure Objects on stack (must be Millable); further, a problem with a non-mutable operand when operations could not be performed: was problem - now a final chance is given - make it mutable; JQuantity and Approximation objects now implement Millable. More... almost 20 years ago
BUILD64 Several Significant Changes: Renamed Manifest as Natural and changed is contract: Natural numbers are the positive integers. Negate() operator not supp. Item now supports isZero() method. Several bugs fixed, esp. in Mill: can no longer put pure Objects on stack (must be Millable); further, a problem with a non-mutable operand when operations could not be performed: was problem - now a final chance is given - make it mutable; JQuantity and Approximation objects now implement Millable. More... almost 20 years ago
Added NumberPresentationTest More... almost 20 years ago
Fixed problem with setSecond where argument is empty string. More... almost 20 years ago
initial commit More... almost 20 years ago
syncing... More... almost 20 years ago
added tests for makePresentableIntance(Presentation) More... about 20 years ago
added coverage code for tan_theta2(), artan2(), Parse(), isUnity() More... about 20 years ago
minor changes More... about 20 years ago
--testToBigInteger() has been moved to WholeNumberTest1.java --more coverage for WholeNumber(BigInteger) constructor More... about 20 years ago
added more tests for testEqualsObject() More... about 20 years ago
added skeletons of tests to be written More... about 20 years ago
--completely covered uncovered or partially coverd methods: intValue(), product(), floatValue(), equals(), pow(double) More... about 20 years ago
coverage improvements: covered multiply(). Not counting missed methods (they are covered in WNT1.java), only down to 4 failures. More... about 20 years ago
added 1 more test case in testPow() : if power==1 More... about 20 years ago
minor fixes More... about 20 years ago
added more tests, most methods are tested now. 24 failures on coverage (some related to missing tests that are located in WNT1.java). More... about 20 years ago
--added extra variable in file WholeNumberTest.java to help w/ testing on WNT2.java --completed more tests More... about 20 years ago
added extra variable in file WholeNumberTest.java to help w/ testing on WNT2.java More... about 20 years ago
added 3 more tests More... about 20 years ago
--most of the methods tested, except those that have a debugging purpose --commented out "import" statement for hansel package More... about 20 years ago