rahulkapoor90/VITacademics-Enhancement-Suite

View on GitHub

Showing 763 of 1,018 total issues

File jszip.js has 6421 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!

JSZip v3.1.3 - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip>

Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 2 wks to fix

File jszip.js has 6421 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!

JSZip v3.1.3 - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip>

Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 2 wks to fix

File jszip.js has 6421 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!

JSZip v3.1.3 - A Javascript class for generating and reading zip files
<http://stuartk.com/jszip>

Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 2 wks to fix

File html2canvas.js has 2470 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
  html2canvas 0.4.1 <http://html2canvas.hertzen.com>
  Copyright (c) 2013 Niklas von Hertzen

  Released under MIT License
Severity: Major
Found in Extension for Edge/scripts/timeTable/html2canvas.js - About 6 days to fix

File html2canvas.js has 2470 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
  html2canvas 0.4.1 <http://html2canvas.hertzen.com>
  Copyright (c) 2013 Niklas von Hertzen

  Released under MIT License
Severity: Major
Found in Extension for Firefox/scripts/timeTable/html2canvas.js - About 6 days to fix

File html2canvas.js has 2470 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
  html2canvas 0.4.1 <http://html2canvas.hertzen.com>
  Copyright (c) 2013 Niklas von Hertzen

  Released under MIT License
Severity: Major
Found in Extension for chrome/scripts/timeTable/html2canvas.js - About 6 days to fix

Function Parse has 1039 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Parse = function (images, options, cb) {
  window.scroll(0,0);

  var element = (( options.elements === undefined ) ? document.body : options.elements[0]), // select body by default
  numDraws = 0,
Severity: Major
Found in Extension for Edge/scripts/timeTable/html2canvas.js - About 5 days to fix

Function Parse has 1039 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Parse = function (images, options, cb) {
  window.scroll(0,0);

  var element = (( options.elements === undefined ) ? document.body : options.elements[0]), // select body by default
  numDraws = 0,
Severity: Major
Found in Extension for Firefox/scripts/timeTable/html2canvas.js - About 5 days to fix

Function Parse has 1039 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Parse = function (images, options, cb) {
  window.scroll(0,0);

  var element = (( options.elements === undefined ) ? document.body : options.elements[0]), // select body by default
  numDraws = 0,
Severity: Major
Found in Extension for chrome/scripts/timeTable/html2canvas.js - About 5 days to fix

Function 70 has 984 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],70:[function(require,module,exports){
'use strict';


var utils         = require('../utils/common');
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 4 days to fix

Function 70 has 984 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],70:[function(require,module,exports){
'use strict';


var utils         = require('../utils/common');
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 4 days to fix

Function 70 has 984 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],70:[function(require,module,exports){
'use strict';


var utils         = require('../utils/common');
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 4 days to fix

Function 67 has 957 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],67:[function(require,module,exports){
'use strict';

var utils   = require('../utils/common');
var trees   = require('./trees');
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 4 days to fix

Function 67 has 957 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],67:[function(require,module,exports){
'use strict';

var utils   = require('../utils/common');
var trees   = require('./trees');
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 4 days to fix

Function 67 has 957 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],67:[function(require,module,exports){
'use strict';

var utils   = require('../utils/common');
var trees   = require('./trees');
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 4 days to fix

Function inflate has 775 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function inflate(strm, flush) {
  var state;
  var input, output;          // input/output buffers
  var next;                   /* next input INDEX */
  var put;                    /* next output INDEX */
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 3 days to fix

Function inflate has 775 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function inflate(strm, flush) {
  var state;
  var input, output;          // input/output buffers
  var next;                   /* next input INDEX */
  var put;                    /* next output INDEX */
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 3 days to fix

Function inflate has 775 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function inflate(strm, flush) {
  var state;
  var input, output;          // input/output buffers
  var next;                   /* next input INDEX */
  var put;                    /* next output INDEX */
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 3 days to fix

Function 73 has 455 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],73:[function(require,module,exports){
'use strict';


var utils = require('../utils/common');
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 2 days to fix

Function 73 has 455 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{}],73:[function(require,module,exports){
'use strict';


var utils = require('../utils/common');
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 2 days to fix
Severity
Category
Status
Source
Language