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

Summary: Hyperlinking works incorrectly with functions parameters
Product: cnd Reporter: Andrew Krasny <akrasny>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.