Skip to content

sdd sql queries for complex traversal, keep Common tags disabled

fe88404
Select commit
Loading
Failed to load commit list.
Open

design and implementation plan #3410

sdd sql queries for complex traversal, keep Common tags disabled
fe88404
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 12, 2026 in 0s

5 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 5
           

Complexity increasing per file
==============================
- engine/src/test/java/performance/GraphBenchmark.java  119
         

See the complete overview on Codacy

Annotations

Check notice on line 70 in engine/src/test/java/performance/GraphBenchmark.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/test/java/performance/GraphBenchmark.java#L70

The class name 'GraphBenchmark' doesn't match '^Test.*$|^[A-Z][a-zA-Z0-9]*Test(s|Case)?$'

Check notice on line 176 in engine/src/test/java/performance/GraphBenchmark.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/test/java/performance/GraphBenchmark.java#L176

The JUnit 5 test method name 'phase1_verifyGraphIntegrity' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 207 in engine/src/test/java/performance/GraphBenchmark.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/test/java/performance/GraphBenchmark.java#L207

The JUnit 5 test method name 'phase2_lookups' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 233 in engine/src/test/java/performance/GraphBenchmark.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/test/java/performance/GraphBenchmark.java#L233

The JUnit 5 test method name 'phase3_simpleTraversals' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 259 in engine/src/test/java/performance/GraphBenchmark.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

engine/src/test/java/performance/GraphBenchmark.java#L259

The JUnit 5 test method name 'phase4_complexTraversals' doesn't match '[a-z][a-zA-Z0-9]*'