diff --git a/jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt b/jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt index 483cd349c..595b5a424 100644 --- a/jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt +++ b/jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt @@ -104,6 +104,7 @@ class MethodNodeBuilder( mn.invisibleAnnotations = invisibleAnnotations mn.invisibleTypeAnnotations = invisibleTypeAnnotations mn.invisibleParameterAnnotations = invisibleParameterAnnotations + mn.annotationDefault = annotationDefault // this two line of code relies on labels in method body properly organized.