SoftNet-Consult Java Utility Library: Change Log
Version 2.0.2
Release date: 21.07.2008
Changes:
- Fixed the bug that caused the class
com.softnetConsult.utils.string.StringToolsto throw aNoSuchMethodErrorin certain circumstances when used with Java 5.
Version 2.0.1
Release date: 23.05.2008
Changes:
- Added class
com.softnetConsult.utils.collections.NullIterator. - Added
static getSingeltonInstance()tocom.softnetConsult.utils.streams.NullOutputStream. - Added
parseXXXX(String)-methods andtoString(xxxx)-methods to class
com.softnetConsult.utils.string.StringTools. These methods are designed
for convenient locale aware string-number conversion. - Added
round(xxxx)-methods tocom.softnetConsult.utils.math.MathTools. - Improved the method
com.softnetConsult.utils.sys.timePeriod(long, long)to cope with far longer time intervals.
Version 2.0.0
Release date: 09.05.2008
Changes:
- A major redevelopment that will be the new baseline for future updates.
Several new packages and a larger number of new classes and methods was added. Old classes were improved and refactored.
Version 1.0.1
Release date: internal release.
Changes:
- All tools classes that contain only static methods were made final.
- All tools classes that contain only static methods now have a private default constructor.
- Added class
com.softnetConsult.utils.sys.SystemToolswith two static methods:getMemInfoString()andprintMemInfoLine(). - Split the class
com.softnetConsult.utils.math.MathToolsinto two classes:
com.softnetConsult.utils.math.MathToolsandcom.softnetConsult.utils.math.StatsTools. - Added functions to compute the hamming distance to the class
com.softnetConsult.utils.math.MathTools. - Added method
<TX extends Number, TY extends Number> int compare(TX x, TY y)
to the classcom.softnetConsult.utils.math.MathTools. - Added class
com.softnetConsult.utils.math.Distribution. - Added method
writeToFileto theclass com.softnetConsult.utils.files.FileTools. - Fixed several problems with the
getExtension-methods incom.softnetConsult.utils.files.FileTools. - Added several thread and time handling routines to
com.softnetConsult.utils.sys.SystemTools.
Version 1.0.0
Release date: 17.05.2007
This is the first publicly released version.
Copyright © 2007 SoftNet-Consult. Copyright © 2007 Gregory Paperin. All rights reserved.