summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/IntrospectionHelper.java
Commit message (Expand)AuthorAgeFilesLines
* refactor attribute introspection to support Optional* typesMatt Benson2022-02-091-88/+147
* bz-65424 Prevent potential deadlocks in IntrospectionHelperJaikiran Pai2021-09-261-11/+23
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-2/+3
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-6/+5
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-5/+6
* Useless castsGintas Grigelionis2018-07-281-4/+4
* Checkstyle/spellingGintas Grigelionis2018-04-201-9/+5
* More isEmpty()Gintas Grigelionis2018-04-061-1/+1
* Use null-or-empty patternGintas Grigelionis2018-04-061-7/+4
* Java 8: computeIfAbsent/withInitialGintas Grigelionis2018-04-031-2/+1
* Tidy up the codeGintas Grigelionis2018-04-031-1/+1
* Squash catchGintas Grigelionis2018-04-021-17/+5
* Simplify and tidy upGintas Grigelionis2018-04-021-23/+16
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-25/+19
* Use foreach loopsGintas Grigelionis2018-04-011-10/+4
* Shorten fully qualified names and other small fixesGintas Grigelionis2018-03-311-16/+17
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-1/+1
* Let’s use doclintGintas Grigelionis2017-12-101-2/+2
* whitespaceStefan Bodewig2017-04-281-1/+1
* allow for java.nio.file.Path based target attributesDave Brosius2017-04-281-0/+10
* java 5-8java8Matt Benson2017-04-131-13/+13
* whitespaceStefan Bodewig2016-12-211-8/+8
* fix possible null dereferencesStefan Bodewig2016-12-211-0/+2
* whitespaceStefan Bodewig2014-07-121-22/+21
* checkstyleJan Matèrne2014-07-041-172/+193
* organize importsJan Matèrne2014-07-031-2/+2
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-101-6/+6
* synchronize access to helpers cache - PR 37501Stefan Bodewig2013-12-311-2/+2
* java 5 updatesMatthew Jason Benson2012-08-201-87/+73
* Allow Object to be injected as attribute of tasksNicolas Lalevee2012-07-301-0/+5
* FindBugs.Jesse N. Glick2011-07-201-1/+1
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-3/+6
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-7/+7
* special handling of IllegalArgumentExceptions in attribute setters for better...Stefan Bodewig2009-05-071-0/+15
* allow TaskContainer and DynamicElement(NS) to coexist. Hijacked PR 41647 for...Stefan Bodewig2008-10-271-25/+25
* make tasks with add(Foo) method play nice with TaskContainer. PR 41647.Stefan Bodewig2008-10-231-15/+77
* Fix possible raise condition when modifying/reading restrictedDefinitions (mi...Scokart Gilles2008-08-251-17/+19
* add some final keyword to immutable thingsScokart Gilles2008-08-211-8/+10
* resources/fileprovidersMatthew Jason Benson2008-07-161-7/+32
* ws/spMatthew Jason Benson2008-07-021-2/+2
* add a method to see if a nested element is supported via reflectionPeter Reilly2007-09-071-0/+14
* Allow reflection on setX(Object x) to be an xml attributePeter Reilly2007-08-211-0/+11
* make a big method a little smallerPeter Reilly2007-08-201-30/+46
* checkstylePeter Reilly2007-08-121-2/+2
* checkstyle: remove trailing wsPeter Reilly2007-08-111-2/+2
* adding componentdef codePeter Reilly2007-08-101-17/+112
* checkstyle changesPeter Reilly2007-07-201-13/+15
* checkstylePeter Reilly2007-07-181-2/+3
* BZ 42736: PropertyHelper API changesMatthew Jason Benson2007-07-081-18/+60