Remove use of obsolete ReflectUtil.newInstance method

XMLWordPrintable

      Need to replace use of:

          ReflectUtil.newInstance(clazz)

      with:

          ReflectUtil.checkPackageAccess(clazz)
          clazz.newInstance()

            Assignee:
            Kevin Rushforth
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: