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 194771 - Navigator search is not consistent with Java
Summary: Navigator search is not consistent with Java
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2011-01-27 13:13 UTC by Egor Ushakov
Modified: 2011-02-05 00:18 UTC (History)
1 user (show)

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 Egor Ushakov 2011-01-27 13:13:49 UTC
In CND search in Navigator stops on elements which names <b>start</b> with the string entered, where java navigator stops on elements which names <b>contains</b> the string entered.
E.g. if user wants to find all methods working with state and enters "state" in search field it finds nothing, while class may have getState and setState methods.
Comment 1 Vladimir Voskresensky 2011-01-27 20:40:02 UTC
the same for other navigators (i.e. xml based)
Comment 2 Vladimir Voskresensky 2011-01-27 20:59:04 UTC
http://hg.netbeans.org/cnd-main?cmd=changeset;node=62c3e25e1c71
Comment 3 Quality Engineering 2011-01-28 06:06:16 UTC
Integrated into 'main-golden', will be available in build *201101280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/62c3e25e1c71
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #194771 -  Navigator search is not consistent with Java
Comment 4 nbphpuser 2011-02-04 19:34:26 UTC
Is this related to https://netbeans.org/bugzilla/show_bug.cgi?id=186005 ?
If so, could it be fixed too?

Sorry, not sure what CND is...
Comment 5 Vladimir Voskresensky 2011-02-05 00:18:27 UTC
(In reply to comment #4)
> Is this related to https://netbeans.org/bugzilla/show_bug.cgi?id=186005 ?
It's not related, but you can create link in the above issue to this issue or directly to
http://hg.netbeans.org/main/rev/62c3e25e1c71
 => responsible developer can see how to fix it for PHP as well.
> If so, could it be fixed too?
I can fix it, but it's not good style when one team is touching code of other team, so I'd suggest you to create patch and it will be integrated by responsible team.

> 
> Sorry, not sure what CND is...
C/C++ Native Development part or NetBeans.