rahulkapoor90/VITacademics-Enhancement-Suite

View on GitHub

Showing 763 of 1,018 total issues

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 chrome/scripts/zip/jszip.js - About 2 days to fix

File backgroundScriptsAPIBridge.js has 846 lines of code (exceeds 250 allowed). Consider refactoring.
Open

if (!Range.prototype["intersectsNode"]) {
    Range.prototype["intersectsNode"] = function (node) {
        let range = document.createRange();
        range.selectNode(node);
        return 0 > this.compareBoundaryPoints(Range.END_TO_START, range)
Severity: Major
Found in Extension for Edge/backgroundScriptsAPIBridge.js - About 2 days to fix

File captcha.js has 703 lines of code (exceeds 250 allowed). Consider refactoring.
Open

var keys = {
    "0": [
        ["0", "0", "0", "1", "1", "1", "1", "0", "0", "0"],
        ["0", "1", "1", "1", "1", "1", "1", "1", "1", "0"],
        ["0", "1", "1", "1", "0", "0", "0", "1", "1", "0"],
Severity: Major
Found in Extension for Edge/scripts/captcha/captcha.js - About 1 day to fix

File captcha.js has 703 lines of code (exceeds 250 allowed). Consider refactoring.
Open

var keys = {
    "0": [
        ["0", "0", "0", "1", "1", "1", "1", "0", "0", "0"],
        ["0", "1", "1", "1", "1", "1", "1", "1", "1", "0"],
        ["0", "1", "1", "1", "0", "0", "0", "1", "1", "0"],
Severity: Major
Found in Extension for Firefox/scripts/captcha/captcha.js - About 1 day to fix

File captcha.js has 703 lines of code (exceeds 250 allowed). Consider refactoring.
Open

var keys = {
    "0": [
        ["0", "0", "0", "1", "1", "1", "1", "0", "0", "0"],
        ["0", "1", "1", "1", "1", "1", "1", "1", "1", "0"],
        ["0", "1", "1", "1", "0", "0", "0", "1", "1", "0"],
Severity: Major
Found in Extension for chrome/scripts/captcha/captcha.js - About 1 day to fix

Function 8 has 295 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./stream/GenericWorker":28,"./utils":32,"pako":59}],8:[function(require,module,exports){
'use strict';

var utils = require('../utils');
var GenericWorker = require('../stream/GenericWorker');
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 1 day to fix

Function 8 has 295 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./stream/GenericWorker":28,"./utils":32,"pako":59}],8:[function(require,module,exports){
'use strict';

var utils = require('../utils');
var GenericWorker = require('../stream/GenericWorker');
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 1 day to fix

Function 8 has 295 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./stream/GenericWorker":28,"./utils":32,"pako":59}],8:[function(require,module,exports){
'use strict';

var utils = require('../utils');
var GenericWorker = require('../stream/GenericWorker');
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 1 day to fix

Function 32 has 293 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(require,module,exports){
'use strict';

var support = require('./support');
var base64 = require('./base64');
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 1 day to fix

Function 32 has 293 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(require,module,exports){
'use strict';

var support = require('./support');
var base64 = require('./base64');
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 1 day to fix

Function 32 has 293 lines of code (exceeds 25 allowed). Consider refactoring.
Open

},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(require,module,exports){
'use strict';

var support = require('./support');
var base64 = require('./base64');
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 1 day to fix

Function Preload has 265 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Preload = function( options ) {

  var images = {
    numLoaded: 0,   // also failed are counted here
    numFailed: 0,
Severity: Major
Found in Extension for Edge/scripts/timeTable/html2canvas.js - About 1 day to fix

Function Preload has 265 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Preload = function( options ) {

  var images = {
    numLoaded: 0,   // also failed are counted here
    numFailed: 0,
Severity: Major
Found in Extension for Firefox/scripts/timeTable/html2canvas.js - About 1 day to fix

Function Preload has 265 lines of code (exceeds 25 allowed). Consider refactoring.
Open

_html2canvas.Preload = function( options ) {

  var images = {
    numLoaded: 0,   // also failed are counted here
    numFailed: 0,
Severity: Major
Found in Extension for chrome/scripts/timeTable/html2canvas.js - About 1 day to fix

Function deflate has 256 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function deflate(strm, flush) {
  var old_flush, s;
  var beg, val; // for gzip header write only

  if (!strm || !strm.state ||
Severity: Major
Found in Extension for Edge/scripts/zip/jszip.js - About 1 day to fix

Function deflate has 256 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function deflate(strm, flush) {
  var old_flush, s;
  var beg, val; // for gzip header write only

  if (!strm || !strm.state ||
Severity: Major
Found in Extension for Firefox/scripts/zip/jszip.js - About 1 day to fix

Function deflate has 256 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function deflate(strm, flush) {
  var old_flush, s;
  var beg, val; // for gzip header write only

  if (!strm || !strm.state ||
Severity: Major
Found in Extension for chrome/scripts/zip/jszip.js - About 1 day to fix

Function tableExport has 253 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            tableExport: function(options) {
                var defaults = {
                        separator: ',',
                        ignoreColumn: [],
                        tableName:'yourTableName',
Severity: Major
Found in Extension for Edge/scripts/timeTable/tableExport.js - About 1 day to fix

Function tableExport has 253 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            tableExport: function(options) {
                var defaults = {
                        separator: ',',
                        ignoreColumn: [],
                        tableName:'yourTableName',
Severity: Major
Found in Extension for Firefox/scripts/timeTable/tableExport.js - About 1 day to fix

Function tableExport has 253 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            tableExport: function(options) {
                var defaults = {
                        separator: ',',
                        ignoreColumn: [],
                        tableName:'yourTableName',
Severity: Major
Found in Extension for chrome/scripts/timeTable/tableExport.js - About 1 day to fix
Severity
Category
Status
Source
Language