Skip to content

Add BDVLensingExample

f36ea47
Select commit
Loading
Failed to load commit list.
Open

manvr3d improvement sprint v0.4 #823

Add BDVLensingExample
f36ea47
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 28, 2026 in 0s

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

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

Issues
======
- Added 3
           

Complexity increasing per file
==============================
- src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt  13
         

Clones added
============
- src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt  5
         

See the complete overview on Codacy

Annotations

Check warning on line 41 in src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt

See this annotation in the file changed.

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

src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt#L41

The function init is too long (74). The maximum length is 60.

Check notice on line 167 in src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt

See this annotation in the file changed.

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

src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt#L167

Companion is missing required documentation.

Check notice on line 169 in src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt

See this annotation in the file changed.

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

src/test/kotlin/graphics/scenery/tests/examples/volumes/BDVLensingExample.kt#L169

The function main is missing documentation.