1. 13 Nov, 2015 1 commit
    • Christian Schudt's avatar
      Various improvements in Version class · 23c84bf0
      Christian Schudt authored
      - Make it final and immutable.
      - Use pattern-based parsing, which allows to also parse the ReleaseStatus and the statusVersion.
      - Implement toString() method.
      - Implement equals() and hashCode(), which is a strong recommendation when implementing Comparable: From the JavaDoc: "It is strongly recommended that (x.compareTo(y)==0) == (x.equals(y))", which was not the case.
      - Allow CharSequence
      - Simplify getVersionString() method (less duplicate code).
      - Improve compareTo() method by properly comparing more than 2 digits and also comparing ReleaseStatus and statusVersion
      23c84bf0
  2. 09 Nov, 2015 15 commits
  3. 08 Nov, 2015 2 commits
  4. 07 Nov, 2015 2 commits
  5. 03 Nov, 2015 1 commit
  6. 02 Nov, 2015 2 commits
  7. 31 Oct, 2015 3 commits
  8. 30 Oct, 2015 14 commits