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

Key: IDEADEV-23545
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Ant integration: refactor / rename property incorrectly updates a string with several property references

Created: 29 Nov 07 17:31   Updated: 29 Nov 07 17:31
Component/s: Ant Integration
Fix Version/s: None

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

Build: 8,035


 Description  « Hide
Get an ant script like:
<project name="zapusk" default="main">
	<target name="main">
	  <property name="p-name" value="p-value"/>
	  <echo message="The first entry: ${p-name}. The second entry: ${p-name}. The tail."/>
	</target>
</project>

Refactor / rename p-name to a name of different length (e.g. "p-name-renamed"). The string with several property usages is destroyed:
<echo message="The first entry: ${p-name-renamed}. The second ep-name-renamed${p-name}. The tail."/>



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