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

Objects support #259

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

Objects support #259

wants to merge 4 commits into from

Conversation

CaelmBleidd
Copy link
Member

No description provided.

@@ -5,8 +5,10 @@
import org.jacodb.ets.base.EtsArrayAccess
import org.jacodb.ets.base.EtsAssignStmt
import org.jacodb.ets.base.EtsCallStmt
import org.jacodb.ets.base.EtsClassType

Check warning

Code scanning / detekt

Detects unused imports Warning

Unused import
@@ -22,8 +24,10 @@
import org.usvm.StepResult
import org.usvm.StepScope
import org.usvm.UInterpreter
import org.usvm.api.evalTypeEquals

Check warning

Code scanning / detekt

Detects unused imports Warning

Unused import
@@ -0,0 +1,17 @@
package org.usvm.machine.types

Check warning

Code scanning / detekt

Detects missing final newlines Warning

File must end with a newline (\n)
@@ -0,0 +1,17 @@
package org.usvm.machine.types

import com.jetbrains.rd.framework.util.RdCoroutineScope.Companion.override

Check warning

Code scanning / detekt

Detects unused imports Warning

Unused import
override fun <R> accept(visitor: EtsType.Visitor<R>): R {
error("Should not be called")
}
}

Check warning

Code scanning / detekt

Checks whether files end with a line separator. Warning

The file /home/runner/work/usvm/usvm/usvm-ts/src/main/kotlin/org/usvm/machine/types/AuxiliaryType.kt is not ending with a new line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant