[root]/cdx/scorebot/net/tests/webserver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 822 (100.0%) | 17.4 |
genned | 5 (10.6%) | 306 (37.2%) | 61.2 |
dound | 36 (76.6%) | 263 (32.0%) | 7.3 |
veryoriginal | 5 (10.6%) | 249 (30.3%) | 49.8 |
rreagan3 | 1 (2.1%) | 4 (0.5%) | 4.0 |
fixed serialVersionUID visibility / constancy
6 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
11 lines of code changed in:
I/O streams are now closed properly.
8 lines of code changed in:
Refactored Hash to hash to follow normal naming conventions.
4 lines of code changed in:
Performance: Improved string concatentation. Also, now getPage is static and now explicitly throws an UnknownHostException vice silently throwing one.
36 lines of code changed in:
Web's file integrity check now takes just a path to a file on the webserver vice an entire URL. The actual URL which will be requested is now created as the concatentation of "http://", the IP address of the web server, "/", and the page being requested (the last part being the part the user specifies). The old test did not use the IP address specified by the user. If the specified port for the web service is 443, then "https://" will be used instead of "http://". The name of the option is now "path_to_file" vice "url".
18 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).
9 lines of code changed in:
removed debugging statements from test code
10 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:
no empty strings!!!! (actually, this fix prevents a null value for any option as well as prevents the current value from being "")
4 lines of code changed in:
no message
100 lines of code changed in:
Relocated the MD5 class.
0 lines of code changed in:
Will compare the provided Hash to the hash from the website, they must be read from the same medium to work so the other hash must be from another read webpage from a server b/c the serer provided HTML is slightly different than the HTML read for a hard drive
112 lines of code changed in:
Find a pattern, it now works correctly w/ David's updates
84 lines of code changed in:
Make a MD5 Hash w/ this
0 lines of code changed in:
Commented
14 lines of code changed in:
not done yet
39 lines of code changed in:
Remove getName and getDescription methods. This static information will come from cdx.scorebot.app.util.ScoringInfo now.
8 lines of code changed in:
javadoc updates
12 lines of code changed in:
(5 more)