07 Feb, 2011

2 commits


05 Feb, 2011

1 commit

  • This commit fixes most of the following warnings in amserver module:
    - using size() == 0 instead of isEmpty()
    - using string concatenation inside of stringbuilder/buffer#append
    - unused imports
    - in 3 places I've removed redefinitions of the same constant variables
    with the same values
    - using stringbuffer in places where stringbuilder can be safely used
    - checking string equality with ==
    - empty statements (like ';;')
    - using manual array copy instead of System#arraycopy or Collections#addAll
    - using new Boolean() instead of Boolean.valueOf
    
    git-svn-id: https://svn.forgerock.org/openam/trunk@574 0f4defcf-c51a-4c67-9f44-6fb5eba73c5d
    peter.major
     

04 Feb, 2011

1 commit


03 Feb, 2011

10 commits


02 Feb, 2011

9 commits


01 Feb, 2011

2 commits


27 Jan, 2011

1 commit


26 Jan, 2011

3 commits


25 Jan, 2011

5 commits


21 Jan, 2011

5 commits


19 Jan, 2011

1 commit