| Changed classes |
Change |
| All classes | Gained a BSD-like licence in their header. |
| com.generationjava.lang.Notifier | Received various improvements from a version of Notifier that had existed in Commons Lang. |
| com.generationjava.compare.NumericStringComparator | Bugfix courtesy of Nathan Feger and Yuri Spinelli. |
| com.generationjava.lang.StringW | Added a useful join overload wraps a joined String[] in a piece of pre and post text only if the String[] has size. |
| com.generationjava.io.FilePoller | Attempted bugfixes as the previous version had big flaws. |
| New classes |
Description |
| com.generationjava.lang.BigIntegerUtils | Utility class for getting embedded numbers from out of BigIntegers. |
| com.generationjava.lang.Binary | Utility class for handling turning values into binary strings, 10001 etc. |
| com.generationjava.lang.NotifierException | A part of the improvements to Notifier. |
| com.generationjava.lang.Struct | A marker interface to remind me when a class is meant to be used as a C++ Struct equivalent. |