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

String concat transformer #214

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Create package for transformers

81fcfcd
Select commit
Loading
Failed to load commit list.
Open

String concat transformer #214

Create package for transformers
81fcfcd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Sep 23, 2024 in 7s

No new alerts in code changed by this pull request

Annotations

Check warning on line 40 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcMultiDimArrayAllocationTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Reports incorrect argument list wrapping Warning

Argument should be on a separate line (unless all arguments can fit a single line)

Check warning on line 82 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcMultiDimArrayAllocationTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 97 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcMultiDimArrayAllocationTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 85 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 108 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 108 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Braces do not comply with the specified policy Warning

Inconsistent braces, make sure all branches either have or don't have braces.

Check warning on line 126 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 157 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma before ")"

Check warning on line 180 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Rule to mandate/forbid trailing commas at declaration sites Warning

Missing trailing comma and newline before "->"

Check warning on line 222 in usvm-jvm/src/main/kotlin/org/usvm/machine/interpreter/transformers/JcStringConcatTransformer.kt

See this annotation in the file changed.

Code scanning / detekt

Braces do not comply with the specified policy Warning

Inconsistent braces, make sure all branches either have or don't have braces.