Javadoc.
2 lines of code changed in:
Javadoc.
6 lines of code changed in:
Added testSelfInstanceVarReflectionObjectCycle to replicate an example in http://issues.apache.org/bugzilla/show_bug.cgi?id=19331.
This is a bit redundant with other tests, but insures the given example is handled.
25 lines of code changed in:
An attempt to put together an implementation for bugzilla issue 29163. Tempted to think that split() should not be using the stopTime variable.
107 lines of code changed in:
cleaning up some bad maven configuration. A <resource> tag is needed between the resources and includes to work. As it no longer works, I have removed the sections as they appear to not need them (copy and paste from original poms in commons). Also removed empty jar tags and integrationTest tags
0 lines of code changed in:
added tests for rounding and truncating to AM_PM;
added additional test of rounding to SEMI_MONTH
99 lines of code changed in:
corrected calendar field used to calculate the offset when modifying the hour for a round or truncated based on AM_PM
3 lines of code changed in:
Added C. Scott Ananian to contributors.
3 lines of code changed in:
Fixed numeric problems reported in PR #29294
Submitted by: C. Scott Ananian
Reviewed by: Phil Steitz
609 lines of code changed in:
moved testParseCVS to sandbox DateFormatterTest.java
0 lines of code changed in:
moved parseCVS to sandbox DateFormatter.java
1 lines of code changed in:
added tests for new splitPreserveAllTokens methods (http://issues.apache.org/bugzilla/show_bug.cgi?id=22692)
314 lines of code changed in:
http://issues.apache.org/bugzilla/show_bug.cgi?id=22692 :
- added new splitPreserveAllTokens methods to mirror the split functionality, preserving empty tokens indicated by adjacent tokens;
- refactored logic of existing split method into splitWorker for sharing by new splitPreserveAllTokens methods
219 lines of code changed in:
Add MutableObject
212 lines of code changed in:
Update mutable package for release 2.1
1366 lines of code changed in:
added the view that we should not use boolean arguments to overload methods of similar signature
2 lines of code changed in:
Add format(long) and format(long, StringBuffer)
bug 29794
36 lines of code changed in:
A reworked mutable int, ready for comments
128 lines of code changed in:
Improve javadocs
19 lines of code changed in:
corrected javadoc typo
4 lines of code changed in:
added tests of rounding and truncating across daylight saving time beginning and ending
118 lines of code changed in:
changed modify method to calculate the field offset and use the set method, rather than adding the offset and letting Calendar perform the calculation - this fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=25560;
updated javadocs on round method to explain how rounding across daylight saving time is handled
38 lines of code changed in:
Adding in new Interpolation class for opinions. It is, apart from cleaning up,
creation of a unit test and renaming to 'interpolate', the submission from Ken
Fitzpatrick in Bugzilla: #18962.
Lang has had a class much like this before so opinions saught (I'm in fact suffering
from some major deja vu with this, need to research how many times I've committed this
type of code to Lang :) ).
Submitted by: Ken Fitzpatrick
112 lines of code changed in:
Tomcat uses getThrowable for its nested exception method, so adding this to ExceptionUtils' list.
Bugz: #29673
Submitted by: Lars Beuster
2 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=27876
[lang] ReflectionToStringBuilder.toString(null) throws exception by design
new ToStringBuilder(null).toString() == the style's nullText.
4 lines of code changed in:
javadoc.
2 lines of code changed in:
Javadoc typo.
1 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=27876
[lang] ReflectionToStringBuilder.toString(null) throws exception by design
new ToStringBuilder(null).toString() == the style's nullText.
10 lines of code changed in:
PR: http://issues.apache.org/bugzilla/show_bug.cgi?id=27876
[lang] ReflectionToStringBuilder.toString(null) throws exception by design
Javadoc updates.
9 lines of code changed in: