j.text.DigitList can be refactored

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 25
    • Component/s: core-libs
    • Fix Understood
    • generic
    • generic

      While working on other issues which related to DigitList, I found that the current code and organization resulted in taking more time to understand the code than needed.

      The class is quite old and can benefit from
      - Re-organization (related methods should be coupled together)
      - Odd for loops can be replaced with more explicit alternatives
      - rounding logic should be combined
      - modern annotations like (@Override)
      - General comments, splitting up logic into separate methods

        There are no Sub-Tasks for this issue.

            Assignee:
            Justin Lu
            Reporter:
            Justin Lu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: