summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/security/util
Commit message (Collapse)AuthorAgeFilesLines
* Misc Fixes Remaining part of the code.Abhishek Koneru2012-07-182-2/+6
|
* NO_HASHCODE_OVERRIDDENAbhishek Koneru2012-07-123-4/+24
|
* SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASSAbhishek Koneru2012-07-102-1/+4
|
* Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASESAbhishek Koneru2012-07-063-611/+550
|
* Fixes for NULL_RETURNS Coverity Issues - Part 2Abhishek Koneru2012-06-142-3/+4
|
* Fixes for Null_Returns Cases - 1 For CommitAbhishek Koneru2012-06-051-0/+3
|
* Fixes for Coverity Defects of Category : ↵Abhishek Koneru2012-05-241-5/+6
| | | | FB.SBSC_USE_STRINGBUFFER_CONCATENATION --Remaining
* Fixes for Coverity Defects of Category : FB.SBSC_USE_STRINGBUFFER_CONCATENATIONAbhishek Koneru2012-05-242-17/+17
|
* Removed unused private fields.Endi Sukma Dewata2012-04-122-2/+0
| | | | | | | Most of unused private fields have been removed because they generate warnings in Eclipse. Some are kept because it might be useful later. Ticket #139
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-097-33/+31
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-0923-122/+122
| | | | | | | | 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-2627-0/+6907
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