snd297 / penn-ppod

Automatically exported from code.google.com/p/penn-ppod
Apache License 2.0
0 stars 0 forks source link

suppress listener doesn't seem to be working #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Mesquite MesquiteThread.setListenerSuppressionLevel(1) call doesn't 
seem to prevent the taxa/matrices/tree set from being marked as updated 
when a change is downloaded. This is being worked around by...what?

Original issue reported on code.google.com by snd...@gmail.com on 24 Nov 2009 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 24 Nov 2009 at 8:00

GoogleCodeExporter commented 9 years ago
This only looks like a problem with matrices and trees. 
See MergeToLocalCatData and MergeToLocalMesqTrees

where the status are being stashed like this for trees (the matrix case is 
similar):

mesqTreesPPodStatus = PPodUtil.getPPodStatus(mesqTrees);

and put back in like this

if (mesqTreesPPodStatus != null) {
  setPPodStatus(mesqTrees, mesqTreesPPodStatus);
}

Original comment by snd...@gmail.com on 24 Nov 2009 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 16 Jul 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 17 Aug 2010 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 22 Sep 2010 at 2:24