creative-connections/Bodylight.js-Components

View on GitHub

Showing 684 of 684 total issues

Function detached has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    detached() {
        this.stop();
        if (this.inputids.length > 0) {
            for (let myid of this.inputids) {
                const myidel = document.getElementById(myid);
Severity: Minor
Found in src_aurelia-bodylight-plugin/src/elements/remote-value.js - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function unbind has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    unbind() {
        this.subscription.dispose();
        this.subsendanswer.dispose();
        this.subprocessanswer.dispose();
        if (this.listen) {
Severity: Minor
Found in src_aurelia-bodylight-plugin/src/elements/fb-config.js - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function instantiate has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

  instantiate() {
    console.log('fmi instantiate()');
    //first define FMI API function names;
    const sReset = 'fmi2Reset';
    const sInstantiate = 'fmi2Instantiate';
Severity: Minor
Found in src_aurelia-bodylight-plugin/src/elements/fmi.js - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function listenFor3Messages has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    listenFor3Messages() {
        this.showbutton3 = true;
        const messagesRef = ref(this.database, this.listen3); //answers
        // Define the listener as an arrow function and store it
        this.messagesListener = snapshot => {
Severity: Minor
Found in src_aurelia-bodylight-plugin/src/elements/fb-config.js - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Severity
Category
Status
Source
Language