summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/Javac.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.9.x'Stefan Bodewig2021-09-021-52/+16
|\
| * ensure build.compiler works with full classnames for extjavac/modernStefan Bodewig2021-09-021-61/+19
| * Use foreach loops (cherry-pick 1c80d50)Gintas Grigelionis2018-05-261-7/+6
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-3/+2
| * Let’s use doclintGintas Grigelionis2017-12-101-0/+4
* | build.sysclasspath is a magic nametwogee2020-01-191-3/+3
* | improved version handling in CompilerAdapterjkf2019-06-151-33/+28
* | JavaEnvUtils - Suppot of JDK1.8+ onlyjkf2019-06-151-16/+4
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
* | Use StandardCharsetsGintas Grigelionis2018-08-201-1/+2
* | Checkstyle/spellingGintas Grigelionis2018-04-201-8/+6
* | Avoid repetitionGintas Grigelionis2018-04-061-2/+1
* | Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-3/+3
* | Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-5/+1
* | Use diamondsGintas Grigelionis2018-04-021-1/+1
* | Simplify and tidy upGintas Grigelionis2018-04-021-1/+1
* | Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-4/+4
* | Use foreach loopsGintas Grigelionis2018-04-011-5/+3
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-4/+3
* | Let’s use doclintGintas Grigelionis2017-12-101-0/+4
* | Merge branch '1.9.x'Stefan Bodewig2017-12-021-6/+13
|\ \ | |/
| * try to adapt to Java10+ rapidly changing major versionsStefan Bodewig2017-12-021-5/+11
| * Checkstyle: mostly whitespace (cf master)Gintas Grigelionis2017-12-011-1/+1
* | java 5-8java8Matt Benson2017-04-131-64/+58
* | reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-121-2/+2
* | Merge branch '1.9.x'Stefan Bodewig2016-10-081-0/+28
|\ \ | |/
| * add support for Java9's javac --releaseStefan Bodewig2016-10-081-0/+28
* | Merge branch '1.9.x'Stefan Bodewig2016-07-311-0/+21
|\ \ | |/
| * add support for javac -hStefan Bodewig2016-07-311-0/+21
* | Merge branch '1.9.x'Stefan Bodewig2016-07-251-6/+8
|\ \ | |/
| * nobody is going to call Java 9 1.9 anymoreStefan Bodewig2016-07-251-6/+8
* | embrace AutoCloseableStefan Bodewig2016-03-281-4/+1
|/
* Java6ismStefan Bodewig2016-03-211-1/+0
* some cosmetic changesStefan Bodewig2016-03-211-36/+44
* Removed misleading comment. The sourcepath and modulesourcepath cannot be com...Tomas Zezula2016-03-211-3/+1
* Added modulepath, modulesourcepath and upgrademodulepath into Javac task.Tomas Zezula2016-03-211-17/+415
* update some commentsStefan Bodewig2015-02-121-3/+3
* whitespaceStefan Bodewig2014-07-121-1/+1
* checkstyleJan Matèrne2014-07-041-75/+76
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-101-1/+1
* detect Java9Jan Materne2014-04-091-4/+12
* java 5, continuedMatthew Jason Benson2012-08-211-9/+8
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-261-1/+1
* OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and Ope...Stefan Bodewig2012-01-271-1/+7
* whitespace onlyStefan Bodewig2011-10-281-10/+10
* add an option to suppress the artifical package-info.class files created by <...Stefan Bodewig2011-10-281-0/+15
* Empty package-info.class is created in wrong directory if no destdir is speci...Stefan Bodewig2011-10-041-3/+6
* whitespaceStefan Bodewig2010-11-291-14/+14
* support sources with extensions other than .java in javac. Submitted by Andr...Stefan Bodewig2010-11-291-1/+32
* fixup -source for OpenJDK7's javacStefan Bodewig2010-11-221-3/+9