aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/VersionNumber.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix VersionNumber cstr w/ string parsing: cutt-off non-digit-parts, suppress ↵Sven Gothel2011-10-271-20/+21
| | | | exceptions
* VersionNumber: Add cstr with version number string and delimeterSven Gothel2011-03-211-0/+29
|
* small cleanup in uitl packageMichael Bien2011-02-261-0/+3
| | | | | | - StringBuffer -> StringBuilder - ReflectionUtil.getBaseName -> class.getSimpleName() - cleanup imports, generics and @Override for all touched classes
* Fix: VersionNumber compare shall throw ClassCastException if argument is of ↵Sven Gothel2011-01-311-2/+4
| | | | different kind
* Add generic VersionNumber util classSven Gothel2010-11-281-0/+92