summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * set version numbers for 1.9.8rel/1.9.8ANT_198_RC1Stefan Bodewig2016-12-2523-66/+66
| |/
* | Merge tag 'rel/1.10.0' into master and bump versionsStefan Bodewig2016-12-3124-68/+68
|\ \
| * | set versions for Ant 1.10.0 RC1rel/1.10.0ANT_1.10.0_RC1Stefan Bodewig2016-12-2723-66/+66
|/ /
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2229-53/+54
|\ \ | |/
| * stick with RuntimeExceptions to prevent recursive logging loopsStefan Bodewig2016-12-224-7/+7
| * use better suited exceptionsStefan Bodewig2016-12-229-17/+17
| * there is no better choice of a non-generic exceptionStefan Bodewig2016-12-224-8/+8
| * accept generic exceptions because of backwards compatibilityStefan Bodewig2016-12-228-11/+11
| * accept "impossible" exceptionsStefan Bodewig2016-12-227-10/+11
* | Java7 way pf creating a temp directoryStefan Bodewig2016-12-211-6/+2
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2147-90/+94
|\ \ | |/
| * false positivesStefan Bodewig2016-12-217-9/+9
| * special paths can be finalStefan Bodewig2016-12-211-2/+2
| * embrace StringUtils#getStackTraceStefan Bodewig2016-12-2112-23/+25
| * there simply is no better logger aroundStefan Bodewig2016-12-2116-29/+34
| * "hard coded password"Stefan Bodewig2016-12-211-2/+2
| * Sonar meets backwards compatibility requirementsStefan Bodewig2016-12-2112-25/+22
* | Merge branch '1.9.x'Stefan Bodewig2016-12-212-2/+2
|\ \ | |/
| * fix some oversightsStefan Bodewig2016-12-212-2/+2
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2127-50/+111
|\ \ | |/
| * compareTo requires equals requires hashCodeStefan Bodewig2016-12-211-0/+18
| * false positives and trivial fixesStefan Bodewig2016-12-2111-11/+36
| * fix Serializable classes that were in fact not SerializableStefan Bodewig2016-12-212-6/+7
| * fix SimpleDateFormat cases (the instances are used single threaded)Stefan Bodewig2016-12-212-16/+15
| * could have used isAssignableFrom since Ant 1.9.0Stefan Bodewig2016-12-211-2/+1
| * DataType already implements CloneableStefan Bodewig2016-12-214-6/+4
| * false positive for class name comparisonStefan Bodewig2016-12-211-1/+1
| * don't want to cause compile-time dependenciesStefan Bodewig2016-12-212-2/+2
| * whitespaceStefan Bodewig2016-12-211-3/+3
| * deal with spurious wakeupsStefan Bodewig2016-12-214-4/+25
| * false positive for spurious wakeupsStefan Bodewig2016-12-211-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2113-14/+20
|\ \ | |/
| * unnecessary conditionStefan Bodewig2016-12-211-1/+1
| * uncover hidden NullPointerExceptionStefan Bodewig2016-12-211-1/+1
| * Sonar falsely claims expressions to be constantStefan Bodewig2016-12-215-5/+5
| * objects created for side effects onlyStefan Bodewig2016-12-216-7/+13
| * extract assignment statementsStefan Bodewig2016-12-214-7/+15
| * I disagree with Sonar - moving the assignment make the code worseStefan Bodewig2016-12-213-6/+6
* | extract assignment statementsStefan Bodewig2016-12-214-7/+15
* | I disagree with Sonar - moving the assignment make the code worseStefan Bodewig2016-12-213-6/+6
* | Merge branch '1.9.x'Stefan Bodewig2016-12-216-12/+15
|\ \ | |/
| * fields don't need to be staticStefan Bodewig2016-12-214-7/+9
| * we really want those fields to be static ...Stefan Bodewig2016-12-212-5/+6
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2110-22/+37
|\ \ | |/
| * whitespaceStefan Bodewig2016-12-211-8/+8
| * fix possible null dereferencesStefan Bodewig2016-12-217-8/+16
| * false positives for null dereferencesStefan Bodewig2016-12-213-7/+14
* | Merge branch '1.9.x'Stefan Bodewig2016-12-2112-28/+70
|\ \ | |/
| * don't hide original exception by throwing a new one from finallyStefan Bodewig2016-12-218-22/+64
| * false positives for exceptions thrown from finallyStefan Bodewig2016-12-214-6/+6