[root]/cdx/scorebot/net/tests/jabber
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 35 (100.0%) | 531 (100.0%) | 15.1 |
genned | 3 (8.6%) | 230 (43.3%) | 76.6 |
veryoriginal | 9 (25.7%) | 203 (38.2%) | 22.5 |
dound | 20 (57.1%) | 88 (16.6%) | 4.4 |
rreagan3 | 3 (8.6%) | 10 (1.9%) | 3.3 |
fixed serialVersionUID visibility / constancy
6 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
8 lines of code changed in:
Removed dead stores to local variables.
2 lines of code changed in:
field made transient (shouldnt be serialized)
3 lines of code changed in:
no message
3 lines of code changed in:
SendMessage now connets and disconnects.
25 lines of code changed in:
Default port numbers are now set when the service is instantiated.
3 lines of code changed in:
Framework Change: Test now manages the service field. Also, setService has been added. Also, Test now takes a generic parameter which allows children to specify what kind of Service they require.
6 lines of code changed in:
oops, making the service final (i didn't need to change it in the first place)
3 lines of code changed in:
making the service not final
3 lines of code changed in:
no empty strings!!!!
4 lines of code changed in:
Fixed up the tests packages. Change summary:
1) Method added which asks the Test to add the "default" results (to ensure all results are given a value!)
2) Option naming, usage, and verification fixed
3) MD5 class move to cdx.scorebot.util
4) IntegrityCheck class created to make it easy to do multiple kinds of verification including MD5, Regular Expressions/Pattern Matching, or nothing (i.e. just complete the retrieval).
5) Deleted unused packages -- mysql and vtc
6) Removed unused connect and disconnect methods
7) Updated the ReadFile class so that it can now verify what it retrieved instead of just retrieving the file.
8) Minor bug fixes in several files (really, just mismatched option and result names)
9) Replaced all usages of "details" result returns with setExplanation calls. Standardized these calls as well.
25 lines of code changed in:
Updated results
67 lines of code changed in:
TargetIP is now stored as a string. New methods get/setTargetInetAddress have been added to support the old get/setTargetIP which returned/took an InetAddress vice the new String type.
10 lines of code changed in:
no message
3 lines of code changed in:
Running test :-)
54 lines of code changed in:
configed service
48 lines of code changed in:
Remove getName and getDescription methods. This static information will come from cdx.scorebot.app.util.ScoringInfo now.
6 lines of code changed in:
javadoc updates
6 lines of code changed in:
Adjusted Method. Test.getDefaultConfigValues is now protected. A new public method Test.getDefaultConfigValueCopy returns a copy of what Test.getDefaultConfigValues returns.
The constructor for TestItem now initializes its options with the default values of options for the test being tested.
3 lines of code changed in:
(4 more)