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 153701 - [cc] [ti] CC for /regex/ not offering methods from Pattern
Summary: [cc] [ti] CC for /regex/ not offering methods from Pattern
Status: RESOLVED DUPLICATE of bug 152778
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-22 15:27 UTC by Lukas Jungmann
Modified: 2012-12-05 10:29 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 Lukas Jungmann 2008-11-22 15:27:56 UTC
since /regex/ (as well as ~"regex") is only a shortcut for an instance of java.util.regex.Pattern editor should be able
to recognize it and offer Pattern methods in code completion (at least for cases like "/regex/.|")
Comment 1 Petr Hejl 2008-11-22 15:32:58 UTC
Type inference related.
Comment 2 Petr Hejl 2009-05-20 11:06:01 UTC
This is improvement in fact..
Comment 3 Martin Janicek 2012-12-05 10:29:05 UTC

*** This bug has been marked as a duplicate of bug 152778 ***