Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902515

Asmtools (code cleanup) removing unnecessary boxing, initializations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • asm_tools_7.0
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: