[
https://issues.apache.org/jira/browse/OOZIE-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Artem Ervits updated OOZIE-2975:
--------------------------------
Description:
1. Replaced StringBuffer with StringBuilder
2. Replaced Exception with IOException and ExecException
3. Replaced old Hashmap notation with diamond notation
4. Added try-with-resources notation
> code clean up in pig sharelib, replace Exception with more explicit, add try
> with resources, StringBuilder instead of StringBuffer
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: OOZIE-2975
> URL: https://issues.apache.org/jira/browse/OOZIE-2975
> Project: Oozie
> Issue Type: Improvement
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Priority: Trivial
> Fix For: 5.0.0
>
>
> 1. Replaced StringBuffer with StringBuilder
> 2. Replaced Exception with IOException and ExecException
> 3. Replaced old Hashmap notation with diamond notation
> 4. Added try-with-resources notation
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)