[teiid-designer-dev] [Teiid-Designer/teiid-designer] e1d4e4: TEIIDDES-1612: Fixes accumulation of inputs in tra...

Paul Richardson p.g.richardson at redhat.com
Thu Mar 7 07:27:18 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: e1d4e4301c32d5664ef7848bd04a125265f5de3a
      https://github.com/Teiid-Designer/teiid-designer/commit/e1d4e4301c32d5664ef7848bd04a125265f5de3a
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/util/AttributeMappingHelper.java

  Log Message:
  -----------
  TEIIDDES-1612: Fixes accumulation of inputs in transformation

* AttributeMappingHelper
 * The element collector visitor implementations store the returned
   elements in a field. As a consequence, using the visitor in a loop means
   the previously found elements are also returned with newly found
   elements.
 * Creates a new instance of the visitor each time it is required to
   avoiding erroneous caching of elements.


  Commit: 845cb2d50fde4ed7b786ae2820a55b604af86184
      https://github.com/Teiid-Designer/teiid-designer/commit/845cb2d50fde4ed7b786ae2820a55b604af86184
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2013-03-07 (Thu, 07 Mar 2013)

  Changed paths:
    M plugins/teiid/org.teiid.7.7.x
    M plugins/teiid/org.teiid.8.3.x

  Log Message:
  -----------
  Improves performance of submodule project auto-builders


Compare: https://github.com/Teiid-Designer/teiid-designer/compare/bea4bf7e721e...845cb2d50fde


More information about the teiid-designer-dev mailing list