← Back to team overview

gephi.team team mailing list archive

[Bug 570971] Re: The StatisticsModel is not correctly maintaining the list of Statistics instances

 

** Changed in: gephi
     Assignee: (unassigned) => Paul-Antoine Bittner (pbittner)

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

-- 
The StatisticsModel is not correctly maintaining the list of Statistics instances
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: Confirmed
Status in Gephi 0.7 series: Confirmed

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.