[root]/src/test/org/apache/commons/lang/builder
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 165 (100.0%) | 6040 (100.0%) | 36.6 |
scolebourne | 56 (33.9%) | 4373 (72.4%) | 78.0 |
ggregory | 62 (37.6%) | 1288 (21.3%) | 20.7 |
bayard | 34 (20.6%) | 368 (6.1%) | 10.8 |
dirkv | 13 (7.9%) | 11 (0.2%) | 0.8 |
Applying a modified version of Maarten Coene's patch for #LANG-69. All unit tests pass; opinions would be very welcome though.
56 lines of code changed in:
// comments.
2 lines of code changed in:
HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle.
https://issues.apache.org/jira/browse/LANG-279
70 lines of code changed in:
https://issues.apache.org/jira/browse/LANG-279
HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle.
55 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
84 lines of code changed in:
Updated Copyrights to 2006.
1 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
13 lines of code changed in:
Remove unused import java.lang.reflect.Field
0 lines of code changed in:
Fix compilation error
2 lines of code changed in:
Commenting out unit test for 36061 so unit tests pass again
2 lines of code changed in:
Committing a failing test (StackOverflow) as a part of #36061
20 lines of code changed in:
Applying Pete Gieser's enhancement for the CompareToBuilder - a clone of the EqualsBuilder and HashCodeBuilder fixes previously applied. Bugzilla issue #39398
52 lines of code changed in:
Adding new excludeFields functionality for EqualsBuilder and HashCodeBuilder, as submitted by Pete Gieser, Bugzilla: #39315
66 lines of code changed in:
[lang] Using ReflectionToStringBuilder and excluding secure fields.
ASF Bugzilla Bug 36925.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36925
75 lines of code changed in:
A cut at http://issues.apache.org/bugzilla/show_bug.cgi?id=36925: Using ReflectionToStringBuilder and excluding secure fields.
71 lines of code changed in:
Updated copyright statements for 2005.
13 lines of code changed in:
Application of patch from Bugzilla: #33574, by Travis Stevens. Balances a call to appendFieldStart with an appendFieldEnd after appending the field. Test also included.
32 lines of code changed in:
svn:keywords correction
11 lines of code changed in:
removed tabs from source, as per checkstyle
12 lines of code changed in:
Add test from http://issues.apache.org/bugzilla/show_bug.cgi?id=33067.
12 lines of code changed in:
(37 more)