Modified:
/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java
=======================================
---
/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java
Thu Jan 27 13:46:19 2011
+++
/branches/0.9.7/src/ca/sqlpower/matchmaker/swingui/MatchResultVisualizer.java
Fri Jan 28 09:04:13 2011
@@ -920,12 +920,6 @@
}
pool = new MatchPool(project);
- try {
- getPool().clearRecords();
- MatchResultVisualizer.this.getPool().findAll(displayColumns, false,
startGraph, true, displayCount);
- } catch (Exception e) {
- throw new RuntimeException(e);
- }
graphModel = new MatchPoolGraphModel(pool);
graph = new GraphViewer<SourceTableRecord,
PotentialMatchRecord>(graphModel);
graph.setNodeRenderer(new SourceTableNodeRenderer());