Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71674

Remove usages of Prototype from Scoverage

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • scoverage-plugin
    • None

      See this blog post for details. Prototype will eventually be removed from Jenkins core, and to prepare for this transition, this plugin must be migrated away from Prototype. The blog post contains instructions on how to find and eliminate usages of Prototype. In this plugin, the following usages of Prototype have been identified. This may not be an exhaustive list:

      testng-reports.js:    $('.panel').hide();
      testng-reports.js:            contents.hide();
      testng-reports.js:            contents.show();
      testng-reports.js:        getHideLink($(this), name).hide();
      testng-reports.js:        getHideLink($(this), name).show();
      testng-reports.js:    getMethodPanelClassSel($(this), name).hide();
      testng-reports.js:    getMethodPanelClassSel($(this), name).show();
      testng-reports.js:        getShowLink($(this), name).hide();
      testng-reports.js:        getShowLink($(this), name).show();
      testng-reports.js:    panel.show();
      testng-reports.js:        w.hide();
      testng-reports.js:        w.show();
      

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: