ultimate-comparisons/ultimate-comparison-BASE

View on GitHub

Showing 109 of 111 total issues

Avoid deeply nested control flow statements.
Open

                                if (a <= numberValue && numberValue <= b) {
                                    includeElement = true;
                                }
Severity: Major
Found in src/app/redux/uc.reducers.ts - About 45 mins to fix

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

        if (!isNullOrUndefined(this.tooltip)
          && !isNullOrUndefined(this.tooltip.plain)
          && this.tooltip.plain.length > 0) {
          const array = this.tooltip.plain.match(/<([^>]*)>/);
          if (array && array.length > 1) {
    Severity: Minor
    Found in lib/gulp/model/data/label.js and 1 other location - About 45 mins to fix
    lib/gulp/model/data/label.js on lines 72..76

    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 50.

    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 2 locations. Consider refactoring.
    Open

    gulp.task('update-citation', function () {
        gulp.watch([globs.csl, globs.bib], gulp.series(changeCriteria, assets, config));
    });
    Severity: Minor
    Found in lib/gulp/gulpfile.babel.js and 1 other location - About 45 mins to fix
    lib/gulp/gulpfile.babel.js on lines 160..162

    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 50.

    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

    Consider simplifying this complex logical expression.
    Open

        if ((isNullOrUndefined(type) && id === "id") ||
          (!isNullOrUndefined(type) &&
            String(type).toUpperCase() === "NAME-URL" ||
            String(type).toUpperCase() === "NAME_URL" ||
            String(type).toUpperCase() === "URL")
    Severity: Major
    Found in lib/gulp/model/criteria/criteria.js - About 40 mins to fix

      Consider simplifying this complex logical expression.
      Open

              if ((minDiff >= criteriaValue.minAge || criteriaValue.minAge === undefined || criteriaValue.minAge === -1)
                  && (maxDiff < criteriaValue.maxAge || criteriaValue.maxAge === undefined || criteriaValue.maxAge === -1)) {
                  labels.set(criteriaValue.name, new Label(criteriaValue.name, new Tooltip(criteriaValue.description, ""
                      + "- <" + link + ">"
                      + "\n- Last repository change: " + date.format("YYYY-MM-DDTHH:mm:ss")
      Severity: Major
      Found in lib/gulp/tasks/developmentColumn.babel.js - About 40 mins to fix

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

                            this.configuration.criteria.reduce((map, obj) => {
                                    map.set(obj.id, obj);
                                    return map;
                                },
                                new Map())
        src/app/components/comparison/configuration/configuration.service.ts on lines 71..74

        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 47.

        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 2 locations. Consider refactoring.
        Open

                    this.citation = this.configuration.citation.reduce((map, obj) => {
                        map.set(obj.key, obj);
                        return map;
                    }, new Map());
        src/app/components/comparison/configuration/configuration.service.ts on lines 128..132

        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 47.

        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 2 locations. Consider refactoring.
        Open

            const oldAutoConfiguration = Configuration.load(
                existsSync(files.autoConfig) ? yaml2json.safeLoad(readFileSync(files.autoConfig, "utf8")) : {}
            );
        Severity: Minor
        Found in lib/gulp/tasks/criteria.babel.js and 1 other location - About 35 mins to fix
        lib/gulp/tasks/criteria.babel.js on lines 9..11

        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 47.

        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 2 locations. Consider refactoring.
        Open

            const configuration = Configuration.load(
                existsSync(files.config) ? yaml2json.safeLoad(readFileSync(files.config, "utf8")) : {}
            );
        Severity: Minor
        Found in lib/gulp/tasks/criteria.babel.js and 1 other location - About 35 mins to fix
        lib/gulp/tasks/criteria.babel.js on lines 12..14

        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 47.

        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 2 locations. Consider refactoring.
        Open

                    try {
                        this.tmp = Files.createTempDirectory(prefix);
                    } catch (IOException e) {
                        Logger.error("Could not create tmp directory with prefix {}", prefix);
                        Logger.error(e);
        Severity: Minor
        Found in lib/md-to-json/src/main/java/wrapper/Converter.java and 1 other location - About 30 mins to fix
        lib/md-to-json/src/main/java/wrapper/Converter.java on lines 243..248

        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 40.

        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 2 locations. Consider refactoring.
        Open

                    try {
                        this.tmp = Files.createDirectories(path);
                    } catch (IOException e) {
                        Logger.error("Could not create tmp directory {}", path);
                        Logger.error(e);
        Severity: Minor
        Found in lib/md-to-json/src/main/java/wrapper/Converter.java and 1 other location - About 30 mins to fix
        lib/md-to-json/src/main/java/wrapper/Converter.java on lines 251..256

        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 40.

        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

        Identifier 'footnote' is never reassigned; use 'const' instead of 'let'.
        Open

                        let footnote: { ref: string, count: number } = this.footnotes.get(this.footnote);

        Rule: prefer-const

        Requires that variable declarations use const instead of let and var if possible.

        If a variable is only assigned to once when it is declared, it should be declared using 'const'

        Notes
        • Has Fix

        Config

        An optional object containing the property "destructuring" with two possible values:

        • "any" (default) - If any variable in destructuring can be const, this rule warns for those variables.
        • "all" - Only warns if all variables in destructuring can be const.
        Examples
        "prefer-const": true
        "prefer-const": true,[object Object]
        Schema
        {
          "type": "object",
          "properties": {
            "destructuring": {
              "type": "string",
              "enum": [
                "all",
                "any"
              ]
            }
          }
        }

        For more information see this page.

        file should end with a newline
        Open

        }

        Rule: eofline

        Ensures the file ends with a newline.

        Fix for single-line files is not supported.

        Rationale

        It is a standard convention to end files with a newline.

        Notes
        • Has Fix

        Config

        Not configurable.

        Examples
        "eofline": true

        For more information see this page.

        trailing whitespace
        Open

        }

        Rule: no-trailing-whitespace

        Disallows trailing whitespace at the end of a line.

        Rationale

        Keeps version control diffs clean as it prevents accidental whitespace from being committed.

        Notes
        • Has Fix

        Config

        Possible settings are:

        • "ignore-template-strings": Allows trailing whitespace in template strings.
        • "ignore-comments": Allows trailing whitespace in comments.
        • "ignore-jsdoc": Allows trailing whitespace only in JSDoc comments.
        • "ignore-blank-lines": Allows trailing whitespace on empty lines.
        Examples
        "no-trailing-whitespace": true
        "no-trailing-whitespace": true,ignore-comments
        "no-trailing-whitespace": true,ignore-jsdoc
        Schema
        {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "ignore-comments",
              "ignore-jsdoc",
              "ignore-template-strings",
              "ignore-blank-lines"
            ]
          }
        }

        For more information see this page.

        " should be '
        Open

        } from "@angular/core";

        Rule: quotemark

        Enforces quote character for string literals.

        Notes
        • Has Fix

        Config

        Five arguments may be optionally provided:

        • "single" enforces single quotes.
        • "double" enforces double quotes.
        • "backtick" enforces backticks.
        • "jsx-single" enforces single quotes for JSX attributes.
        • "jsx-double" enforces double quotes for JSX attributes.
        • "avoid-template" forbids single-line untagged template strings that do not contain string interpolations. Note that backticks may still be used if "avoid-escape" is enabled and both single and double quotes are present in the string (the latter option takes precedence).
        • "avoid-escape" allows you to use the "other" quotemark in cases where escaping would normally be required. For example, [true, "double", "avoid-escape"] would not report a failure on the string literal 'Hello "World"'.
        Examples
        "quotemark": true,single,avoid-escape,avoid-template
        "quotemark": true,single,jsx-double
        Schema
        {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "single",
              "double",
              "backtick",
              "jsx-single",
              "jsx-double",
              "avoid-escape",
              "avoid-template"
            ]
          },
          "minLength": 0,
          "maxLength": 5
        }

        For more information see this page.

        The selector should be kebab-cased and include a dash (https://angular.io/guide/styleguide#style-05-02)
        Open

            selector: 'pitem',

        Rule: component-selector

        Component selectors should follow given naming rules.

        See more at https://angular.io/guide/styleguide#style-02-07, https://angular.io/guide/styleguide#style-05-02 and https://angular.io/guide/styleguide#style-05-03.

        Rationale
        • Consistent conventions make it easy to quickly identify and reference assets of different types.
        • Makes it easier to promote and share the component in other apps.
        • Components are easy to identify in the DOM.
        • Keeps the element names consistent with the specification for Custom Elements.
        • Components have templates containing HTML and optional Angular template syntax.
        • They display content. Developers place components on the page as they would native HTML elements and WebComponents.
        • It is easier to recognize that a symbol is a component by looking at the template's HTML.
        Notes
        • TypeScript Only

        Config

        Options accept three obligatory items as an array: 1. element or attribute forces components to be used as either elements, attributes, or both (not recommended) 2. A single prefix (string) or array of prefixes (strings) which have to be used in component selectors. 3. kebab-case or camelCase allows you to pick a case.

        Examples
        "component-selector": true,element,my-prefix,kebab-case
        "component-selector": true,element,ng,ngx,kebab-case
        "component-selector": true,attribute,myPrefix,camelCase
        "component-selector": true,element,attribute,myPrefix,camelCase
        Schema
        {
          "items": [
            {
              "enum": [
                "attribute",
                "element"
              ]
            },
            {
              "oneOf": [
                {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                {
                  "type": "string"
                }
              ]
            },
            {
              "enum": [
                "camelCase",
                "kebab-case"
              ]
            }
          ],
          "maxLength": 3,
          "minLength": 3,
          "type": "array"
        }

        For more information see this page.

        Type boolean trivially inferred from a boolean literal, remove type annotation
        Open

            @Input() latexEnableTooltips: boolean = false;

        Rule: no-inferrable-types

        Disallows explicit type declarations for variables or parameters initialized to a number, string, or boolean.

        Rationale

        Explicit types where they can be easily inferred by the compiler make code more verbose.

        Notes
        • TypeScript Only
        • Has Fix

        Config

        Two arguments may be optionally provided:

        • ignore-params allows specifying an inferrable type annotation for function params. This can be useful when combining with the typedef rule.
        • ignore-properties allows specifying an inferrable type annotation for class properties.
        Examples
        "no-inferrable-types": true
        "no-inferrable-types": true,ignore-params
        "no-inferrable-types": true,ignore-params,ignore-properties
        Schema
        {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "ignore-params",
              "ignore-properties"
            ]
          },
          "minLength": 0,
          "maxLength": 2
        }

        For more information see this page.

        " should be '
        Open

        import { SelectModule } from "ng2-select";

        Rule: quotemark

        Enforces quote character for string literals.

        Notes
        • Has Fix

        Config

        Five arguments may be optionally provided:

        • "single" enforces single quotes.
        • "double" enforces double quotes.
        • "backtick" enforces backticks.
        • "jsx-single" enforces single quotes for JSX attributes.
        • "jsx-double" enforces double quotes for JSX attributes.
        • "avoid-template" forbids single-line untagged template strings that do not contain string interpolations. Note that backticks may still be used if "avoid-escape" is enabled and both single and double quotes are present in the string (the latter option takes precedence).
        • "avoid-escape" allows you to use the "other" quotemark in cases where escaping would normally be required. For example, [true, "double", "avoid-escape"] would not report a failure on the string literal 'Hello "World"'.
        Examples
        "quotemark": true,single,avoid-escape,avoid-template
        "quotemark": true,single,jsx-double
        Schema
        {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "single",
              "double",
              "backtick",
              "jsx-single",
              "jsx-double",
              "avoid-escape",
              "avoid-template"
            ]
          },
          "minLength": 0,
          "maxLength": 5
        }

        For more information see this page.

        " should be '
        Open

        import { GenericTableComponent } from "./generic-table/generic-table.component";

        Rule: quotemark

        Enforces quote character for string literals.

        Notes
        • Has Fix

        Config

        Five arguments may be optionally provided:

        • "single" enforces single quotes.
        • "double" enforces double quotes.
        • "backtick" enforces backticks.
        • "jsx-single" enforces single quotes for JSX attributes.
        • "jsx-double" enforces double quotes for JSX attributes.
        • "avoid-template" forbids single-line untagged template strings that do not contain string interpolations. Note that backticks may still be used if "avoid-escape" is enabled and both single and double quotes are present in the string (the latter option takes precedence).
        • "avoid-escape" allows you to use the "other" quotemark in cases where escaping would normally be required. For example, [true, "double", "avoid-escape"] would not report a failure on the string literal 'Hello "World"'.
        Examples
        "quotemark": true,single,avoid-escape,avoid-template
        "quotemark": true,single,jsx-double
        Schema
        {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "single",
              "double",
              "backtick",
              "jsx-single",
              "jsx-double",
              "avoid-escape",
              "avoid-template"
            ]
          },
          "minLength": 0,
          "maxLength": 5
        }

        For more information see this page.

        The selector should be kebab-cased and include a dash (https://angular.io/guide/styleguide#style-05-02)
        Open

            selector: 'pcard',

        Rule: component-selector

        Component selectors should follow given naming rules.

        See more at https://angular.io/guide/styleguide#style-02-07, https://angular.io/guide/styleguide#style-05-02 and https://angular.io/guide/styleguide#style-05-03.

        Rationale
        • Consistent conventions make it easy to quickly identify and reference assets of different types.
        • Makes it easier to promote and share the component in other apps.
        • Components are easy to identify in the DOM.
        • Keeps the element names consistent with the specification for Custom Elements.
        • Components have templates containing HTML and optional Angular template syntax.
        • They display content. Developers place components on the page as they would native HTML elements and WebComponents.
        • It is easier to recognize that a symbol is a component by looking at the template's HTML.
        Notes
        • TypeScript Only

        Config

        Options accept three obligatory items as an array: 1. element or attribute forces components to be used as either elements, attributes, or both (not recommended) 2. A single prefix (string) or array of prefixes (strings) which have to be used in component selectors. 3. kebab-case or camelCase allows you to pick a case.

        Examples
        "component-selector": true,element,my-prefix,kebab-case
        "component-selector": true,element,ng,ngx,kebab-case
        "component-selector": true,attribute,myPrefix,camelCase
        "component-selector": true,element,attribute,myPrefix,camelCase
        Schema
        {
          "items": [
            {
              "enum": [
                "attribute",
                "element"
              ]
            },
            {
              "oneOf": [
                {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                {
                  "type": "string"
                }
              ]
            },
            {
              "enum": [
                "camelCase",
                "kebab-case"
              ]
            }
          ],
          "maxLength": 3,
          "minLength": 3,
          "type": "array"
        }

        For more information see this page.

        Severity
        Category
        Status
        Source
        Language