[ https://issues.apache.org/jira/browse/NETBEANS-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774482#comment-16774482 ]
Kevin Hallenbeck commented on NETBEANS-1413: -------------------------------------------- Any updates here? Has anyone looked at this? > Code Model: Wrong type when declaring multiple structs with a macro > ------------------------------------------------------------------- > > Key: NETBEANS-1413 > URL: https://issues.apache.org/jira/browse/NETBEANS-1413 > Project: NetBeans > Issue Type: Bug > Components: cnd - Code Model > Reporter: Kevin Hallenbeck > Priority: Minor > Attachments: netbeans_struct_macro.png, test.c > > > Migrated issue from old issue tracker: > [https://netbeans.org/bugzilla/show_bug.cgi?id=270898] > When declaring multiple structures in the same macro, the code model > incorrectly types all structures as the last used type. Example below. > All of the following have the type MsgC, when they should be MsgA/MsgB/MsgC. > {code:java} > list2_.aaa.msg.a > list2_.bbb.msg.b > list2_.ccc.msg.c{code} > !netbeans_struct_macro.png! -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists