Skip to content

Branch Edge Merge After Node Deletion#1072

Merged
ffrose merged 2 commits into
buerokratt:devfrom
1AhmedYasser:Branch-Edge-Merge-After-Node-Deletion
Jun 15, 2026
Merged

Branch Edge Merge After Node Deletion#1072
ffrose merged 2 commits into
buerokratt:devfrom
1AhmedYasser:Branch-Edge-Merge-After-Node-Deletion

fix(1059): Fixed format

26fbb00
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis failed Jun 12, 2026 in 45s

Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Annotations

Check warning on line 160 in GUI/src/hooks/flow/useOnNodeDelete.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

`uniqueDescendantIds` should be a `Set`, and use `uniqueDescendantIds.has()` to check existence or non-existence.

See more on https://sonarcloud.io/project/issues?id=buerokratt_Service-Module&issues=AZ67shyBNFGdBggtix5g&open=AZ67shyBNFGdBggtix5g&pullRequest=1072

Check warning on line 117 in GUI/src/hooks/flow/useOnNodeDelete.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

`connectedNodeIds` should be a `Set`, and use `connectedNodeIds.has()` to check existence or non-existence.

See more on https://sonarcloud.io/project/issues?id=buerokratt_Service-Module&issues=AZ67shyBNFGdBggtix5e&open=AZ67shyBNFGdBggtix5e&pullRequest=1072

Check warning on line 152 in GUI/src/hooks/flow/useOnNodeDelete.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Do not call `Array#push()` multiple times.

See more on https://sonarcloud.io/project/issues?id=buerokratt_Service-Module&issues=AZ67shyBNFGdBggtix5f&open=AZ67shyBNFGdBggtix5f&pullRequest=1072