summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* 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
| | | | ... and manipulated from instance methods
* 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
|
* 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
|
* avoid NPEStefan Bodewig2016-12-201-1/+3
|
* not sure what Sonar sees here but not a few lines laterStefan Bodewig2016-12-201-1/+1
|
* whitespaceStefan Bodewig2016-12-204-69/+69
|
* plug resource leaks detected by SonarStefan Bodewig2016-12-209-18/+62
|
* Sonar false positives for resource leaksStefan Bodewig2016-12-2010-12/+18
|
* Bug 58661: avoid duplicate characters in stack tracesbarney2k72016-12-062-6/+6
| | | | | | | 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.
* corrected commentsJeffrey Adamson2016-10-291-2/+2
|
* latest iteration of Jeff Adamson's script fixesStefan Bodewig2016-10-261-8/+19
| | | | known to not completely break in Solaris
* next attempt at fixing Gump buildStefan Bodewig2016-10-241-2/+4
|
* try to fix test errors in Gump buildStefan Bodewig2016-10-232-2/+14
|
* fix problems with argument handling of trailing space and sed/echo quirksJeffrey Adamson2016-10-221-7/+47
|
* add support for Java9's javac --releaseStefan Bodewig2016-10-083-14/+122
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
* try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321Stefan Bodewig2016-10-081-2/+7
| | | | suggested patch by Jeffrey Adamson
* fix 60150 values containing backtick or $ character cause shell error on *nixJeffrey Adamson2016-09-281-2/+2
|
* Arrays.copyOf is too new for 1.9.x branchStefan Bodewig2016-09-111-1/+2
|
* really remove Java7 and Java8 featuresStefan Bodewig2016-09-112-4/+9
|
* remove try-with-resourcesStefan Bodewig2016-09-111-1/+7
|
* Fixed forgotten -upgrademodulepath in the DefaultCompilerAdapter.Tomas Zezula2016-09-111-1/+1
|
* JDK9 command line options updated to JEP 293Tomas Zezula2016-09-114-17/+17
|
* fix version numbersStefan Bodewig2016-09-111-7/+7
|
* linefeedsStefan Bodewig2016-09-111-602/+602
|
* JDK9 modules support for JUnit by Tomáš ZezulaStefan Bodewig2016-09-112-7/+332
| | | | this is the combined patch or #18 which couldn't be applied via `git am`
* don't try reflection when we know it doesn't workStefan Bodewig2016-09-041-10/+19
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
* allow Ant references to be used for xslt attributesStefan Bodewig2016-09-041-1/+12
|
* use the undocumented TraX factory feature for extensionsStefan Bodewig2016-09-042-1/+37
| | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 won't work until https://bugs.openjdk.java.net/browse/JDK-8165116 has been fixed.
* add support for TraX factory featuresStefan Bodewig2016-09-042-7/+101
|
* some additional redirect-extension testsStefan Bodewig2016-09-042-1/+79
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
* refactor testStefan Bodewig2016-09-041-63/+32
|
* whitespaceStefan Bodewig2016-09-041-13/+13
|