]> git.mxchange.org Git - jcore-utils.git/commit - src/org/mxchange/jcoreutils/Comparables.java
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 17:43:45 +0000 (19:43 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 17:43:45 +0000 (19:43 +0200)
commitcfef74042dff581882efd0c6cff00dfdb6270d24
treed9b15cff00a172b0bc7563d81764370d0a003a38
parent10ec7789069771bacf2533fa412931a62429e594
Continued:
- moved classes to own packages
- introduced TestNG 6.8.1
- added test case for SameNumberUtils class
lib/nblibraries.properties
lib/testng/testng-6.8.1-dist.jar [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/jcoreutils/Comparables.java [deleted file]
src/org/mxchange/jcoreutils/SafeNumberUtils.java [deleted file]
src/org/mxchange/jcoreutils/comparable/Comparables.java [new file with mode: 0644]
src/org/mxchange/jcoreutils/number/SafeNumberUtils.java [new file with mode: 0644]
test/org/mxchange/jcoreutils/test/CoreUtilsTestSuite.xml [new file with mode: 0644]
test/org/mxchange/jcoreutils/test/number/SafeNumberUtilsTest.java [new file with mode: 0644]