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 |
fixed serialVersionUID visibility / constancy
15 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
20 lines of code changed in:
REF is now final as it should be.
3 lines of code changed in:
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:
moved gui icon to icons folder
3 lines of code changed in:
toString => iden vice name
3 lines of code changed in:
Added the scorebot icon to all GUIs.
3 lines of code changed in:
focus improvements
66 lines of code changed in:
Renamed Samba to SMB.
3 lines of code changed in:
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:
Updated to reflect removed classes.
2 lines of code changed in:
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:
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:
added getTestByName(String name)
17 lines of code changed in:
added public Service getServiceByName( String name )
14 lines of code changed in:
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:
Bug fix: The old getName method was being used where getIdentifier should have been called.
12 lines of code changed in:
Added a new method which returns all Tests.
17 lines of code changed in:
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:
getTestFactories now has the option to return generic tests in addition to tests for the specified service.
21 lines of code changed in:
(22 more)