Directory src/au/com/whitesquare/util/

Directory Created:
2003-06-22 20:24
Total Files:
10
Deleted Files:
0
Lines of Code:
2470

[root]/src/au/com/whitesquare/util

Lines of Code

src/au/com/whitesquare/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
steve 54 (100.0%) 6019 (100.0%) 111.4

Most Recent Commits

steve 2009-02-17 14:45

Fixed padZeros bug where the wrong number of zeros were being added.

6 lines of code changed in:

  • src/au/com/whitesquare/util: FormatUtil.java (+6 -3)
steve 2008-11-26 11:07

Added function to test validity of a string against a basic email spec.

18 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+18 -2)
steve 2008-07-29 16:19

Added new utility function to remove HTML tags.

38 lines of code changed in:

  • src/au/com/whitesquare/util: HTMLUtil.java (+38 -2)
steve 2008-07-29 16:17

parseBoolean now also accepts a Number (1 returns true, all else false)

708 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+708 -699)
steve 2008-07-29 08:03

Added new formatWholeDollars utility function.

421 lines of code changed in:

  • src/au/com/whitesquare/util: FormatUtil.java (+421 -356)
steve 2008-04-27 21:48

bug 29: added cookie utils class.

39 lines of code changed in:

  • src/au/com/whitesquare/util: CookieUtil.java (new 39)
steve 2007-11-08 12:28

Fixed quoteCr reference.

6 lines of code changed in:

  • src/au/com/whitesquare/util: FormatUtil.java (+6 -3)
steve 2007-11-08 12:13

Added quoteCR function for use in iCal content.

16 lines of code changed in:

  • src/au/com/whitesquare/util: FormatUtil.java (+16 -3)
steve 2007-09-17 00:04

Removed obsolete method.
Cleaned up code bugs found by FindBugs pass.

347 lines of code changed in:

  • src/au/com/whitesquare/util: FormatUtil.java (+347 -369)
steve 2007-09-05 13:07

Changed codes on suggestion from FindBugs to use the .valueOf function
on the Number objects instead of using the new XXX constructor.

9 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+9 -5)
steve 2007-08-28 19:29

Updated date formats to be final.

12 lines of code changed in:

  • src/au/com/whitesquare/util: DateUtil.java (+12 -9)
steve 2007-06-16 23:32

Fixed bug where parsing long with a string that contains a number too
large threw an exception. Is now caught and re-thrown nicely.

14 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+14 -4)
steve 2007-03-29 21:20

added getInteger(String, int) function to support loading a int and allowing a default
value on missing value or parsing failure.

36 lines of code changed in:

  • src/au/com/whitesquare/util: ConfigManager.java (+36 -5)
steve 2007-03-21 20:51

Fixed witness files and project file to allow the iCal tests to complete.

8 lines of code changed in:

  • src/au/com/whitesquare/util: EncryptionUtil.java (+8 -5)
steve 2007-01-30 14:10

Fixed math bug in padZeros to allow tests to work correctly.

692 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+692 -689)
steve 2007-01-01 22:12

Ability to get the configmanager internal instance is made public to enable invoking
reload on the internal data structure.

6 lines of code changed in:

  • src/au/com/whitesquare/util: ConfigManager.java (+6 -3)
steve 2006-11-11 10:53

Updated encoding of entities to convert any char over 128 to its # value.

13 lines of code changed in:

  • src/au/com/whitesquare/util: HTMLUtil.java (+13 -4)
steve 2005-12-06 16:39

Updated debug to indicate which function is being debugged.

10 lines of code changed in:

  • src/au/com/whitesquare/util: ParseUtil.java (+10 -7)
steve 2005-08-18 10:36

Added support for sending attachments to the emailer.

35 lines of code changed in:

  • src/au/com/whitesquare/util: Emailer.java (+35 -3)
steve 2005-07-10 11:10

Created new decoding methods to match the encoding ones.

109 lines of code changed in:

  • src/au/com/whitesquare/util: HTMLUtil.java (+109 -8)

(26 more)

Generated by StatCVS 0.3