summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* try to adapt to Java10+ rapidly changing major versionsjava-10-versionStefan Bodewig2017-11-297-102/+238
* Remove the redundant nullcheck of value known to be non-null.Kui LIU2017-10-151-1/+1
* properly handle factory configuration exceptionStefan Bodewig2017-10-151-2/+6
* createAndSet never returns nullStefan Bodewig2017-10-151-15/+4
* Fix the inefficient use of keySet iterator with entrySet iterator.Kui LIU2017-10-131-2/+3
* Fix the problem of using '+=' operator to concatenate strings a in a loop.Kui LIU2017-10-131-2/+2
* Fix the problem of instanceof test always return true.Kui LIU2017-10-111-1/+1
* BZ-60644 Skip copying files, to avoid corrupting source files, if the source ...Jaikiran Pai2017-09-281-2/+55
* record change, add @since tags, closes #36Stefan Bodewig2017-09-282-1/+6
* Reverse dependancy of DateUtils on TouchGeorge Bateman2017-09-282-23/+35
* Allow faking of zip entry modification times.George Bateman2017-09-282-2/+91
* BZ-58589 Preserve last modified time (if asked for) for files uploaded by SFTPJaikiran Pai2017-09-252-6/+67
* BZ-43271 BZ-59648 Change permissions on the correct remote file (path) that w...Jaikiran Pai2017-07-231-5/+20
* add since markers, add Mark to contributorsStefan Bodewig2017-07-102-8/+8
* Add Orion EJB deployment tool to EjbJar taskdef.Mark Niggemann2017-07-102-52/+29
* Add Orion EJB deployment tool to EjbJar taskdef.Mark Niggemann2017-07-101-0/+102
* add magic property that override's tstamp's idea of "now"Stefan Bodewig2017-05-082-1/+31
* fix off by one error found by Matt BensonStefan Bodewig2017-04-211-1/+1
* add regexp attribute to linecontainsregexpStefan Bodewig2017-04-111-4/+11
* Make GenerateKey.DistinguishedName.toString more robustStefan Bodewig2017-03-151-3/+9
* Added option to force the csv quote charFrancesco Steccanella2017-02-171-4/+14
* Eclipse tries to write to systemClasspath - PR 60582Stefan Bodewig2017-01-131-1/+2
* Fixed a typo (instanciated -> instantiated)Emmanuel Bourg2017-01-122-3/+3
* 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
* false positivesStefan Bodewig2016-12-217-9/+9
* special paths can be finalStefan Bodewig2016-12-211-2/+2
* embrace StringUtils#getStackTraceStefan Bodewig2016-12-2111-19/+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
* fix some oversightsStefan Bodewig2016-12-212-2/+2
* 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
* 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