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 253232 - Declarative hint should match member references
Summary: Declarative hint should match member references
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 253042
  Show dependency tree
 
Reported: 2015-06-29 09:24 UTC by Ralph Ruijs
Modified: 2015-07-31 06:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2015-06-29 09:24:42 UTC
Currently I'm not able to match a member reference as the :: is used for the constraints.

I would like to do:
    A::new($1) :: $1 instanceof java.lang.String => A::create;;