Scorebot Developers: rreagan3

Login name:
rreagan3
Total Commits:
85 (3.5%)
Lines of Code:
3228 (3.8%)
Most Recent Commit:
2007-03-27 22:33

Activity by Clock Time

Activity by Hour of Day for rreagan3

Activity by Day of Week for rreagan3

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 85 (100.0%) 3228 (100.0%) 37.9
cdx/scorebot/app/tester/ 53 (62.4%) 3047 (94.4%) 57.4
cdx/scorebot/app/util/ 3 (3.5%) 42 (1.3%) 14.0
cdx/scorebot/net/tests/ 4 (4.7%) 39 (1.2%) 9.7
cdx/scorebot/net/tests/dns/ 6 (7.1%) 25 (0.8%) 4.1
cdx/scorebot/net/tests/email/ 5 (5.9%) 22 (0.7%) 4.4
cdx/scorebot/net/tests/samba/ 3 (3.5%) 14 (0.4%) 4.6
cdx/scorebot/net/tests/jabber/ 3 (3.5%) 10 (0.3%) 3.3
cdx/scorebot/net/tests/generic/ 3 (3.5%) 9 (0.3%) 3.0
cdx/scorebot/scoring/ 1 (1.2%) 5 (0.2%) 5.0
cdx/scorebot/net/tests/webserver/ 1 (1.2%) 4 (0.1%) 4.0
cdx/scorebot/net/ 1 (1.2%) 4 (0.1%) 4.0
cdx/scorebot/app/configurer/ 1 (1.2%) 4 (0.1%) 4.0
cdx/scorebot/app/reporter/ 1 (1.2%) 3 (0.1%) 3.0

Activity of rreagan3

Most Recent Commits

rreagan3 2007-03-27 22:33

set the default timeout to 1000 ms

3 lines of code changed in:

  • cdx/scorebot/net/tests/generic: Ping.java (+3 -3)
rreagan3 2007-03-27 16:56

no message

3 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (-1), ManualTesterGUI.java (+3 -23)
rreagan3 2007-03-27 14:35

no message

5 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.java (+5 -3)
rreagan3 2007-03-27 12:17

no message

23 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (+1), ManualTesterGUI.java (+22 -3)
rreagan3 2007-03-27 01:46

no message

5 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (+2 -7), ManualTesterGUI.java (+3 -4)
rreagan3 2007-03-26 11:47

fixed a javadoc comment

4 lines of code changed in:

  • cdx/scorebot/app/configurer: ConfigurerGUI.java (+4 -3)
rreagan3 2007-03-26 02:28

still debuggin...

10 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.java (+10 -10)
rreagan3 2007-03-26 01:23

caught a nullpointerexception thrown by the messagingexception.getcause().getmessage() method call at the end of run( TestEvent ). exception was thrown when I tried the test on smtp.gmail.com with my usna address for 'to' and my gmail address as 'from'

7 lines of code changed in:

  • cdx/scorebot/net/tests/email: Sendmail.java (+7 -3)
rreagan3 2007-03-25 23:46

no message

3 lines of code changed in:

  • cdx/scorebot/net/tests/email: Sendmail.java (+3 -3)
rreagan3 2007-03-25 21:43

i fixed a bug!

8 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.java (+8 -6)
rreagan3 2007-03-25 19:53

yay!

9 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.java (+9 -5)
rreagan3 2007-03-25 15:34

no message

4 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (-3), ManualTesterGUI.java (+4 -20)
rreagan3 2007-03-25 15:23

no message

169 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (+49 -66), ManualTesterGUI.java (+120 -63)
rreagan3 2007-03-24 00:53

gettin there, but i'm definately done for the night

30 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (-1), ManualTesterGUI.java (+30 -22)
rreagan3 2007-03-23 22:05

i cant get it to run :'(, but its friday and i quit for now

154 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.form (+12), ManualTesterGUI.java (+142 -19)
rreagan3 2007-03-23 20:52

oops, making the service final (i didn't need to change it in the first place)

15 lines of code changed in:

  • cdx/scorebot/net/tests/dns: ResolveHostname.java (+3 -3), ResolveIP.java (+3 -3)
  • cdx/scorebot/net/tests/email: Sendmail.java (+3 -3)
  • cdx/scorebot/net/tests/generic: Ping.java (+3 -3)
  • cdx/scorebot/net/tests/jabber: SendMessage.java (+3 -3)
rreagan3 2007-03-23 20:45

making the service not final

15 lines of code changed in:

  • cdx/scorebot/net/tests/dns: ResolveHostname.java (+3 -3), ResolveIP.java (+3 -3)
  • cdx/scorebot/net/tests/email: Sendmail.java (+3 -3)
  • cdx/scorebot/net/tests/generic: Ping.java (+3 -3)
  • cdx/scorebot/net/tests/jabber: SendMessage.java (+3 -3)
rreagan3 2007-03-23 19:05

no message

56 lines of code changed in:

  • cdx/scorebot/app/tester: ManualTesterGUI.java (+56 -19)
rreagan3 2007-03-23 19:03

added a constructor that allows preloading a configuration

13 lines of code changed in:

  • cdx/scorebot/net/tests: TestItem.java (+13 -2)
rreagan3 2007-03-23 15:45

no empty strings!!!! (actually, this fix prevents a null value for any option as well as prevents the current value from being "")

4 lines of code changed in:

  • cdx/scorebot/net/tests/webserver: FileIntegrityCheck.java (+4 -3)

(29 more)

Generated by StatCVS 0.3