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 76194 - incorrect hyperlink when case insensitive code completion
Summary: incorrect hyperlink when case insensitive code completion
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-11 09:41 UTC by Vladimir Voskresensky
Modified: 2010-02-01 10:24 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 Vladimir Voskresensky 2006-05-11 09:41:31 UTC
class A {
    foo();
};

A a;

void boo() {
    a.foo();
}

when in options we have case insensitive code completion => hyperlink from "a"
in a.foo() jumps on class A instead of "A a;"
Comment 1 Vladimir Voskresensky 2006-09-11 11:35:04 UTC
fixed

CVS log:
Checking in ext/CsmCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/ext/CsmCompletionQuery.java,v
 <--  CsmCompletionQuery.java
new revision: 1.2.2.3; previous revision: 1.2.2.2
done
Checking in NbCsmCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/NbCsmCompletionQuery.java,v
 <--  NbCsmCompletionQuery.java
new revision: 1.2.2.2; previous revision: 1.2.2.1
done