[teiid-designer-dev] [Teiid-Designer/teiid-designer] a9d726: TEIIDDES-1701: Small bug fixes for refactoring fun...

Paul Richardson p.g.richardson at redhat.com
Fri May 10 11:33:07 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: a9d7260deb8eabbd81b8c6b90045841b1784c90c
      https://github.com/Teiid-Designer/teiid-designer/commit/a9d7260deb8eabbd81b8c6b90045841b1784c90c
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-05-10 (Fri, 10 May 2013)

  Changed paths:
    M plugins/org.teiid.designer.core/src/org/teiid/designer/core/refactor/RelatedResourceFinder.java
    M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/RefactorResourcesUtils.java
    M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/refactor/rename/RenameResourceRefactoring.java

  Log Message:
  -----------
  TEIIDDES-1701: Small bug fixes for refactoring functions

* RelatedResourceFinder
 * Typo for ALL relationship.

* RefactorResourceUtils
 * Caters for real possibility that a group name appears in an SQL statement
   line more than once, eg. SELECT SourceModel.ID, SourceModel.name, rather
   than only finding the first.

* RenameResourceRefactoring
 * Only if SQL edits have been added to the TextFileChange should it be
   added as a change. Otherwise, an empty change object is added and makes
   no sense.





More information about the teiid-designer-dev mailing list