Branch: refs/heads/dynamic_vdbs
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 1e5f1e8be3677eb3da8455dc83694475e98713f1
https://github.com/Teiid-Designer/teiid-designer/commit/1e5f1e8be3677eb3d...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-07-07 (Tue, 07 Jul 2015)
Changed paths:
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/VdbUnit.java
M tests/org.teiid.designer.vdb.test/src/org/teiid/designer/vdb/VdbTest.java
Log Message:
-----------
Removes vdb from VdbUnit hashcode since its mutable
* When objects are added to BasicVdb, there vdb reference is set
accordingly. However, they are being added to their maps prior to this
reference being set, thereby losing the hashcode. Since this is done
so often it seems prudent to remove the vdb from the hashcode calculation