History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-7086
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Taras Tielkes
Votes: 1
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

JSP EL expressions: support "Introduce variable" refactoring

Created: 19 Nov 05 01:30   Updated: 06 Nov 08 23:33
Component/s: J2EE.JSP, Refactoring
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 4,049
Severity: Medium


 Description  « Hide
Support extraction of EL expressions:

code (before):
--------------------------
${user.profile.name}
--------------------------

User selects "user.profile", chooses "Extract variable", gives name "profile".

code (after)
--------------------------
<c:set var="profile" value="${user.profile}"/>
${profile.name}
--------------------------

-Check for other occurances, and suggest to replace those



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.