[
https://issues.apache.org/jira/browse/ATLAS-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apoorv Naik resolved ATLAS-1304.
--------------------------------
Resolution: Fixed
> Code cleanup and simplification
> -------------------------------
>
> Key: ATLAS-1304
> URL: https://issues.apache.org/jira/browse/ATLAS-1304
> Project: Atlas
> Issue Type: Improvement
> Reporter: Apoorv Naik
> Assignee: Apoorv Naik
> Attachments: ATLAS-1304.patch
>
>
> This change addresses the following problems
> 1. Lot of redundant code across modules.
> 2. Simplification of boolean expressions
> 3. Embrace JDK7 style (instead of List<X> aList = new ArrayList<X>(); it
> should be List<X> aList = new ArrayList<>();)
> 4. Unnecessary typecasts
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)