JensKrumsieck/ChemSharp

View on GitHub
ChemSharp.Molecules.Blazor/assets/src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function addBond has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function addBond(x: number, y: number, z: number, qx: number, qy: number, qz: number, qw: number, length: number) {
Severity: Major
Found in ChemSharp.Molecules.Blazor/assets/src/index.ts - About 1 hr to fix

    Function addAtom has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    export function addAtom(name: string, symbol: string, x: number, y: number, z: number, radius: number, color: string) {
    Severity: Major
    Found in ChemSharp.Molecules.Blazor/assets/src/index.ts - About 50 mins to fix

      There are no issues that match your filters.

      Category
      Status