Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Oct 22, 2019
1 parent 43843b9 commit 9d8d574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/org/jetbrains/research/kfg/ClassManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class ClassManager(jar: JarFile, val config: KfgConfig = KfgConfigBuilder().buil
classes[name] = when (name) {
in failedClasses -> OuterClass(this, ClassNode().also { it.name = name }).also { it.init() }
else -> ConcreteClass(this, classNodes.getValue(name)).also {
it.init()
it.methods.forEach { method ->
if (!method.isAbstract) CfgBuilder(this, method).build()
}
Expand Down

0 comments on commit 9d8d574

Please sign in to comment.