Directory cdx/scorebot/util/

Directory Created:
2007-01-22 12:58
Total Files:
10
Deleted Files:
0
Lines of Code:
1248

[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)

Lines of Code

cdx/scorebot/util/ Lines of Code

Developers

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

Most Recent Commits

dound 2007-04-08 01:24

fixed serialVersionUID visibility / constancy

9 lines of code changed in:

  • cdx/scorebot/util: Event.java (+3 -3), Timestamp.java (+3 -3), TimestampRange.java (+3 -3)
dound 2007-04-08 01:09

Added public long serialVersionUID = 102L; to all serializable classes.

12 lines of code changed in:

  • cdx/scorebot/util: Event.java (+4 -2), Timestamp.java (+4 -2), TimestampRange.java (+4 -2)
dound 2007-04-08 01:00

I/O streams are now closed properly.

4 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+4 -2)
dound 2007-04-08 00:55

Refactored Hash to hash to follow normal naming conventions.

4 lines of code changed in:

  • cdx/scorebot/util: IntegrityCheck.java (+3 -3), MD5.java (+1 -1)
dound 2007-04-08 00:52

Removed unneccessary null object tests.

4 lines of code changed in:

  • cdx/scorebot/util: Timestamp.java (+2 -3), TimestampRange.java (+2 -3)
dound 2007-04-08 00:43

Removed dead stores to local variables.

2 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+2 -3)
dound 2007-04-08 00:02

Performance: Improved string concatentation.

4 lines of code changed in:

  • cdx/scorebot/util: MD5.java (+4 -3)
dound 2007-04-02 10:48

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:

  • cdx/scorebot/util: Timestamp.java (+13 -2), TimestampRange.java (+14 -2)
dound 2007-04-02 02:59

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:

  • cdx/scorebot/util: IllegalArgValException.java (new 23), StringOps.java (+9 -6)
dound 2007-03-30 02:20

removed debugging statements from test code

1 lines of code changed in:

  • cdx/scorebot/util: MD5.java (+1 -1)
dound 2007-03-29 00:01

Names may now only contain allow letters, number, spaces, and underscores.

15 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+15 -2)
dound 2007-03-28 11:47

Filenames are now saved in events as transients.

15 lines of code changed in:

  • cdx/scorebot/util: Event.java (+15 -2)
dound 2007-03-27 15:02

Event now contains reporting information.

17 lines of code changed in:

  • cdx/scorebot/util: Event.java (+17 -2)
dound 2007-03-22 03:05

Bug fix: was just stripping all ext vice the specified number

3 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+3 -3)
dound 2007-03-22 03:02

Added a method to strip off extensions.

25 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+25 -2)
dound 2007-03-21 03:03

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:

  • cdx/scorebot/util: IntegrityCheck.java (new 91)
dound 2007-03-21 02:34

Relocated the MD5 class.

60 lines of code changed in:

  • cdx/scorebot/util: MD5.java (new 60)
dound 2007-03-06 17:57

Bug fix: getPath was not returning the path correctly

5 lines of code changed in:

  • cdx/scorebot/util: StringOps.java (+5 -5)
dound 2007-03-05 09:05

A basic HTML keyword highlighter which marks up certain keywords in a string with user-defined HTML styles.

190 lines of code changed in:

  • cdx/scorebot/util: ColorLogicHTML.java (new 190)
dound 2007-03-05 09:04

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:

  • cdx/scorebot/util: StringOps.java (+4 -4)

(25 more)

Generated by StatCVS 0.3