]> git.mxchange.org Git - jcore-utils.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 00:01:58 +0000 (01:01 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 23:01:03 +0000 (00:01 +0100)
commit35286461209a44c7f09c1b0c4edd24275be746ff
tree3aed95eed037968fa28e080eddf58d947f8cdfd4
parentd29b245028c1f666665eae822b45b96369c30dd4
Continued:
- jcore-utils was splitted out from jcoreee to reduce project centralization
  (means you have to that whole fat bunch of classes but only use a few)
- these utility classes may also be used in JavaSE projects so better split
  them out as they are generic enough
- rename CoreNumberUtils to SafeNumberUtils as this class provides null-safe
  methods for any kind of Java numbers

Signed-off-by: Roland Häder <roland@mxchange.org>
23 files changed:
build.xml
lib/jcore-logger-lib.jar [deleted file]
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml
src/org/mxchange/jcoreee/bean/ejb/BaseEnterpriseBean.java [deleted file]
src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java [deleted file]
src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java [deleted file]
src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java [deleted file]
src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java [deleted file]
src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java [deleted file]
src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java [deleted file]
src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java [deleted file]
src/org/mxchange/jcoreee/utils/Comparables.java [deleted file]
src/org/mxchange/jcoreee/utils/CoreNumberUtils.java [deleted file]
src/org/mxchange/jcoreee/utils/FacesUtils.java [deleted file]
src/org/mxchange/jcoreee/validator/BaseObjectValidator.java [deleted file]
src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java [deleted file]
src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java [deleted file]
src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java [deleted file]
src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java [deleted file]
src/org/mxchange/jcoreutils/Comparables.java [new file with mode: 0644]
src/org/mxchange/jcoreutils/SafeNumberUtils.java [new file with mode: 0644]