Skip to content

Commit 1a0fb7e

Browse files
Added annotation default value copy (#214)
1 parent 4102540 commit 1a0fb7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class MethodNodeBuilder(
104104
mn.invisibleAnnotations = invisibleAnnotations
105105
mn.invisibleTypeAnnotations = invisibleTypeAnnotations
106106
mn.invisibleParameterAnnotations = invisibleParameterAnnotations
107+
mn.annotationDefault = annotationDefault
107108

108109
// this two line of code relies on labels in method body properly organized.
109110

0 commit comments

Comments
 (0)