23 Feb, 2011

3 commits


22 Feb, 2011

7 commits


21 Feb, 2011

2 commits


18 Feb, 2011

4 commits


17 Feb, 2011

1 commit


16 Feb, 2011

1 commit


15 Feb, 2011

2 commits


14 Feb, 2011

1 commit


13 Feb, 2011

1 commit


12 Feb, 2011

2 commits


09 Feb, 2011

3 commits


08 Feb, 2011

1 commit


07 Feb, 2011

3 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

7 commits