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

Key: IDEA-12170
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Thibaut
Votes: 1
Watchers: 3
Operations

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

Allow the "renaming" refactoring on properties to also change related properties

Created: 30 Mar 07 02:56   Updated: 30 Mar 07 13:55
Component/s: Refactoring

Build: 6
Severity: Medium


 Description  « Hide
ex :

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.immediateFlush=true
log4j.appender.console.target=System.out
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.conversionPattern=%c;%p;%t;%d;%m%n

If I decide to rename the property "log4j.appender.console" to "log4j.appender.myAppender" it does not rename all the following ones.

It could allow enlarging the scope of the renaming, probably best achieved using the confirmation window



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