We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3292ba6 commit 7f01afbCopy full SHA for 7f01afb
jacodb-analysis/src/main/kotlin/org/jacodb/analysis/graph/JcApplicationGraphImpl.kt
@@ -26,7 +26,7 @@ import org.jacodb.impl.features.SyncUsagesExtension
26
/**
27
* Possible we will need JcRawInst instead of JcInst
28
*/
29
-class JcApplicationGraphImpl(
+open class JcApplicationGraphImpl(
30
override val classpath: JcClasspath,
31
private val usages: SyncUsagesExtension
32
) : JcApplicationGraph {
0 commit comments