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 87573 - Hyperlinking works incorrectly with functions parameters
Summary: Hyperlinking works incorrectly with functions parameters
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-19 23:21 UTC by Andrew Krasny
Modified: 2008-10-13 19:02 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 Andrew Krasny 2006-10-19 23:21:17 UTC
To reproduce go to declaration of 'data' parameter of function f.


#include <stdlib.h>

struct s {
    int data;
};

void f(int data) {
    
}

int main(int argc, char** argv) {
    
    return (EXIT_SUCCESS);
}
Comment 1 Alexey Vladykin 2008-10-13 19:02:28 UTC
Not reproducible any more. Fixed long ago.