Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix SimpleDateFormat cases (the instances are used single threaded) | Stefan Bodewig | 2016-12-21 | 2 | -16/+15 | |
| | ||||||
* | could have used isAssignableFrom since Ant 1.9.0 | Stefan Bodewig | 2016-12-21 | 1 | -2/+1 | |
| | ||||||
* | DataType already implements Cloneable | Stefan Bodewig | 2016-12-21 | 4 | -6/+4 | |
| | ||||||
* | false positive for class name comparison | Stefan Bodewig | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | don't want to cause compile-time dependencies | Stefan Bodewig | 2016-12-21 | 2 | -2/+2 | |
| | ||||||
* | whitespace | Stefan Bodewig | 2016-12-21 | 1 | -3/+3 | |
| | ||||||
* | deal with spurious wakeups | Stefan Bodewig | 2016-12-21 | 4 | -4/+25 | |
| | ||||||
* | false positive for spurious wakeups | Stefan Bodewig | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | unnecessary condition | Stefan Bodewig | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | uncover hidden NullPointerException | Stefan Bodewig | 2016-12-21 | 1 | -1/+1 | |
| | ||||||
* | Sonar falsely claims expressions to be constant | Stefan Bodewig | 2016-12-21 | 5 | -5/+5 | |
| | ||||||
* | objects created for side effects only | Stefan Bodewig | 2016-12-21 | 6 | -7/+13 | |
| | ||||||
* | extract assignment statements | Stefan Bodewig | 2016-12-21 | 4 | -7/+15 | |
| | ||||||
* | I disagree with Sonar - moving the assignment make the code worse | Stefan Bodewig | 2016-12-21 | 3 | -6/+6 | |
| | ||||||
* | fields don't need to be static | Stefan Bodewig | 2016-12-21 | 4 | -7/+9 | |
| | ||||||
* | we really want those fields to be static ... | Stefan Bodewig | 2016-12-21 | 2 | -5/+6 | |
| | | | | ... and manipulated from instance methods | |||||
* | whitespace | Stefan Bodewig | 2016-12-21 | 1 | -8/+8 | |
| | ||||||
* | fix possible null dereferences | Stefan Bodewig | 2016-12-21 | 7 | -8/+16 | |
| | ||||||
* | false positives for null dereferences | Stefan Bodewig | 2016-12-21 | 3 | -7/+14 | |
| | ||||||
* | don't hide original exception by throwing a new one from finally | Stefan Bodewig | 2016-12-21 | 8 | -22/+64 | |
| | ||||||
* | false positives for exceptions thrown from finally | Stefan Bodewig | 2016-12-21 | 4 | -6/+6 | |
| | ||||||
* | avoid NPE | Stefan Bodewig | 2016-12-20 | 1 | -1/+3 | |
| | ||||||
* | not sure what Sonar sees here but not a few lines later | Stefan Bodewig | 2016-12-20 | 1 | -1/+1 | |
| | ||||||
* | whitespace | Stefan Bodewig | 2016-12-20 | 4 | -69/+69 | |
| | ||||||
* | plug resource leaks detected by Sonar | Stefan Bodewig | 2016-12-20 | 9 | -18/+62 | |
| | ||||||
* | Sonar false positives for resource leaks | Stefan Bodewig | 2016-12-20 | 10 | -12/+18 | |
| | ||||||
* | Bug 58661: avoid duplicate characters in stack traces | barney2k7 | 2016-12-06 | 2 | -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 comments | Jeffrey Adamson | 2016-10-29 | 1 | -2/+2 | |
| | ||||||
* | latest iteration of Jeff Adamson's script fixes | Stefan Bodewig | 2016-10-26 | 1 | -8/+19 | |
| | | | | known to not completely break in Solaris | |||||
* | next attempt at fixing Gump build | Stefan Bodewig | 2016-10-24 | 1 | -2/+4 | |
| | ||||||
* | try to fix test errors in Gump build | Stefan Bodewig | 2016-10-23 | 2 | -2/+14 | |
| | ||||||
* | fix problems with argument handling of trailing space and sed/echo quirks | Jeffrey Adamson | 2016-10-22 | 1 | -7/+47 | |
| | ||||||
* | add support for Java9's javac --release | Stefan Bodewig | 2016-10-08 | 3 | -14/+122 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60172 | |||||
* | try to fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59321 | Stefan Bodewig | 2016-10-08 | 1 | -2/+7 | |
| | | | | suggested patch by Jeffrey Adamson | |||||
* | fix 60150 values containing backtick or $ character cause shell error on *nix | Jeffrey Adamson | 2016-09-28 | 1 | -2/+2 | |
| | ||||||
* | Arrays.copyOf is too new for 1.9.x branch | Stefan Bodewig | 2016-09-11 | 1 | -1/+2 | |
| | ||||||
* | really remove Java7 and Java8 features | Stefan Bodewig | 2016-09-11 | 2 | -4/+9 | |
| | ||||||
* | remove try-with-resources | Stefan Bodewig | 2016-09-11 | 1 | -1/+7 | |
| | ||||||
* | Fixed forgotten -upgrademodulepath in the DefaultCompilerAdapter. | Tomas Zezula | 2016-09-11 | 1 | -1/+1 | |
| | ||||||
* | JDK9 command line options updated to JEP 293 | Tomas Zezula | 2016-09-11 | 4 | -17/+17 | |
| | ||||||
* | fix version numbers | Stefan Bodewig | 2016-09-11 | 1 | -7/+7 | |
| | ||||||
* | linefeeds | Stefan Bodewig | 2016-09-11 | 1 | -602/+602 | |
| | ||||||
* | JDK9 modules support for JUnit by Tomáš Zezula | Stefan Bodewig | 2016-09-11 | 2 | -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 work | Stefan Bodewig | 2016-09-04 | 1 | -10/+19 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 | |||||
* | allow Ant references to be used for xslt attributes | Stefan Bodewig | 2016-09-04 | 1 | -1/+12 | |
| | ||||||
* | use the undocumented TraX factory feature for extensions | Stefan Bodewig | 2016-09-04 | 2 | -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 features | Stefan Bodewig | 2016-09-04 | 2 | -7/+101 | |
| | ||||||
* | some additional redirect-extension tests | Stefan Bodewig | 2016-09-04 | 2 | -1/+79 | |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 | |||||
* | refactor test | Stefan Bodewig | 2016-09-04 | 1 | -63/+32 | |
| | ||||||
* | whitespace | Stefan Bodewig | 2016-09-04 | 1 | -13/+13 | |
| |