[ https://issues.apache.org/jira/browse/YOKO-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492853 ]
Matteo Vescovi commented on YOKO-250: ------------------------------------- StructVisitor.visitStructMembers() method needs to account for multiple declarators in struct member declarations such as: struct myStruct { long myLong1, myLong2; }; Currently, myLong2 causes an exception to be thrown. This needs to be fixed. > Add support for IDL struct member multiple declarators > ------------------------------------------------------ > > Key: YOKO-250 > URL: https://issues.apache.org/jira/browse/YOKO-250 > Project: Yoko - CORBA Server > Issue Type: Sub-task > Components: Idl2Wsdl > Affects Versions: v1.0-incubating-M2 > Reporter: Matteo Vescovi > Assigned To: Matteo Vescovi > > Add support for <declarators> rules in <member> rule: > // <struct_type> ::= "struct" <identifier> "{" <member_list> "}" > // <member_list> ::= <member>+ > // <member> ::= <type_spec> <declarators> ";" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.