Directory cdx/scorebot/app/util/

Directory Created:
2007-02-18 02:17
Total Files:
9
Deleted Files:
0
Lines of Code:
3160

[root]/cdx/scorebot/app/util

Lines of Code

cdx/scorebot/app/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 76 (100.0%) 3531 (100.0%) 46.4
dound 72 (94.7%) 3482 (98.6%) 48.3
rreagan3 3 (3.9%) 42 (1.2%) 14.0
allikat 1 (1.3%) 7 (0.2%) 7.0

Most Recent Commits

dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

15 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)
dound 2007-04-08 01:09

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

20 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)
dound 2007-04-07 23:29

REF is now final as it should be.

3 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+3 -3)
dound 2007-03-31 21:29

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.

3 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+3 -3)
dound 2007-03-28 09:54

moved gui icon to icons folder

3 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+3 -3)
dound 2007-03-27 02:18

toString => iden vice name

3 lines of code changed in:

  • cdx/scorebot/app/util: ResultInfo.java (+3 -3)
dound 2007-03-25 04:11

Added the scorebot icon to all GUIs.

3 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+3 -2)
dound 2007-03-25 00:27

focus improvements

66 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.form (+15), InfoMaintainerGUI.java (+51 -2)
dound 2007-03-24 22:12

Renamed Samba to SMB.

3 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+3 -3)
rreagan3 2007-03-22 20:48

changed the prototype of:
public Test getTestByName( String name )
to
public Test getTestByName( Service s, String name )
...in order to eliminate the complications that would arise from having tests with the same name for different services

11 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+11 -6)
dound 2007-03-21 02:34

Updated to reflect removed classes.

2 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+2 -4)
allikat 2007-03-20 00:53

Got the Results box working -- Listener was attached to wrong component apparently, and for whatever reason, I just need to fill the model manually in order to display (still not sure what's going on with the binding)
Also added toString() method to the ResultInfo class so that it displays correctly.

7 lines of code changed in:

  • cdx/scorebot/app/util: ResultInfo.java (+7 -2)
dound 2007-03-08 00:28

XStreamWrapper now throws BaseException if serialization or deserialization fails. Classes which used toXML or fromXML now catch and process this exception.

11 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.java (+11 -3)
rreagan3 2007-03-06 15:02

added getTestByName(String name)

17 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+17 -5)
rreagan3 2007-03-06 14:53

added public Service getServiceByName( String name )

14 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+14 -2)
dound 2007-03-02 01:06

Bug fix: generic tests are now properly added to the list of returned test types when getTestFactories is called.

3 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+3 -3)
dound 2007-03-01 15:59

Bug fix: The old getName method was being used where getIdentifier should have been called.

12 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+12 -12)
dound 2007-03-01 03:03

Added a new method which returns all Tests.

17 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+17 -2)
dound 2007-02-28 23:24

Options and Results now have identifiers in place of names (names are just names and can be any String now).

136 lines of code changed in:

  • cdx/scorebot/app/util: InfoMaintainerGUI.form (+45 -5), InfoMaintainerGUI.java (+32 -7), OptionInfo.java (+17 -6), ResultInfo.java (+16 -6), ScorebotInfo.java (+26 -2)
dound 2007-02-27 19:55

getTestFactories now has the option to return generic tests in addition to tests for the specified service.

21 lines of code changed in:

  • cdx/scorebot/app/util: ScorebotInfo.java (+21 -6)

(22 more)

Generated by StatCVS 0.3