Scorebot Developers: dound

Login name:
dound
Total Commits:
1991 (83.9%)
Lines of Code:
64765 (77.9%)
Most Recent Commit:
2007-04-09 04:15

Activity by Clock Time

Activity by Hour of Day for dound

Activity by Day of Week for dound

Activity in Directories

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

Activity of dound

Most Recent Commits

dound 2007-04-09 04:15

Added reference to JFreeChart.

30 lines of code changed in:

  • cdx/scorebot/app: AboutDialog.form (+16 -6), AboutDialog.java (+14 -8)
dound 2007-04-09 04:13

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:

  • cdx/scorebot/app/reporter: CompleteScoringStats.java (+210 -7), ScoringStats.java (+6 -2), TeamScoringInfo.java (+11 -4), TimedScoringInfo.java (new 96)
dound 2007-04-09 04:11

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:

  • cdx/scorebot/app/auditor: AuditorGUI.java (+9 -3)
dound 2007-04-09 03:38

added compareTo method which sorts based on time

14 lines of code changed in:

  • cdx/scorebot/scoring: ScoreEvent.java (+14 -3)
dound 2007-04-09 03:37

index page now included in the progress bar % done count (in addition to the team count)

4 lines of code changed in:

  • cdx/scorebot/app/reporter: ReporterGUI.java (+4 -4)
dound 2007-04-08 01:56

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:

  • cdx/scorebot/app/reporter: ReporterGUI.java (+6 -4)
dound 2007-04-08 01:51

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:

  • cdx/scorebot/app/reporter: CompleteScoringStats.java (+10 -5)
dound 2007-04-08 01:31

Now at v1.02

8 lines of code changed in:

  • cdx/scorebot/app: AboutDialog.form (+1 -2), AboutDialog.java (+4 -4), WrapperGUI.java (+3 -3)
dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

148 lines of code changed in:

  • cdx/scorebot/app/util: OptionInfo.java (+3 -3), ResultInfo.java (+3 -3), ScorebotInfo.java (+3 -3), ServiceInfo.java (+3 -3), TestInfo.java (+3 -3)
  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -3), ConfigurationTemplate.java (+3 -3), NetworkTestPackage.java (+4 -4), TeamConfiguration.java (+3 -3), TestSuite.java (+3 -3), TestSuiteSkeleton.java (+3 -3)
  • cdx/scorebot/net/tests: AdminService.java (+3 -3), Configuration.java (+3 -3), ConnectionOrientedService.java (+3 -3), ConnectionOrientedUserService.java (+3 -3), Service.java (+3 -3), Test.java (+3 -3), TestEvent.java (+3 -3), TestItem.java (+3 -3), TestMisconfigurationException.java (+3 -3), TestSchedule.java (+3 -3)
  • cdx/scorebot/net/tests/dns: DNSService.java (+3 -3), ResolveHostname.java (+3 -3), ResolveIP.java (+3 -3)
  • cdx/scorebot/net/tests/email: EmailService.java (+3 -3), Sendmail.java (+3 -3)
  • cdx/scorebot/net/tests/generic: GenericService.java (+3 -3), Ping.java (+3 -3)
  • cdx/scorebot/net/tests/jabber: JabberService.java (+3 -3), SendMessage.java (+3 -3)
  • cdx/scorebot/net/tests/smb: ReadFile.java (+3 -3), SMBService.java (+3 -3), WriteFile.java (+3 -3)
  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+3 -3), WebService.java (+3 -3)
  • cdx/scorebot/scoring: ManualScoreEvent.java (+3 -3), ScoreEvent.java (+3 -3), ScoringInfo.java (+3 -3), ScoringRule.java (+3 -3), ScoringRuleset.java (+3 -3), TestScoreEvent.java (+3 -3)
  • cdx/scorebot/util: Event.java (+3 -3), Timestamp.java (+3 -3), TimestampRange.java (+3 -3)
  • cdx/scorebot/util/config: ConfigBoolean.java (+3 -3), ConfigDouble.java (+3 -3), ConfigInteger.java (+3 -3), ConfigOption.java (+3 -3), ConfigString.java (+3 -3)
dound 2007-04-08 01:15

Owner is now serializable.

5 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+5 -3)
dound 2007-04-08 01:09

Added public long serialVersionUID = 102L; to all serializable classes.

200 lines of code changed in:

  • cdx/scorebot/app/util: OptionInfo.java (+4 -2), ResultInfo.java (+4 -2), ScorebotInfo.java (+4 -2), ServiceInfo.java (+4 -2), TestInfo.java (+4 -2)
  • cdx/scorebot/net: CompetitionConfiguration.java (+4 -2), ConfigurationTemplate.java (+4 -2), NetworkTestPackage.java (+4 -2), TeamConfiguration.java (+4 -2), TestSuite.java (+4 -2), TestSuiteSkeleton.java (+4 -2)
  • cdx/scorebot/net/tests: AdminService.java (+4 -2), Configuration.java (+5 -3), ConnectionOrientedService.java (+4 -2), ConnectionOrientedUserService.java (+4 -2), Service.java (+4 -2), Test.java (+4 -2), TestEvent.java (+4 -2), TestItem.java (+4 -2), TestMisconfigurationException.java (+4 -2), TestSchedule.java (+4 -2)
  • cdx/scorebot/net/tests/dns: DNSService.java (+4 -2), ResolveHostname.java (+4 -2), ResolveIP.java (+4 -2)
  • cdx/scorebot/net/tests/email: EmailService.java (+4 -2), Sendmail.java (+4 -2)
  • cdx/scorebot/net/tests/generic: GenericService.java (+4 -2), Ping.java (+4 -2)
  • cdx/scorebot/net/tests/jabber: JabberService.java (+4 -2), SendMessage.java (+4 -2)
  • cdx/scorebot/net/tests/smb: ReadFile.java (+4 -2), SMBService.java (+4 -2), WriteFile.java (+4 -2)
  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -2), GetFile.java (+3 -3), WebService.java (+4 -2)
  • cdx/scorebot/scoring: ManualScoreEvent.java (+4 -2), ScoreEvent.java (+4 -2), ScoringInfo.java (+4 -2), ScoringRule.java (+4 -2), ScoringRuleset.java (+4 -2), TestScoreEvent.java (+4 -2)
  • cdx/scorebot/util: Event.java (+4 -2), Timestamp.java (+4 -2), TimestampRange.java (+4 -2)
  • cdx/scorebot/util/config: ConfigBoolean.java (+4 -2), ConfigDouble.java (+4 -2), ConfigInteger.java (+4 -2), ConfigOption.java (+4 -2), ConfigString.java (+4 -2)
dound 2007-04-08 01:00

I/O streams are now closed properly.

18 lines of code changed in:

  • cdx/scorebot/net/tests/smb: WriteFile.java (+6 -3)
  • cdx/scorebot/net/tests/webserver: GetFile.java (+8 -3)
  • cdx/scorebot/util: StringOps.java (+4 -2)
dound 2007-04-08 00:55

Refactored Hash to hash to follow normal naming conventions.

8 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -4)
  • cdx/scorebot/util: IntegrityCheck.java (+3 -3), MD5.java (+1 -1)
dound 2007-04-08 00:52

Removed unneccessary null object tests.

31 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -5), NetworkTestPackage.java (+2 -4), TeamConfiguration.java (+2 -3), TestSuite.java (+2 -3), TestSuiteSkeleton.java (+3 -4)
  • cdx/scorebot/net/tests: Configuration.java (+2 -3), TestEvent.java (+3 -5), TestItem.java (+2 -3), TestSchedule.java (+2 -3)
  • cdx/scorebot/scoring: ScoringRule.java (+2 -4), ScoringRuleset.java (+2 -3)
  • cdx/scorebot/scoring/logic: TestNumPair.java (+2 -3)
  • cdx/scorebot/util: Timestamp.java (+2 -3), TimestampRange.java (+2 -3)
dound 2007-04-08 00:43

Removed dead stores to local variables.

28 lines of code changed in:

  • cdx/scorebot/app/auditor: AuditorGUI.java (+2 -8)
  • cdx/scorebot/app/configurer: AddTestItemDialog.java (+3 -16), ConfigurerGUI.java (+2 -6)
  • cdx/scorebot/app/reporter: CompleteScoringStats.java (+3 -4)
  • cdx/scorebot/app/tester: ManualTesterGUI.java (+10 -13)
  • cdx/scorebot/net/tests/jabber: SendMessage.java (+2 -3)
  • cdx/scorebot/scoring/logic: Method.java (+2 -3)
  • cdx/scorebot/util: StringOps.java (+2 -3)
  • cdx/scorebot/util/io: FlexLogger.java (+2 -3)
  • cdx/scorebot/util/swing: CalendarHourComboBox.java (-1)
dound 2007-04-08 00:31

Bug fix: The assignment operator for the scoring language now works

28 lines of code changed in:

  • cdx/scorebot/scoring/logic: Literal.java (+19 -2), OperatorType.java (+9 -15)
dound 2007-04-08 00:16

Performance: fixed where type is determined

4 lines of code changed in:

  • cdx/scorebot/app: WrapperGUI.java (+4 -4)
dound 2007-04-08 00:11

Performance: Iterate on entrySet vice keySet + get

18 lines of code changed in:

  • cdx/scorebot/net/tests: Test.java (+13 -12), TestItem.java (+5 -5)
dound 2007-04-08 00:03

Performance: Removed unused field.

2 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+2 -4)
dound 2007-04-08 00:02

Performance: Improved string concatentation.

4 lines of code changed in:

  • cdx/scorebot/util: MD5.java (+4 -3)

(672 more)

Generated by StatCVS 0.3