Javadoc: Replace some HTML anchor hrefs with Javadoc @link and other nits.
20 lines of code changed in:
Javadoc.
7 lines of code changed in:
Javadoc package description.
23 lines of code changed in:
The Sun Javadoc for versions prior to 1.3 are off-line:
<property name="jdk.javadoc" value="http://java.sun.com/j2se/1.3/docs/api/"/>
3 lines of code changed in:
rolled back BUG#30929 pending opinions
8 lines of code changed in:
added javadoc to warn of Bug#31422, reported by Itzik Levin
4 lines of code changed in:
Gary wants us to be more precise :)
2 lines of code changed in:
Bug#30929. Shorn Tolley pointed out that using equals() means you can't pass
SQLException in and expect to get back extensions of SQLException. Switching
to isAssignableFrom allows you to do this.
4 lines of code changed in:
I am such an idiot. It is dd for day of month, not DD. No surprise it was printing 366 and not 31 for the last day of the year. Excuse me while I garotte myself.
3 lines of code changed in:
typo fixed, a couple of extra overload methods added (need javadoc) and formatting for start->end changed to match millis implementation, for a pattern of M, 4 years is reported as 48 months and not 0 months.
46 lines of code changed in:
tests updated to not need the removed month/year milli estimates
16 lines of code changed in:
teach me to commit without a compile. Removed an overloaded method, so needs another parameter to hit a different overload
2 lines of code changed in:
fixing the optimisation separation
2 lines of code changed in:
updated javadoc
53 lines of code changed in:
removed the weak assumptions for number of millis in a month/year from DateUtils. Implemented a second format method that relies on a start and an end in DurationFormatUtils, though I found that TimeZone was very important in the overloaded millis version. The two methods hand off to each other depending on whether the time is > or < than 28 days
113 lines of code changed in:
switched tests away from using the extended format to using just the pattern and the duration format code. Switched a year to being 365.25 days, though months are still quite off when doing durations on milliseconds.
26 lines of code changed in:
Javadoc nit.
2 lines of code changed in:
Fix for zero-padding of years.
A commented out set of failing tests are added to the Unit Test and need to be addressed.
Submitted by: Jerson Chua
36 lines of code changed in:
commented out failing test. need to decide how to fix
2 lines of code changed in:
Add isSameDay method to DateUtils
37 lines of code changed in:
Update constants, ensuring that 64bit longs are used properly
6 lines of code changed in:
added classes to write about
57 lines of code changed in:
put section in the wrong place
4 lines of code changed in:
developer guide moved to the site and hooked into the navigation
141 lines of code changed in:
updated user guide
67 lines of code changed in:
typo
2 lines of code changed in:
No longer Antony\'s email
2 lines of code changed in:
tests the state checking and uses SplitTime
72 lines of code changed in:
linked in userguide, though it needs work
100 lines of code changed in:
lniked in text package
3 lines of code changed in:
Interpolation moved into the text package
59 lines of code changed in:
reformatted to match other Lang code
13 lines of code changed in:
class from Digester, akin to the Interpolation class in the lang package
21 lines of code changed in:
Fixed a typo in javadoc.
2 lines of code changed in:
Fixed a couple of typos in javadoc.
8 lines of code changed in:
Remove cloning from char array methods
30 lines of code changed in:
Javadoc nit fixed.
5 lines of code changed in:
Unnecessary semicolon.
2 lines of code changed in:
The local variable substitutionBean is never read.
1 lines of code changed in:
Remove unused imports.
1 lines of code changed in: