Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Length Type Keyword #876

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

add test for Long Range instead of only testing Int Range

a60f69b
Select commit
Loading
Failed to load commit list.
Draft

Introduce Length Type Keyword #876

add test for Long Range instead of only testing Int Range
a60f69b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Jul 24, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 115 in codyze-backends/cpg/src/test/kotlin/de/fraunhofer/aisec/codyze/backends/cpg/coko/dsl/ImplementationDslTest.kt

See this annotation in the file changed.

Code scanning / detekt

Using `Array<Primitive>` leads to implicit boxing and a performance hit. Warning test

Using Array<Primitive> leads to implicit boxing and a performance hit.

Check warning on line 144 in codyze-backends/cpg/src/test/kotlin/de/fraunhofer/aisec/codyze/backends/cpg/coko/dsl/ImplementationDslTest.kt

See this annotation in the file changed.

Code scanning / detekt

Using `Array<Primitive>` leads to implicit boxing and a performance hit. Warning test

Using Array<Primitive> leads to implicit boxing and a performance hit.