You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Apoorv Naik (JIRA)" <ji...@apache.org> on 2016/12/14 20:39:58 UTC

[jira] [Updated] (ATLAS-1304) Code cleanup and simplification

     [ https://issues.apache.org/jira/browse/ATLAS-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apoorv Naik updated ATLAS-1304:
-------------------------------
    Attachment: ATLAS-1304.patch

> 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.4#6332)