Changelog

Release History

VersionDateDescription
1.12010-07-28 
1.22012-02-16 
1.32012-06-03 

Release 1.1 - 2010-07-28

No changes in this release.

Release 1.2 - 2012-02-16

TypeChangesBy

add

Added method getLineNumber to class org.jomc.util.LineEditor.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.schulte2005

fix

Corrected method edit of class org.jomc.util.LineEditor to chain also if method editLine returns null for all input lines.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 ConcurrentModificationExceptions also for entries removed due to the garbage collector.schulte2005

fix

Added method finalize to class org.jomc.util.WeakIdentityHashMap to remove pending references on finalization.schulte2005

update

Updated methods getSection and isSectionFinished of class org.jomc.util.SectionEditor to throw IOExceptions if parsing section markers fails.schulte2005

update

Updated class org.jomc.util.WeakIdentityHashMap to support generics.schulte2005

Release 1.3 - 2012-06-03

No changes in this release.