summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/security/x509/GeneralSubtrees.java
Commit message (Collapse)AuthorAgeFilesLines
* NO_HASHCODE_OVERRIDDENAbhishek Koneru2012-07-121-1/+1
|
* SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASSAbhishek Koneru2012-07-101-1/+4
|
* Patch for fixes for Review CommentsAbhishek Koneru2012-05-241-1/+1
|
* Fixes for Coverity Defects of Category : ↵Abhishek Koneru2012-05-241-3/+3
| | | | FB.SBSC_USE_STRINGBUFFER_CONCATENATION --Remaining
* Removed unnecessary type casts.Endi Sukma Dewata2012-04-091-2/+2
| | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134
* Removed whitespaces from Java code.Endi Sukma Dewata2012-04-091-5/+5
| | | | | | | | 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-261-0/+106
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