summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/depend
Commit message (Expand)AuthorAgeFilesLines
* removed http links from java sources to the extent possiblejkf2019-05-251-1/+1
* updated reference to license from http to https usingjkf2019-05-2526-26/+26
* missing license headersStefan Bodewig2019-03-202-0/+34
* Refactor getZipEntryStreamGintas Grigelionis2018-11-191-19/+4
* Avoid leaks in AntAnalyzerGintas Grigelionis2018-11-181-8/+25
* Use try-with-resourcesGintas Grigelionis2018-11-171-15/+4
* Revert last 5 commitsGintas Grigelionis2018-11-041-10/+17
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-17/+10
* Remove redundanciesGintas Grigelionis2018-08-203-3/+3
* Merge 1.9.xGintas Grigelionis2018-05-281-3/+2
|\
| * Use String#contains() (cherry-pick 92f18cf)Gintas Grigelionis2018-05-261-1/+1
| * apply patch #55 by @reudismam which doesn't apply properly on this branchStefan Bodewig2018-01-261-1/+1
| * Let’s use doclintGintas Grigelionis2017-12-102-2/+2
* | Avoid Collections.list().stream()Gintas Grigelionis2018-05-171-1/+1
* | Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-162-23/+12
* | Parse the CONSTANT_Package_info constant pool entry from class filesJaikiran Pai2018-05-132-0/+41
* | Fix parsing of module-info.class, when being analyzed by "depend" taskJaikiran Pai2018-05-122-0/+40
* | Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-2/+2
* | Tidy up the codeGintas Grigelionis2018-04-031-3/+3
* | Use diamondsGintas Grigelionis2018-04-021-2/+2
* | Simplify and tidy upGintas Grigelionis2018-04-021-5/+0
* | Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-016-9/+7
* | make sure destPath doesn't leak into dependency pathStefan Bodewig2018-02-141-6/+8
* | Java8 refactoring introduced the evil PrintWriterStefan Bodewig2018-02-131-5/+7
* | Use valueOf method instead of constructor since valueOf has higher performance.reudismam2018-01-261-1/+1
* | Let’s use doclintGintas Grigelionis2017-12-104-5/+5
* | whitespaceStefan Bodewig2017-04-192-5/+5
* | java 5-8java8Matt Benson2017-04-1324-438/+330
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-122-5/+7
* | Merge branch '1.9.x'Stefan Bodewig2016-12-221-1/+3
|\ \ | |/
| * use better suited exceptionsStefan Bodewig2016-12-221-1/+3
* | Merge branch '1.9.x'Stefan Bodewig2016-12-211-1/+1
|\ \ | |/
| * fix possible null dereferencesStefan Bodewig2016-12-211-1/+1
* | try-with-resourcesStefan Bodewig2016-12-201-6/+2
* | Merge branch '1.9.x'Stefan Bodewig2016-12-201-6/+10
|\ \ | |/
| * whitespaceStefan Bodewig2016-12-201-7/+7
| * plug resource leaks detected by SonarStefan Bodewig2016-12-201-0/+4
* | try-with-resource for AntClassLoaderStefan Bodewig2016-03-291-7/+1
* | embrace AutoCloseableStefan Bodewig2016-03-281-3/+1
|/
* Prevent string concatenations as argument to "StringBuffer.append()"Vladislav Bauer2015-12-021-1/+1
* whitespaceStefan Bodewig2014-07-121-3/+3
* checkstyleJan Matèrne2014-07-041-5/+8
* organize importsJan Matèrne2014-07-033-0/+3
* PR 54090 Depend task does not handle invokeDynamic constant pool entries - ja...Antoine Levy-Lambert2013-01-224-0/+292
* Java 1.5, continuedMatthew Jason Benson2012-08-223-51/+39
* microoptimizations. PR 50716Stefan Bodewig2011-02-032-8/+15
* PrintWriter hides exceptions, avoid itStefan Bodewig2009-07-131-5/+7
* add a few more debug log statementsStefan Bodewig2008-12-041-4/+22
* whitespaceStefan Bodewig2008-10-081-2/+2
* don't delete classes if the source is not there. PR 45916Stefan Bodewig2008-10-081-0/+4