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 251988 - Go To Symbol works wrongly with '?' symbol
Summary: Go To Symbol works wrongly with '?' symbol
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2015-04-22 13:04 UTC by soldatov
Modified: 2015-04-23 14:50 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 soldatov 2015-04-22 13:04:27 UTC
Scenario:
- Create Quote project
- Push Navigate|Go to Symbol... menu item
- Type '?et'
==> I see a lot of items
- Add 'Type'
==> 'No Symbols Found' message appears. But I expect to see 'GetType' method

Latest good build is "NetBeans Platform Dev (Build 201504150001) (#c722477feb51)"
Comment 1 Vladimir Voskresensky 2015-04-22 18:34:14 UTC
Tomas, please, have a look at recent regression
Comment 2 Tomas Zezula 2015-04-23 14:50:42 UTC
Fixed jet-main c3d158bb1deb

The Go To Symbol tested camel case before regexp.
As the CamelCase was extended to be able to start with anything it was selected.