[power-matchmaker] r2776 committed - Removed one duplicate query on the match pool to help the loading of t...

0 views
Skip to first unread message

power-ma...@googlecode.com

unread,
Jan 28, 2011, 12:05:07 PM1/28/11
to matchmake...@googlegroups.com
Revision: 2776
Author: ThomasObrien95
Date: Fri Jan 28 09:04:13 2011
Log: Removed one duplicate query on the match pool to help the loading of
the validation screen.
http://code.google.com/p/power-matchmaker/source/detail?r=2776

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());

Reply all
Reply to author
Forward
0 new messages