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 207913

Summary: Search in Editor and Search in Files are not consistent.
Product: utilities Reporter: Milutin Kristofic <mkristofic>
Component: SearchAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Message Log
Message Log (continued)
Message Log (continued and ending)

Description Milutin Kristofic 2012-01-30 13:52:37 UTC
Search in Editor (no regexp) is using characters *, ? as normal characters, you don't need to escape them.

Search in Files (no regexp) is using characters *, ? as one or many characters and if you want use exactly *, ? you need to escape them.

This is not consistent. There can be surprises when you replace in files.
Comment 1 maxevron 2012-03-06 13:49:30 UTC
Created attachment 116395 [details]
Message Log

As asked with ticket #209202, messages.log attached. Some other to follow
Comment 2 maxevron 2012-03-06 13:50:11 UTC
Created attachment 116396 [details]
Message Log (continued)
Comment 3 maxevron 2012-03-06 13:50:33 UTC
Created attachment 116397 [details]
Message Log (continued and ending)
Comment 4 maxevron 2012-03-06 13:55:18 UTC
Sorry, wrong bug. Do not take messages.log files above into account, they refere to bug #207903 (not #207913)
Comment 5 Jaroslav Havlin 2013-05-17 15:29:31 UTC
Fixed in bug 224328.
Thank you for reporting it.