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 4102540 commit 1a0fb7eCopy full SHA for 1a0fb7e
jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt
@@ -104,6 +104,7 @@ class MethodNodeBuilder(
104
mn.invisibleAnnotations = invisibleAnnotations
105
mn.invisibleTypeAnnotations = invisibleTypeAnnotations
106
mn.invisibleParameterAnnotations = invisibleParameterAnnotations
107
+ mn.annotationDefault = annotationDefault
108
109
// this two line of code relies on labels in method body properly organized.
110
0 commit comments