This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 136896 - Keyword 'struct' in a type cast breaks hyper link
Summary: Keyword 'struct' in a type cast breaks hyper link
Status: RESOLVED DUPLICATE of bug 92198
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 11:33 UTC by Alexander Simon
Modified: 2008-06-23 12:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2008-06-10 11:33:11 UTC
Keyword 'struct' in a type cast breaks hyper link
Code example:
----------------------------
typedef struct ehci_state {
    int *ehci_itd_pool_addr;
} ehci_state_t;
void foo(void* x){
    ((ehci_state*)x)->ehci_itd_pool_addr;
    ((struct ehci_state*)x)->ehci_itd_pool_addr;
}
----------------------------
Hyper links on the "ehci_itd_pool_addr" in the function should work in the both cases.
Comment 1 Alexander Simon 2008-06-10 11:54:06 UTC
see also IZ#136816
Comment 2 nnnnnk 2008-06-23 12:19:17 UTC

*** This issue has been marked as a duplicate of 92198 ***