Skip to content

feat(detector): SQL/migration detector + SQL_ENTITY NodeKind (#48)#57

Merged
aksOps merged 1 commit into
mainfrom
feat/sql-migration-detector
Apr 23, 2026
Merged

feat(detector): SQL/migration detector + SQL_ENTITY NodeKind (#48)#57
aksOps merged 1 commit into
mainfrom
feat/sql-migration-detector

feat(detector): SQL/migration detector + SQL_ENTITY NodeKind (#48)

d407dd7
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis failed Apr 23, 2026 in 38s

Quality Gate failed

Failed conditions
2 Security Hotspots
C Reliability 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 149 in src/main/java/io/github/randomcodespace/iq/detector/sql/SqlMigrationDetector.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Refactor this repetition that can lead to a stack overflow for large inputs.

See more on https://sonarcloud.io/project/issues?id=RandomCodeSpace_code-iq&issues=AZ26meNYDZozTOF3OmgC&open=AZ26meNYDZozTOF3OmgC&pullRequest=57

Check warning on line 324 in src/main/java/io/github/randomcodespace/iq/detector/sql/SqlMigrationDetector.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Reduce the total number of break and continue statements in this loop to use at most one.

See more on https://sonarcloud.io/project/issues?id=RandomCodeSpace_code-iq&issues=AZ26meNYDZozTOF3OmgA&open=AZ26meNYDZozTOF3OmgA&pullRequest=57

Check warning on line 293 in src/main/java/io/github/randomcodespace/iq/detector/sql/SqlMigrationDetector.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Reduce the total number of break and continue statements in this loop to use at most one.

See more on https://sonarcloud.io/project/issues?id=RandomCodeSpace_code-iq&issues=AZ26meNYDZozTOF3Omf_&open=AZ26meNYDZozTOF3Omf_&pullRequest=57

Check warning on line 148 in src/main/java/io/github/randomcodespace/iq/detector/sql/SqlMigrationDetector.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Simplify this regular expression to reduce its complexity from 27 to the 20 allowed.

See more on https://sonarcloud.io/project/issues?id=RandomCodeSpace_code-iq&issues=AZ26meNYDZozTOF3OmgF&open=AZ26meNYDZozTOF3OmgF&pullRequest=57

Check warning on line 146 in src/main/java/io/github/randomcodespace/iq/detector/sql/SqlMigrationDetector.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Refactor this repetition that can lead to a stack overflow for large inputs.

See more on https://sonarcloud.io/project/issues?id=RandomCodeSpace_code-iq&issues=AZ26meNYDZozTOF3OmgB&open=AZ26meNYDZozTOF3OmgB&pullRequest=57