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/11/17 17:04:59 UTC

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

Apoorv Naik created ATLAS-1304:
----------------------------------

             Summary: 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


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)