Wonder-Technology/Wonder-Editor

View on GitHub
lib/es6_global/src/core/atom_component/intInput/IntInput.js

Summary

Maintainability
A
0 mins
Test Coverage

Function handleBlurAction has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function handleBlurAction(state, param, languageType) {
  var onBlurFunc = param[1];
  var onChangeFunc = param[0];
  var match = state[/* inputValue */0];
  var exit = 0;
Severity: Minor
Found in lib/es6_global/src/core/atom_component/intInput/IntInput.js - About 1 hr to fix

    Function make has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

    function make($staropt$star, defaultValue, label, onChange, onBlur, title, _children) {
    Severity: Major
    Found in lib/es6_global/src/core/atom_component/intInput/IntInput.js - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status