Stefan Bodewig
99711de1fc
Tagging version 1.10.0 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlhnfZoACgkQohFa4V9ri3KqXACguVqAzeuiy648LE4b9k1mOAjL
5coAoKJ3MZzDTy+pmb3SZv5BlGBfF7OT
=t2o9
-----END PGP SIGNATURE-----
Merge tag 'rel/1.10.0' into master and bump versions
Tagging version 1.10.0 of Ant
9 years ago
Stefan Bodewig
a6a211e062
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
6345b56500
Tagging version 1.9.8 of Ant
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlhnfYQACgkQohFa4V9ri3JKtgCgzZujrRkKFV8jRZeP/vSsO7l8
2owAnjDK2W4d2q/xZ77G71Vxez3kv5d3
=Qdpg
-----END PGP SIGNATURE-----
Merge tag 'rel/1.9.8' into 1.9.x and bump versions
Tagging version 1.9.8 of Ant
9 years ago
Stefan Bodewig
968bc0e6a0
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
445a6a0286
README.html now contains the combined release notes
9 years ago
Stefan Bodewig
451364131f
set versions for Ant 1.10.0 RC1
9 years ago
Stefan Bodewig
09dcf43ff7
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
66edbcf65d
fix small errors in instuctions
9 years ago
Stefan Bodewig
0e20ef34fe
set version numbers for 1.9.8
9 years ago
Stefan Bodewig
5e0632687f
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
7081e356a8
stick with RuntimeExceptions to prevent recursive logging loops
9 years ago
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
476b4ef628
Java7 way pf creating a temp directory
9 years ago
Stefan Bodewig
7aeadd7b0d
Merge branch '1.9.x'
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
b67ec71702
Merge branch '1.9.x'
9 years ago
Stefan Bodewig
44cd14d100
fix some oversights
9 years ago
Stefan Bodewig
754efaae6d
Merge branch '1.9.x'
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
06c42512fc
enable Java8 checks
9 years ago
Stefan Bodewig
52c917b198
Merge branch '1.9.x'
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
7b9ca06ea2
extract assignment statements
9 years ago
Stefan Bodewig
ef80b111c4
I disagree with Sonar - moving the assignment make the code worse
9 years ago
Stefan Bodewig
0d58df76f6
Merge branch '1.9.x'
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