[root]/cdx/scorebot/net/tests/dns
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 72 (100.0%) | 993 (100.0%) | 13.7 |
genned | 4 (5.6%) | 367 (37.0%) | 91.7 |
veryoriginal | 10 (13.9%) | 313 (31.5%) | 31.3 |
dound | 50 (69.4%) | 280 (28.2%) | 5.6 |
rreagan3 | 6 (8.3%) | 25 (2.5%) | 4.1 |
allikat | 2 (2.8%) | 8 (0.8%) | 4.0 |
fixed serialVersionUID visibility / constancy
9 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
12 lines of code changed in:
Options which don't require values are no longer forced to have values (sendmail->subject, sendmail->body, readfile->expected_value and integritycheck->expected_value).
6 lines of code changed in:
fixed mispellings
5 lines of code changed in:
num_retries was an inaccurate name -- it is actually the number of tries. Renamed to num_tries.
12 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.
14 lines of code changed in:
oops, making the service final (i didn't need to change it in the first place)
6 lines of code changed in:
making the service not final
6 lines of code changed in:
did the same thing as in ResolveHostname.verifyConfigValue()
6 lines of code changed in:
verifyConfigValue(name, val) now fails when name == hostname and val.getCurrentValue() is an empty string or null
...should probably do this for all other appropriate instances of ConfigString
7 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.
78 lines of code changed in:
Fixed return types to what they were intended to be. Still needs some work, but should be ok for testing.
18 lines of code changed in:
Changed the results passed
39 lines of code changed in:
Returns for these methods now meet the contract in the InfoMaintainerGUI by returning "ip" and "hostname" respectively.
8 lines of code changed in:
Result names fixed.
6 lines of code changed in:
Changed option names to be the same as the ones in the InfoMaintainerGUI's info (and so they match ResolveHostname's equivalent fields).
8 lines of code changed in:
fixed config fields
4 lines of code changed in:
fixed config fields
46 lines of code changed in:
Commented out the stack traces which were being printed when the lookup failed.
5 lines of code changed in:
(21 more)