JOMC Utilities Changelog
Version 1.3 (2012-06-03T07:39:11+0000)
Version | Date | Developer | Action | Description |
---|---|---|---|---|
1.1 | 2010-07-28 | No changes in this release. | ||
1.2 | 2012-02-16 | schulte2005 | ADD | Added method getLineNumber to class
org.jomc.util.LineEditor .
|
1.2 | 2012-02-16 | schulte2005 | FIX | Corrected method edit of class
org.jomc.util.LineEditor to return null instead of an empty string if method
editLine returns null for all input lines and to correctly append the editor's line
separator on lines with a length equal to zero.
|
1.2 | 2012-02-16 | schulte2005 | FIX | Corrected method edit of class
org.jomc.util.LineEditor to chain also if method editLine returns null for
all input lines.
|
1.2 | 2012-02-16 | schulte2005 | FIX | Corrected method iterator of the collection view
objects returned by methods entrySet , keySet and values of class
org.jomc.util.WeakIdentityHashMap to return Iterator objects throwing
ConcurrentModificationException s also for entries removed due to the garbage collector.
|
1.2 | 2012-02-16 | schulte2005 | FIX | Added method finalize to class
org.jomc.util.WeakIdentityHashMap to remove pending references on finalization.
|
1.2 | 2012-02-16 | schulte2005 | UPDATE | Updated methods getSection and
isSectionFinished of class org.jomc.util.SectionEditor to throw
IOException s if parsing section markers fails.
|
1.2 | 2012-02-16 | schulte2005 | UPDATE | Updated class org.jomc.util.WeakIdentityHashMap
to support generics.
|
1.3 | 2012-06-03 | No changes in this release. |