Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1991 (100.0%) | 64765 (100.0%) | 32.5 |
cdx/scorebot/app/tester/ | 208 (10.4%) | 6299 (9.7%) | 30.2 |
cdx/scorebot/app/reporter/ | 114 (5.7%) | 5971 (9.2%) | 52.3 |
cdx/scorebot/scoring/logic/parser/ | 30 (1.5%) | 5654 (8.7%) | 188.4 |
cdx/scorebot/scoring/logic/ | 192 (9.6%) | 5136 (7.9%) | 26.7 |
cdx/scorebot/util/swing/ | 126 (6.3%) | 4962 (7.7%) | 39.3 |
cdx/scorebot/app/auditor/ | 59 (3.0%) | 4591 (7.1%) | 77.8 |
cdx/scorebot/app/configurer/ | 156 (7.8%) | 4497 (6.9%) | 28.8 |
cdx/scorebot/util/swing/binding/delegate/ | 107 (5.4%) | 4113 (6.4%) | 38.4 |
cdx/scorebot/app/ | 60 (3.0%) | 4086 (6.3%) | 68.1 |
cdx/scorebot/app/util/ | 72 (3.6%) | 3482 (5.4%) | 48.3 |
cdx/scorebot/util/swing/binding/ | 39 (2.0%) | 2703 (4.2%) | 69.3 |
cdx/scorebot/scoring/ | 127 (6.4%) | 2139 (3.3%) | 16.8 |
cdx/scorebot/net/ | 87 (4.4%) | 2100 (3.2%) | 24.1 |
cdx/scorebot/util/io/ | 32 (1.6%) | 1564 (2.4%) | 48.8 |
cdx/scorebot/app/scorecompiler/ | 50 (2.5%) | 1344 (2.1%) | 26.8 |
cdx/scorebot/util/ | 59 (3.0%) | 1238 (1.9%) | 20.9 |
cdx/scorebot/net/tests/ | 108 (5.4%) | 1184 (1.8%) | 10.9 |
cdx/scorebot/util/translator/ | 27 (1.4%) | 965 (1.5%) | 35.7 |
cdx/scorebot/tests/ | 48 (2.4%) | 631 (1.0%) | 13.1 |
cdx/scorebot/util/config/ | 61 (3.1%) | 590 (0.9%) | 9.6 |
cdx/scorebot/net/tests/smb/ | 15 (0.8%) | 408 (0.6%) | 27.2 |
cdx/scorebot/net/tests/dns/ | 50 (2.5%) | 280 (0.4%) | 5.6 |
cdx/scorebot/net/tests/webserver/ | 36 (1.8%) | 263 (0.4%) | 7.3 |
cdx/scorebot/net/tests/samba/ | 28 (1.4%) | 159 (0.2%) | 5.6 |
cdx/scorebot/net/tests/email/ | 25 (1.3%) | 125 (0.2%) | 5.0 |
cdx/scorebot/net/tests/generic/ | 17 (0.9%) | 113 (0.2%) | 6.6 |
cdx/scorebot/net/tests/jabber/ | 20 (1.0%) | 88 (0.1%) | 4.4 |
cdx/scorebot/net/tests/mysql/ | 24 (1.2%) | 52 (0.1%) | 2.1 |
cdx/scorebot/net/tests/vtc/ | 12 (0.6%) | 28 (0.0%) | 2.3 |
cdx/scorebot/app/scorekeeper/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
Added reference to JFreeChart.
30 lines of code changed in:
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:
Remove all checked items sometimes crashed while refreshing (didnt impact functionality because the crash occurred at the end of a thread's life).
9 lines of code changed in:
added compareTo method which sorts based on time
14 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:
Now at v1.02
8 lines of code changed in:
fixed serialVersionUID visibility / constancy
148 lines of code changed in:
Owner is now serializable.
5 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
200 lines of code changed in:
I/O streams are now closed properly.
18 lines of code changed in:
Refactored Hash to hash to follow normal naming conventions.
8 lines of code changed in:
Removed unneccessary null object tests.
31 lines of code changed in:
Removed dead stores to local variables.
28 lines of code changed in:
Bug fix: The assignment operator for the scoring language now works
28 lines of code changed in:
Performance: fixed where type is determined
4 lines of code changed in:
Performance: Iterate on entrySet vice keySet + get
18 lines of code changed in:
Performance: Removed unused field.
2 lines of code changed in:
Performance: Improved string concatentation.
4 lines of code changed in:
(672 more)