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 177197 - [70cat] Show configuration deprecated tags in faces-config.xml
Summary: [70cat] Show configuration deprecated tags in faces-config.xml
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 06:41 UTC by host
Modified: 2016-07-07 08:53 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 host 2009-11-19 06:41:58 UTC
I have updated my webapplication from JSF 1.1 to 1.2 and accordingly also the faces-config.xml.

When I open the updated faces-config.xml in Eclipse, it showed me that "variable-resolver" is deprecated.

My example: I used to have "<variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>"

which I changed (when the above was highlighted to be deprecated) to "<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>"

It would be nice if such deprecations could be shown in NetBeans as well! 
(This might well apply to other configurations, so this issue should be re-assigned if needed.)
Comment 1 Martin Balin 2016-07-07 08:53:20 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