rahulkapoor90/VITacademics-Enhancement-Suite

View on GitHub

Showing 1,018 of 1,018 total issues

Identical blocks of code found in 3 locations. Consider refactoring.
Open

function diff(old, current){
    console.log(old);
    console.log(current);
    //  check if table of marks for any course has been added.
    var t1 = Object.keys(old), t2 = Object.keys(current);
Severity: Major
Found in Extension for Firefox/scripts/home/diff.js and 2 other locations - About 1 day to fix
Extension for Edge/scripts/home/diff.js on lines 332..363
Extension for chrome/scripts/home/diff.js on lines 332..363

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 331.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 3 locations. Consider refactoring.
Open

function diff(old, current){
    console.log(old);
    console.log(current);
    //  check if table of marks for any course has been added.
    var t1 = Object.keys(old), t2 = Object.keys(current);
Severity: Major
Found in Extension for Edge/scripts/home/diff.js and 2 other locations - About 1 day to fix
Extension for Firefox/scripts/home/diff.js on lines 332..363
Extension for chrome/scripts/home/diff.js on lines 332..363

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 331.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 3 locations. Consider refactoring.
Open

function init(){
    var sJSZip = document.createElement('script');
    sJSZip.src = chrome.extension.getURL("scripts/zip/fileSaver.min.js");
    var sJSZipUtils = document.createElement('script');
    sJSZipUtils.src = chrome.extension.getURL("scripts/zip/jszip-utils.min.js");
Severity: Major
Found in Extension for chrome/scripts/coursePage/zipDownload.js and 2 other locations - About 1 day to fix
Extension for Edge/scripts/coursePage/zipDownload.js on lines 80..100
Extension for Firefox/scripts/coursePage/zipDownload.js on lines 80..100

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 321.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 3 locations. Consider refactoring.
Open

function init(){
    var sJSZip = document.createElement('script');
    sJSZip.src = chrome.extension.getURL("scripts/zip/fileSaver.min.js");
    var sJSZipUtils = document.createElement('script');
    sJSZipUtils.src = chrome.extension.getURL("scripts/zip/jszip-utils.min.js");
Severity: Major
Found in Extension for Edge/scripts/coursePage/zipDownload.js and 2 other locations - About 1 day to fix
Extension for Firefox/scripts/coursePage/zipDownload.js on lines 80..100
Extension for chrome/scripts/coursePage/zipDownload.js on lines 80..100

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 321.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Identical blocks of code found in 3 locations. Consider refactoring.
Open

function init(){
    var sJSZip = document.createElement('script');
    sJSZip.src = chrome.extension.getURL("scripts/zip/fileSaver.min.js");
    var sJSZipUtils = document.createElement('script');
    sJSZipUtils.src = chrome.extension.getURL("scripts/zip/jszip-utils.min.js");
Severity: Major
Found in Extension for Firefox/scripts/coursePage/zipDownload.js and 2 other locations - About 1 day to fix
Extension for Edge/scripts/coursePage/zipDownload.js on lines 80..100
Extension for chrome/scripts/coursePage/zipDownload.js on lines 80..100

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 321.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

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

Similar blocks of code found in 3 locations. Consider refactoring.
Open

for (i=0; i<s.length; i++)
{
    var box = document.createElement("input");

    var att = document.createAttribute("type");
Severity: Major
Found in Extension for chrome/scripts/coursePage/content.js and 2 other locations - About 1 day to fix
Extension for Edge/scripts/coursePage/content.js on lines 3..28
Extension for Firefox/scripts/coursePage/content.js on lines 3..28

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 265.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

for (i=0; i<s.length; i++)
{
    var box = document.createElement("input");

    var att = document.createAttribute("type");
Severity: Major
Found in Extension for Firefox/scripts/coursePage/content.js and 2 other locations - About 1 day to fix
Extension for Edge/scripts/coursePage/content.js on lines 3..28
Extension for chrome/scripts/coursePage/content.js on lines 3..28

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 265.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

for (i=0; i<s.length; i++)
{
    var box = document.createElement("input");

    var att = document.createAttribute("type");
Severity: Major
Found in Extension for Edge/scripts/coursePage/content.js and 2 other locations - About 1 day to fix
Extension for Firefox/scripts/coursePage/content.js on lines 3..28
Extension for chrome/scripts/coursePage/content.js on lines 3..28

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 265.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

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
Severity
Category
Status
Source
Language