Bug 159085 - [refactoring] refactor support for expression language inside jsp / jstl
Summary: [refactoring] refactor support for expression language inside jsp / jstl
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: jst.jsp CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-09-28 05:00 EDT by Leif Hanack CLA
Modified: 2013-07-18 14:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leif Hanack CLA 2006-09-28 05:00:40 EDT
When i rename getValue eclipse will detect the JSP-scriptlet but not the JSTL/EL scriplet.

Java Class X:
  public String getValue() { return "hello"; }

JSP:
  <%= x.getValue() %>

JSTL/EL:
  ${x.value}

Is it possible to evaluate the EL tags and perform the refactoring there either?

TIA, leif
Comment 1 Nitin Dahyabhai CLA 2007-09-20 04:38:33 EDT
In theory, yes (and it would be wonderful), but regrettably not something we'll be working on in 3.0.