|
From: <no...@so...> - 2002-11-04 12:05:50
|
Bugs item #633232, was opened at 2002-11-04 12:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=633232&group_id=65029 Category: None Group: CVS HEAD Status: Open Resolution: None Priority: 6 Submitted By: Ross Gardler (rgardler) Assigned to: Ross Gardler (rgardler) Summary: Old scores returned if error occurs Initial Comment: If, for any reason, there is an error during the calculation of the scores the previous scores are returned in. We should be reporting an error to the user. For example: [java] WARNING: Unable to calculate scores [java] org.fanfoot.scoring.ScoringConfigurationException: Unable to calculate scores [java] at org.fanfoot.scoring.Scores.calculate(Scores.java:144) [java] at org.fanfoot.scoring.Scores.<init>(Scores.java:81) [java] at org.fanfoot.gui.ControlCentre.addScoresPane(ControlCentre.java:622) [java] at org.fanfoot.gui.ControlCentre.populateEventTables(ControlCentre.java:475) [java] at org.fanfoot.gui.ControlCentre.generateScores(ControlCentre.java:442) <snip/> Should be trapped by the control centre and reported to the user. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=633232&group_id=65029 |