Github user alexandrelimassantana commented on the pull request: https://github.com/apache/cloudstack/pull/798#issuecomment-171739474 @maneesha-p you could extract the content of this if-condition into a method to test the TaskInfo object, making the code a little more reusable and allowing you to build up an isolated TestCase for this scenario. ```Java if (info == null || info.getEntityName() == null || info.getName() == null) { continue; } ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---