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 204151 - [71cat] Find usages doesn't find usage in validator
Summary: [71cat] Find usages doesn't find usage in validator
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 11:45 UTC by muellermi
Modified: 2016-07-07 08:54 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 muellermi 2011-10-24 11:45:24 UTC
Product Version = NetBeans IDE Dev (Build 201110200600)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

Java class:
@FacesValidator(value="EmailValidator!")
public class EmailValidator implements Validator{

Page:
<f:validator validatorId="EmailValidator"/>

Find usages for class EmailValidator finds its usages withing Java source, but doesn't find it withing the page. 
(on the other hand: find usages for methods works in pages)
Comment 1 Marek Fukala 2011-10-26 13:46:08 UTC
Thank you filling the issue. This is however never worked, it's an enhancement. So far only find usages on EL expressions works to some extent.
Comment 2 Martin Balin 2016-07-07 08:54:50 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss