Available downloads of bioinfweb.commons.java - Core
bioinfweb.commons.java is distributed under GNU Lesser General Public License.
Copyright (C) 2008-2011, 2013-2018 by Ben Stöver and Sarah Wiechers. This program is distributed in the hope that
it will be useful, but without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. See the
GNU Lesser General Public License for more details.
By downloading bioinfweb.commons.java you agree with the License.
Please read it carefully.
Note that the releases 1.x were distributed under
GNU General Public License instead.
Downloads |
Version |
Since |
Changes |
Module binary JAR
Module sources
|
3.4.0-702 beta
|
2020-11-26 16:05:00.0 |
- CollectionUtils.getLastElement() added.
- Bug fix in AbstractProgressMonitor: addToProgressValue(double, String) does not make infinite recursive call anymore.
- Bug fix in ListDecorator: clear() now only fires events if the list was not already empty. Also fixes exceptions occurring in such a situation.
- ConsoleApplicationLogger added.
|
Module binary JAR
Module sources
|
3.3.1-677 beta
|
2019-04-26 19:10:00.0 |
- NonStoringCollection now uses less raw type method declarations. (Adjustment to achieve compatibility with Java 11.)
|
Module binary JAR
Module sources
|
3.2.0-665 beta
|
2018-02-22 15:20:00.0 |
- TextFileApplicationLogger now offers additional constructors to use custom PrintWriters instead of a file as its target.
|
Module binary JAR
Module sources
|
3.0.0-658 beta
|
2018-02-04 22:45:00.0 |
- Added remove method in NonOverlappingIntervallList for removing selected parts of a character set. Inherited remove method overwritten to provide consitent behavior.
- GenericChangeEvent and GenericEventObject added.
- ApplicationLoggerDialog added.
|
Module binary JAR
Module sources
|
2.3.0-622 beta
|
2017-05-13 11:55:00.0 |
- Additional constants added to W3CXSConstants.
|
Module binary JAR
Module sources
|
2.2.0-612 beta
|
2017-01-09 10:40:00.0 |
- FontCalculator now distinguishes between text height and font size and assumes anti-aliased text.
- Math2.isInt() for double and float values added.
|
Module binary JAR
Module sources
|
2.1.0-588 beta
|
2016-12-09 15:05:00.0 |
- ExtensionFileFilter.getExtensionsAsString() and PATH_LIST_SEPARATOR added.
- XMLUtils.reachElementEnd() and readCharactersAsXXX() now have overloaded versions for XMLStreamReader.
- Bug fix: ExtensionFileFilter now correctly filters files by extension.
- Bug fix in XMLUtils: readCharactersAsXXX() methods now skip comments and also process CDATA and SPACE.
|
Module binary JAR
|
2.0.0-534 beta
|
2016-11-09 13:30:00.0 |
- CollectionUtils, PeekReader, UniqueColorLister, ZoomableFont, PropertyChangeEventForwarder, IntegerIDManager, LongIDManager, StreamLocation, StreamLocationProvider, ExtensionFileFilter, ContentExtensionFileFilter, MessageListApplicationLogger, LimitedReader, LimitedInputStream, W3CXSConstants, NonStoringCollection and NumberedStringsIterator added.
- New methods added to StringUtils and FontCalculator.
- ListRemoveEvent and ListReplaceEvent now also store index.
- calculateBitsPerValue() moved from PackedObjectArrayList to PackedIntegerArrayList.
- ParameterMap.getApplicationLogger() methods and overloaded version of getObject() added.
- GraphicsUtils.colorToHexString() added.
- ProgressMonitor extended (API change).
- IOUtils.EOF added.
- FormatVersion.parseFormatVersion() added and used in XMLUtils.
- XMLUtils.writeStartElement() and writeAttribute() added.
- MultiTreeMap removed. (Unnecessary in release 2.x, since implementations of MultiValuedMap from Apache commons collections 4 can be used instead.)
- Bug fix in PackedObjectArrayList: Possible overflow in getMaxObjectTypeCount() avoided.
- Bug fix in calculating coordinates in GraphicsUtils.drawStringInRectangle().
- Bug fix: Deleting elements at the beginning of a block now works in PackedIntegerArrayList.
|
Module binary JAR
|
1.1.0-300 beta
|
2015-02-11 19:00:00.0 |
- Additional classes added to commons.collections.
|
Module binary JAR
|
1.0.0-282 beta
|
2014-09-28 23:20:00.0 |
|