Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc Fixes Remaining part of the code. | Abhishek Koneru | 2012-07-18 | 1 | -6/+9 |
| | |||||
* | NO_HASHCODE_OVERRIDDEN | Abhishek Koneru | 2012-07-12 | 1 | -3/+9 |
| | |||||
* | SE_BAD_FIELD, MIGHT_IGNORE , STATIC_INNER_CLASS | Abhishek Koneru | 2012-07-10 | 2 | -69/+67 |
| | |||||
* | Coverity CATCH_REXCEPTION and UNREAD_FIELD_CASES | Abhishek Koneru | 2012-07-06 | 1 | -2/+5 |
| | |||||
* | LeftOver Cases in Resource Leaks and NULL_RETURNS | Abhishek Koneru | 2012-07-02 | 1 | -3/+11 |
| | |||||
* | Fixes for Forward Null Cases in Coverity for DogTag10 | Abhishek Koneru | 2012-06-29 | 2 | -3/+10 |
| | | | | Addressed review coments. | ||||
* | Fixes for Coverity issues of type Resource Leaks - Remaining | Abhishek Koneru | 2012-06-25 | 5 | -152/+228 |
| | |||||
* | Fixes for Resource Leaks shown in Coverity for DogTag 10 | Abhishek Koneru | 2012-06-21 | 2 | -1/+37 |
| | |||||
* | Fixes for Coverity issues of type Stringbuffer, NO_EQUALS_METHOD , ↵ | Abhishek Koneru | 2012-06-15 | 2 | -7/+6 |
| | | | | REVERSE_INULL,Wrong_Map_Iterators | ||||
* | Fixes for NULL_RETURNS Coverity Issues - Part 2 | Abhishek Koneru | 2012-06-14 | 3 | -1/+12 |
| | |||||
* | Fixes for Coverity Issues CALL_SUPER,UNCONFIRMEDCAST,DEAD_STORE,TOSTRING_ARRAY | Abhishek Koneru | 2012-06-01 | 5 | -5/+5 |
| | |||||
* | Patch for fixes for Review Comments | Abhishek Koneru | 2012-05-24 | 4 | -11/+9 |
| | |||||
* | Fixes for Coverity Defects of Category : FB.SBSC_USE_STRINGBUFFER_CONCATENATION | Abhishek Koneru | 2012-05-24 | 8 | -90/+91 |
| | |||||
* | Fixes for Coverity Defects of Category : FB.DM_NUMBER_CTOR, ↵ | Abhishek Koneru | 2012-05-24 | 7 | -21/+21 |
| | | | | FB.DM_STRING_CTOR, FB.DM_STRING_VOID_CTOR | ||||
* | Removed unused private fields. | Endi Sukma Dewata | 2012-04-12 | 5 | -15/+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 Dewata | 2012-04-09 | 5 | -15/+12 |
| | | | | | | Unnecessary type casts have been removed using Eclipse Quick Fix. Ticket #134 | ||||
* | Removed whitespaces from Java code. | Endi Sukma Dewata | 2012-04-09 | 21 | -273/+273 |
| | | | | | | | | Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134 | ||||
* | Replaced deprecated RevRequest constructor. | Endi Sukma Dewata | 2012-03-30 | 1 | -9/+8 |
| | | | | | | | The deprecated RevRequest constructor has been replaced with another constructor with null invalidity date. Ticket #3 | ||||
* | Added option to build without Javadoc. | Endi Sukma Dewata | 2012-03-26 | 1 | -10/+12 |
| | | | | | | | | | | The build scripts have been modified to provide an option to build without Javadoc to speed up development builds. The option can be used as follows: compose_pki_core_packages --without-javadoc hybrid_rpms Ticket #111 | ||||
* | Removed unnecessary pki folder. | Endi Sukma Dewata | 2012-03-26 | 31 | -0/+13092 |
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 |