1. 26 Apr, 2017 1 commit
    • Guus der Kinderen's avatar
      Replace dangling javadoc with block comment. · 65f1f7f1
      Guus der Kinderen authored
      Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.
      
      These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
      65f1f7f1
  2. 04 Jan, 2017 1 commit
  3. 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
  4. 17 Oct, 2014 1 commit
    • Tom Evans's avatar
      OF-843: Update Hazelcast plugin · 5ff34d2d
      Tom Evans authored
      Updates include changes for Openfire Session API, plus changes needed to
      upgrade to Hazelcast 3.3.1; also some core housekeeping (NPE)
      5ff34d2d
  5. 08 May, 2014 1 commit
  6. 07 Feb, 2010 1 commit
  7. 30 Sep, 2009 1 commit
  8. 11 Apr, 2008 1 commit
  9. 22 Mar, 2007 1 commit
  10. 31 Jan, 2007 1 commit
  11. 17 Nov, 2006 1 commit
  12. 16 Jun, 2006 1 commit
  13. 13 Dec, 2005 1 commit
  14. 21 Oct, 2004 2 commits