You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/04/05 03:14:18 UTC

[GitHub] seojangho opened a new pull request #14: [NEMO-38] Fix bugs and vulnerabilities for RuntimeMaster and RuntimeCommon

seojangho opened a new pull request #14: [NEMO-38] Fix bugs and vulnerabilities for RuntimeMaster and RuntimeCommon
URL: https://github.com/apache/incubator-nemo/pull/14
 
 
   JIRA: [NEMO-38: SonarCloud Bugs and Vulnerabilities for RuntimeMaster and RuntimeCommon](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-38)
   
   **Major changes:**
   - None
   
   **Minor changes to note:**
   - Add `Thread.currentThread().interrupt();` to InterruptedException handlers
   - NcsMessageContext: Suppress false positive Sonar warning (squid:S2095)
   - JobStateManager: Check return value of `Condition#await(timeout, unit)`
   - JobStateManager: Use try-with-resources for PrintWriter
   - SingleJobTaskGroupCollection: Resolve false positives
   
   **Tests for the changes:**
   - None
   
   **Other comments:**
   - None
   
   resolves [NEMO-38](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-38)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services