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 189217 - EL Rename broken for more expressions inside a tag attribute
Summary: EL Rename broken for more expressions inside a tag attribute
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 16:18 UTC by Martin Schovanek
Modified: 2010-08-10 03:10 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 Martin Schovanek 2010-08-04 16:18:57 UTC
[#201008040001, jdk1.6, GF v3.0.1]

to reproduce:
-------------
1) have a EL like:
  <tag attr="#{cart.numberOfItems}#{cart.numberOfItems}"/>
2) open the Cart.java and rename getNumberOfItems() method to getNumberOfItems2()
ERROR: you get invalid:
  attr="#{cart.numberOfItems2numberOfItems2}#{cart.numberOfItems2numberOfItems2}"
Comment 1 Erno Mononen 2010-08-09 10:43:32 UTC
Good catch, will fix for M1.
Comment 2 Erno Mononen 2010-08-09 11:42:52 UTC
Fixed in 3ccdc53b133a.
Comment 3 Quality Engineering 2010-08-10 03:10:34 UTC
Integrated into 'main-golden', will be available in build *201008100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3ccdc53b133a
User: Erno Mononen <emononen@netbeans.org>
Log: #189217 - EL Rename broken for more expressions inside a tag attribute