Stefan Bodewig
0715dda317
use better suited exceptions
9 years ago
Stefan Bodewig
934adc2ee7
there is no better choice of a non-generic exception
9 years ago
Stefan Bodewig
18877234f2
accept generic exceptions because of backwards compatibility
9 years ago
Stefan Bodewig
da943ea14a
accept "impossible" exceptions
9 years ago
Stefan Bodewig
121043fe59
false positives
9 years ago
Stefan Bodewig
984a03d1ce
special paths can be final
9 years ago
Stefan Bodewig
008f1c8be5
embrace StringUtils#getStackTrace
9 years ago
Stefan Bodewig
4cecc03af6
there simply is no better logger around
9 years ago
Stefan Bodewig
0555c6d5f6
"hard coded password"
9 years ago
Stefan Bodewig
45152b5208
Sonar meets backwards compatibility requirements
9 years ago
Stefan Bodewig
44cd14d100
fix some oversights
9 years ago
Stefan Bodewig
ae7f01f640
compareTo requires equals requires hashCode
9 years ago
Stefan Bodewig
f74ca52299
false positives and trivial fixes
9 years ago
Stefan Bodewig
60162945dd
fix Serializable classes that were in fact not Serializable
9 years ago
Stefan Bodewig
8e56f57ab5
fix SimpleDateFormat cases (the instances are used single threaded)
9 years ago
Stefan Bodewig
9d11861283
could have used isAssignableFrom since Ant 1.9.0
9 years ago
Stefan Bodewig
3e235a8f5a
DataType already implements Cloneable
9 years ago
Stefan Bodewig
0d648167bc
false positive for class name comparison
9 years ago
Stefan Bodewig
70eaedacaf
don't want to cause compile-time dependencies
9 years ago
Stefan Bodewig
0b6fbd3381
whitespace
9 years ago
Stefan Bodewig
f79b8e9354
deal with spurious wakeups
9 years ago
Stefan Bodewig
9d53feac73
false positive for spurious wakeups
9 years ago
Stefan Bodewig
db62044709
unnecessary condition
9 years ago
Stefan Bodewig
64d1056c41
uncover hidden NullPointerException
9 years ago
Stefan Bodewig
eaf3af0aea
Sonar falsely claims expressions to be constant
9 years ago
Stefan Bodewig
144fc493a9
objects created for side effects only
9 years ago
Stefan Bodewig
07ce505d53
extract assignment statements
9 years ago
Stefan Bodewig
23f3c9de3d
I disagree with Sonar - moving the assignment make the code worse
9 years ago
Stefan Bodewig
bcc245e991
fields don't need to be static
9 years ago
Stefan Bodewig
720df700d8
we really want those fields to be static ...
... and manipulated from instance methods
9 years ago
Stefan Bodewig
85ff7bf694
whitespace
9 years ago
Stefan Bodewig
77c681c5be
fix possible null dereferences
9 years ago
Stefan Bodewig
e1f9674ab3
false positives for null dereferences
9 years ago
Stefan Bodewig
6c8b3542fd
don't hide original exception by throwing a new one from finally
9 years ago
Stefan Bodewig
7ffc0970d5
false positives for exceptions thrown from finally
9 years ago
Stefan Bodewig
fba969ee60
avoid NPE
9 years ago
Stefan Bodewig
99deebc030
not sure what Sonar sees here but not a few lines later
9 years ago
Stefan Bodewig
c8a72df591
whitespace
9 years ago
Stefan Bodewig
032e888aac
plug resource leaks detected by Sonar
9 years ago
Stefan Bodewig
ac1b7652dd
Sonar false positives for resource leaks
9 years ago
Stefan Bodewig
8925f08bea
Bugzilla 58661: record fix by barney2k7
closes #27
9 years ago
barney2k7
9eef94a6fc
Bug 58661: avoid duplicate characters in stack traces
The problem was that $secondhalflen is actually less than
string-length($secondhalfword) in case the number of chars in word is
even. This leads to $firsthalflen being calculated too long, resulting
in a duplicated character.
9 years ago
Jeffrey Adamson
0d1928a584
corrected comments
9 years ago
Stefan Bodewig
61e1cccf30
latest iteration of Jeff Adamson's script fixes
known to not completely break in Solaris
9 years ago
Stefan Bodewig
c385fc66ff
next attempt at fixing Gump build
9 years ago
Stefan Bodewig
8cf0c0bb49
try to fix test errors in Gump build
9 years ago
Jeffrey Adamson
173c28f765
fix problems with argument handling of trailing space and sed/echo quirks
9 years ago
Stefan Bodewig
c1bbf2fc0c
add support for Java9's javac --release
https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
9 years ago
Stefan Bodewig
c2666b1996
try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321
suggested patch by Jeffrey Adamson
9 years ago
Stefan Bodewig
642a050e0f
record fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60150
closes #24 thanks to @jwadamson
9 years ago