maksaska commented on code in PR #12200: URL: https://github.com/apache/ignite/pull/12200#discussion_r2245678438
########## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ########## @@ -620,6 +658,16 @@ private TypeMirror type(String clazz) { return typeElement != null ? typeElement.asType() : null; } + /** */ + private TypeMirror erasedType(Class<?> cls) { Review Comment: Agree. Removed it ########## modules/codegen2/src/main/java/org/apache/ignite/internal/MessageSerializerGenerator.java: ########## @@ -514,6 +537,21 @@ private String messageCollectionItemType(TypeMirror type) throws Exception { return "MSG"; } + /** + * @param type Type. + * @return true if the given type is a boxed primitive. + */ + private boolean isBoxedType(TypeMirror type) { Review Comment: Done -- 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