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 133372 - "Go to file" pattern matching strange behaviour
Summary: "Go to file" pattern matching strange behaviour
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker with 1 vote (vote)
Assignee: Petr Hrebejk
URL: http://wiki.netbeans.org/TS_60_Java#s...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 23:33 UTC by haupto1
Modified: 2009-05-19 18:39 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 haupto1 2008-04-20 23:33:38 UTC
http://wiki.netbeans.org/TS_60_Java#section-TS_60_Java-TestSuiteGoToNavigation
test9

"Go to file" searching behaviour is different from "Go to type" behaviour. If pattern "main" is written, results
matching "main*" are returned. But pattern "m?in" doesn't correspond to "m?in*" as I expected after previous test, but
it returns only results with the exactly same name except one character on the question mark position (really "m?in"
without star at the end).
Comment 1 holub 2009-05-15 08:47:48 UTC
pattern "*ain" also doesn't return anything
Comment 2 Andrey Yamkovoy 2009-05-19 08:55:04 UTC
Fixed in the trunk.
Comment 3 Quality Engineering 2009-05-19 18:39:42 UTC
Integrated into 'main-golden', will be available in build *200905191401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b656b0a45a6a
User: Andrey Yamkovoy <kaktus@netbeans.org>
Log: Fix for #133372 - "Go to file" pattern matching strange behaviour