summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Patch 25 - Misc FixesAbhishek Koneru2012-07-251-1/+0
|
* SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASSAbhishek Koneru2012-07-101-1/+2
|
* Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASESAbhishek Koneru2012-07-061-1/+0
|
* Fixes for NULL_RETURN cases review commentsAbhishek Koneru2012-06-051-9/+7
|
* Fixes for Null_Returns Cases - 1 For CommitAbhishek Koneru2012-06-052-19/+11
|
* Patch for fixes for Review CommentsAbhishek Koneru2012-05-242-11/+10
|
* Fixes for Coverity Defects of Category : FB.SBSC_USE_STRINGBUFFER_CONCATENATIONAbhishek Koneru2012-05-242-28/+32
|
* Fixes for Coverity Defects of Category : FB.DM_BOOLEAN_CTORAbhishek Koneru2012-05-241-1/+1
|
* Fixes for Coverity Defects of Category : FB.BC_VACUOUS_INSTANCEOFAbhishek Koneru2012-05-241-6/+3
|
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-096-52/+46
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-099-25/+25
| | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2610-0/+4294
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131