Details
Description
in parseGroup method in Message.java - it checks if it's parsing the first field and sets it. But if this is a group groupDataDictionary.isGroup(msgType, field.getField()), the group parsing never happens. Adding the following code after "previousOffset = -1;" resolves the issue:
if (groupDataDictionary.isGroup(msgType, field.getField()))
Attachments
Issue Links
- is duplicated by
-
QFJ-732 Unable to parse messages when the first tag inside the group is another group
- Closed