Phillippko commented on code in PR #5816:
URL: https://github.com/apache/ignite-3/pull/5816#discussion_r2099928403


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/asm/InnerNodeAsmGenerator.java:
##########
@@ -1188,19 +1189,25 @@ private void addNodeConstructMethod(
                 );
 
                 // this.changePolymorphicTypeId(src == null ? null : 
src.unwrap(FieldType.class));
-                switchBuilder.addCase(
-                        publicName,
-                        new BytecodeBlock()
-                                .append(constructMtd.getThis())
-                                .append(getTypeIdFromSrcVar)
-                                .invokeVirtual(changePolymorphicTypeIdMtd)
-                                .ret()
-                );
+                BytecodeBlock ret = new BytecodeBlock()

Review Comment:
   Removed byte blocks variables to avoid reusing them



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to