[root]/cdx/scorebot/util
config
(8 files, 645 lines)
io
(6 files, 1465 lines)
swing
(22 files, 4429 lines)
binding
(19 files, 2501 lines)
delegate
(17 files, 3382 lines)
translator
(12 files, 833 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 63 (100.0%) | 1446 (100.0%) | 22.9 |
dound | 59 (93.7%) | 1238 (85.6%) | 20.9 |
genned | 4 (6.3%) | 208 (14.4%) | 52.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:
I/O streams are now closed properly.
4 lines of code changed in:
Refactored Hash to hash to follow normal naming conventions.
4 lines of code changed in:
Removed unneccessary null object tests.
4 lines of code changed in:
Removed dead stores to local variables.
2 lines of code changed in:
Performance: Improved string concatentation.
4 lines of code changed in:
The process which checks to see if the file currently being edited now prompts the user to see if they want to save changes or not only if the file has been changed, and always if the file has been changed. Previously, an imperfect method which didn't work as well was being used.
equals( Object o ) has also been overriden for all objects in the framework.
27 lines of code changed in:
IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.
32 lines of code changed in:
removed debugging statements from test code
1 lines of code changed in:
Names may now only contain allow letters, number, spaces, and underscores.
15 lines of code changed in:
Filenames are now saved in events as transients.
15 lines of code changed in:
Event now contains reporting information.
17 lines of code changed in:
Bug fix: was just stripping all ext vice the specified number
3 lines of code changed in:
Added a method to strip off extensions.
25 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.
91 lines of code changed in:
Relocated the MD5 class.
60 lines of code changed in:
Bug fix: getPath was not returning the path correctly
5 lines of code changed in:
A basic HTML keyword highlighter which marks up certain keywords in a string with user-defined HTML styles.
190 lines of code changed in:
Bug fix: if the one of the marker strings was on the edge of the string in which it was searching, an error would occur.
4 lines of code changed in:
(25 more)