Directory cdx/scorebot/net/

Directory Created:
2007-01-22 12:58
Total Files:
7
Deleted Files:
2
Lines of Code:
1429

[root]/cdx/scorebot/net
                 tests (11 files, 1567 lines)
                     dns (4 files, 423 lines)
                     email (3 files, 242 lines)
                     generic (3 files, 181 lines)
                     jabber (3 files, 258 lines)
                     mysql (0 files, 0 lines)
                     samba (0 files, 0 lines)
                     smb (4 files, 378 lines)
                     vtc (0 files, 0 lines)
                     webserver (4 files, 305 lines)

Lines of Code

cdx/scorebot/net/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 93 (100.0%) 2357 (100.0%) 25.3
dound 87 (93.5%) 2100 (89.1%) 24.1
genned 4 (4.3%) 238 (10.1%) 59.5
allikat 1 (1.1%) 15 (0.6%) 15.0
rreagan3 1 (1.1%) 4 (0.2%) 4.0

Most Recent Commits

dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

19 lines of code changed in:

  • 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)
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.

24 lines of code changed in:

  • 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)
dound 2007-04-08 00:52

Removed unneccessary null object tests.

12 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)
dound 2007-04-02 10:48

The process which checks to see if the file currently being edited now prompts the user to see if they want to save changes or not only if the file has been changed, and always if the file has been changed. Previously, an imperfect method which didn't work as well was being used.
equals( Object o ) has also been overriden for all objects in the framework.

103 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+18 -3), ConfigurationTemplate.java (+16 -2), NetworkTestPackage.java (+34 -2), TeamConfiguration.java (+14 -2), TestSuite.java (+21 -2)
dound 2007-04-02 02:59

IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.

17 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+7 -6), TeamConfiguration.java (+7 -4), TestSuite.java (+3 -3)
dound 2007-04-01 19:50

Added a clone method.

16 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+16 -3)
dound 2007-03-31 13:07

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/.

35 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -14), NetworkTestPackage.java (+32 -8)
allikat 2007-03-29 23:24

Created new min/max fields for NTP, added min/max/initScore to NTP class -- Set up the skeleton of a Listener to be used with these fields (and their new checkboxes)

15 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+15 -2)
dound 2007-03-29 00:01

Names may now only contain allow letters, number, spaces, and underscores.

22 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+10 -7), NetworkTestPackage.java (+4 -4), TeamConfiguration.java (+4 -4), TestSuite.java (+4 -4)
dound 2007-03-28 23:42

Bug fix: the mutator for setting the NTP did not set the path (fixed)

3 lines of code changed in:

  • cdx/scorebot/net: ConfigurationTemplate.java (+3 -2)
dound 2007-03-28 23:32

Bug Fix (1690214): if the template NTP cannot be loaded (because of a bad path or whatnot) then this is specifically noted as the error (instead of the gobbly-gook which was getting spit out before) and a blank NTP is used instead. This provides a much cleaner failure when the template NTP is missing.

28 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -3), ConfigurationTemplate.java (+22 -2), TeamConfiguration.java (+3 -3)
dound 2007-03-28 18:10

NTP now has min/max score fields. Default min/max for the ScoringRuleset changed.

28 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+28 -2)
dound 2007-03-28 14:28

Added the ability to refresh from the file system. Also, created the remove selected item functionality.

11 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+11 -5)
dound 2007-03-28 11:47

Filenames are now saved in events as transients.

5 lines of code changed in:

  • cdx/scorebot/net: NetworkTestPackage.java (+5 -2)
dound 2007-03-27 03:04

Bug fix (1688861): compiling now works again (oops)

3 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -3)
dound 2007-03-23 22:19

teams templates now stored in team_templates/ vice <competition_name>/

3 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -3)
rreagan3 2007-03-23 00:18

got rid of apostraphes so that file could be encoded in utf8

4 lines of code changed in:

  • cdx/scorebot/net: TestSuite.java (+4 -4)
dound 2007-03-22 19:32

Now can specify the names of files at which team templates will be saved.

18 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+18 -6)
dound 2007-03-21 00:04

Reporter is now tested and ready (for more testing).

3 lines of code changed in:

  • cdx/scorebot/net: CompetitionConfiguration.java (+3 -3)

(35 more)

Generated by StatCVS 0.3