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 175886 - rename getter/setter does not update JSP
Summary: rename getter/setter does not update JSP
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 173299
  Show dependency tree
 
Reported: 2009-11-01 22:18 UTC by muellermi
Modified: 2014-01-06 13:03 UTC (History)
2 users (show)

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 2009-11-01 22:18:27 UTC
Renaming a method, especially a getter / setter will rename this in every java source but not in corresponding web
pages. Thus, all references from jsp/facelets are broken.
I don't know, whether this is a bug or just a missing feature. ;-)
Comment 1 Petr Jiricka 2009-11-16 06:04:57 UTC
Basically a missing feature, changing to ENHANCEMENT.
Comment 2 muellermi 2014-01-06 12:13:21 UTC
Such a feature is available for Faclets since version 7.2 or 7.3
I haven't checked for outdated JSP technology. But IMHO this issue may be closed now.
Comment 3 Martin Fousek 2014-01-06 13:03:18 UTC
According to the New&Noteworthy document looks to be implemented since nb7.0:
http://wiki.netbeans.org/NewAndNoteworthyNB70#Expression_Language

Works well in Facelets and JSPs on expressions.