0
I Use This!
Inactive

Commits : Listings

Analyzed 13 minutes ago. based on code collected about 5 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
don't append string in a loop More... over 14 years ago
make select inner classes static More... over 14 years ago
cleanup inefficient map traversals More... over 14 years ago
remove spurious instanceof checks and casts More... over 14 years ago
FilterMediator -> XPathOrRegexFilterMediator More... over 14 years ago
fix locations where potential nulls would cause an exception More... over 14 years ago
make constant static More... over 14 years ago
get rid of looped string concatenation More... over 14 years ago
get rid of looped string concatenation, StringBuffer -> StringBuilder More... over 14 years ago
get rid of looped string concatenation and other weirdness More... over 14 years ago
remove unused xslt utils More... over 14 years ago
improve map iterations More... over 14 years ago
foo!=null ? foo : null - seriously? More... over 14 years ago
fix null check after deref More... over 14 years ago
cleanup possible null pointer derefs More... over 14 years ago
make select inner classes static More... over 14 years ago
new Boolean() -> Boolean.valueOf() More... over 14 years ago
improve map iterations More... over 14 years ago
get rid of dead vars More... over 14 years ago
make things that ought to be final final More... over 14 years ago
whoops, forgot to add Axis2Constants More... over 14 years ago
renamed Constants to Axis2Constants More... over 14 years ago
actually useful array toString More... over 14 years ago
use the correct key when removing More... over 14 years ago
correct useless equality checks More... over 14 years ago
switch to short circuit operators More... over 14 years ago
get rid of unused (and pretty much unusable) method) More... over 14 years ago
make selected inner classes static More... over 14 years ago
make loggers final More... over 14 years ago
Start cleaning up BoundaryDelimitedStream - cleanup imports, remove pointless size calculations, fix log formatting issue More... over 14 years ago