On 07/06/2012 02:58 PM, Abhishek Koneru wrote:
Please review the patch for the fixes made for  MIGHT_IGNORE,
SE_BAD_FIELD and INNER_SHOULD_BE_STATIC cases in Coverity for DogTag 10.

Build passed the smoke test.

--Abhishek Koneru


_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel


There are few places adding the following line.

+            e.printStackTrace();

Why would you send stack trace to system error output stream?
Debug log seems to be more appropriate.