[root]/cdx/scorebot/app/reporter
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 122 (100.0%) | 6220 (100.0%) | 50.9 |
dound | 114 (93.4%) | 5971 (96.0%) | 52.3 |
genned | 6 (4.9%) | 243 (3.9%) | 40.5 |
rreagan3 | 1 (0.8%) | 3 (0.0%) | 3.0 |
allikat | 1 (0.8%) | 3 (0.0%) | 3.0 |
Report Now Includes Graphs. The reporter now creates a number of graphs in PNG format to accompany its HTML output. The main page template now displays a chart which shows each team's total score over time. It also has a chart which displays each suite's score over time. Each team's index page also has a chart showing their scores on each suite of time.
323 lines of code changed in:
index page now included in the progress bar % done count (in addition to the team count)
4 lines of code changed in:
Bug fix: on basic reports, links to team reports were showing up for team's beyond the first. Also, if there was more than one team, the program would crash.
6 lines of code changed in:
Bug fix: the main index page did not match up suite score breakdowns and total scores with the correct team
10 lines of code changed in:
Removed dead stores to local variables.
3 lines of code changed in:
Performance: Integer.valueOf now used in preference to new Integer
7 lines of code changed in:
Made inner classes static where possible.
3 lines of code changed in:
Fixed menu menmoics and disappearing help menu problem.
Changed reporting template's version to 1.01.
Added web to CVS.
4 lines of code changed in:
Changed getIndex to use hashCode vice equals because the items being compared only need to match what hashCode checks.
4 lines of code changed in:
Bug fix (1691647): The report for each team was just the report for the last team. This was occurring because the NTP was being reconfigured for each team (i.e. putting in its team name and IPs) but this overwrote the previous teams' info. This process was done before computing stats, so it caused this bug. This was fixed by giving each team a deep copy of the actual NetworkTestPackage.
8 lines of code changed in:
If score thresholds are set in the Configurer to have no minimum or maximum, then those fields' values are shown as "no minumum" and "no maximum" (respectively) vice showing the minimum/maximum integer value that the JVM could handle.
5 lines of code changed in:
Added shortcuts in the Help menu on all GUIs to launch the changelog.htm file and the user's manual. A more informative about dialog was also created.
11 lines of code changed in:
The competition name is now stored in the NTP. The results, scoring, and reporting information for a team is now stored in the folder compName/teamName/ vice teamName/.
4 lines of code changed in:
Add mnemonics and accellerators.
28 lines of code changed in:
New max loss/gain terminology introduced.
4 lines of code changed in:
Initial score removed from TestSuite. Initial score and min/max score in the NTP now taken care of.
57 lines of code changed in:
Fields are now disabled unless a file is loaded.
7 lines of code changed in:
moved gui icon to icons folder
3 lines of code changed in:
In response to bug report 1689599, if an option identifier is not found, error text is output vice the program crashing gracelessly.
13 lines of code changed in:
no message
16 lines of code changed in:
(47 more)