← Back to team overview

gephi.team team mailing list archive

[Bug 570971] Re: The Statistics report is not updated after executing the Metric again

 

** Changed in: gephi
       Status: Fix Committed => Fix Released

** Changed in: gephi/0.7
       Status: Fix Committed => Fix Released

-- 
The Statistics report is not updated after executing the Metric again
https://bugs.launchpad.net/bugs/570971
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Fix Released
Status in Gephi 0.7 series: Fix Released

Bug description:
The first time a statistic is calculated, the values of the parameters used (epsilon, directed/undirected...) are correctly interpreted and the report shown. But if we try to run a statistic calculation again with other values for the parameters, the report shown is always the first one that was created.

It seems that the statistic is run correctly each time but the Statistics instance used to generate the report (inside the method showReport of the class StatisticsFrontEnd) is always the one that was created the first time the statistic was run. The method doesn't use the last Statistics instance created.