design and implementation plan #3410
5 new issues (0 max.) of at least severity.
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
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
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
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
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
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]*'