Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 275c473321b07b090994d83b409acb18b849bf14
https://github.com/Teiid-Designer/teiid-designer/commit/275c473321b07b090...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-11-28 (Thu, 28 Nov 2013)
Changed paths:
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/RefactorResourcesUtils.java
Log Message:
-----------
TEIIDDES-1956: Refactor not refactoring some references
* To minimise edits in the refactored dependent models, a prefix is
prepended to the text being replaced in SQL statements. These prefixes
consist of punctuation marks commonly preceding model names in such
statements, such as spaces, commas etc...
* The opening bracket needs to be included if the model name
to-be-refactored is used in a function, eg. convert(Model.blah.id...)