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

Summary: Go To Symbol works wrongly with '?' symbol
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.