sruehl commented on a change in pull request #230:
URL: https://github.com/apache/plc4x/pull/230#discussion_r596840449
##########
File path:
build-utils/language-c/src/main/java/org/apache/plc4x/language/c/CLanguageTemplateHelper.java
##########
@@ -178,33 +178,44 @@ public boolean
requiresPointerAccess(ComplexTypeDefinition typeDefinition, Strin
*/
@Override
public String getLanguageTypeNameForTypeReference(TypeReference
typeReference) {
+ System.out.println("Type Reference " + typeReference.getClass());
Review comment:
(the fix is contained in my mega review below 😉 )
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]