Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1304

Code cleanup and simplification

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8-incubating
    • None
    • None

    Description

      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

      Attachments

        1. ATLAS-1304.patch
          299 kB
          Apoorv Naik

        Activity

          People

            apoorvnaik Apoorv Naik
            apoorvnaik Apoorv Naik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: