edgewall/trac

View on GitHub
tracopt/ticket/htdocs/ticketclone.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

      if (name !== "id" && name !== "summary" && name !== "description" && name !== "status" && name !== "resolution" && name !== "reporter") {
        addField(form, name, oldvalue);
      }
Severity: Major
Found in tracopt/ticket/htdocs/ticketclone.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status