Asmtools (code cleanup) removing unnecessary boxing, initializations

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • asm_tools_7.0
    • Affects Version/s: None
    • Component/s: tools
    • None

      Remove unnecessary boxing's like:
      Integer value;
              CP_Int(TAG tagval, int intval) {
                  super(tagval);
                  this.value = new Integer(intval);
              }

      There are at least 100 places among asmtool files.

            Assignee:
            Leonid Kuskov
            Reporter:
            Leonid Kuskov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: