summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/UnknownElement.java
Commit message (Expand)AuthorAgeFilesLines
* avoid unnecessary workMatt Benson2022-02-051-29/+31
* create local copies of realThing to avoid TOCTOU race conditionStefan Bodewig2021-05-221-23/+32
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Revert last 5 commitsGintas Grigelionis2018-11-041-6/+11
* SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-041-11/+6
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-3/+2
* Checkstyle/spellingGintas Grigelionis2018-04-201-1/+1
* Remove extraneous casts and (un)boxing, tersify logicGintas Grigelionis2018-04-011-3/+2
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+1
* java 5-8java8Matt Benson2017-04-131-13/+6
* false positives for null dereferencesStefan Bodewig2016-12-211-1/+2
* organize importsJan Matèrne2014-07-031-1/+2
* adding if and unless namespaces allowing to put conditions on all tasks and n...Antoine Levy-Lambert2013-05-051-4/+16
* java 5 updatesMatthew Jason Benson2012-08-201-14/+12
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-3/+4
* make the flush of the error stream actually flushNicolas Lalevee2010-06-281-2/+2
* whitespacesJan Materne2008-11-101-5/+8
* allow TaskContainer and DynamicElement(NS) to coexist. Hijacked PR 41647 for...Stefan Bodewig2008-10-271-5/+13
* make tasks with add(Foo) method play nice with TaskContainer. PR 41647.Stefan Bodewig2008-10-231-1/+2
* add some final keyword to immutable thingsScokart Gilles2008-08-211-1/+1
* Bugzilla 44689: NPE with multiple targets and id's in taskPeter Reilly2008-03-271-3/+6
* place the cleanup code in a finally clausePeter Reilly2007-08-231-10/+10
* checkstylePeter Reilly2006-11-041-0/+8
* some checkstyle changesPeter Reilly2006-11-011-1/+0
* Free the realThing with UE is finished with itPeter Reilly2006-10-201-6/+4
* add fall-back for undefined references that are parsedPeter Reilly2006-10-171-0/+43
* UnknownElement.maybeconfigure was 'always configure': Bugzilla 40641Peter Reilly2006-09-291-4/+3
* Bugzilla 40621: fix ordering of add and addconfiguredPeter Reilly2006-09-271-1/+4
* Performance:Peter Reilly2006-09-201-3/+6
* Push setLocation down to ProjectComponent, reflect it into adapted tasksStefan Bodewig2006-09-111-1/+6
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Minor updates based on the input of Dave BrosiusJacobus Martinus Kruithof2006-04-261-2/+2
* #38056: NPE when using presetdef under obscure circumstances.Jesse N. Glick2005-12-281-2/+2
* When getting the real object from UE, do not call Task.init() on the ObjectMatthew Jason Benson2005-04-121-3/+2
* #30162: try to avoid a memory leak in IntrospectionHelper.getHelper().Jesse N. Glick2005-03-291-1/+1
* Renamed parameter to avoid hidden member variableJacobus Martinus Kruithof2005-03-031-4/+4
* complete rework of reporting when we cant instantiate an elementSteve Loughran2005-03-011-39/+2
* NPE when when <presetdef> tries to configure a task thatPeter Reilly2005-02-221-0/+5
* Add clone task.Matthew Jason Benson2005-01-071-8/+6
* remove modifying exception code for unknown<attribute/element>exceptionPeter Reilly2004-09-271-3/+2
* Try to get the correct task/type name for an unsupported attribute/elementPeter Reilly2004-09-241-11/+19
* Tasks extending from oata.Task and implementing Dispatchable are not dispatch...Magesh Umasankar2004-06-101-1/+10
* add implicit element to macrodefPeter Reilly2004-05-271-0/+7
* remove refernce to optional.jar in "unable to create task/type" messagePeter Reilly2004-04-071-6/+8
* remove authors from filesPeter Reilly2004-03-091-1/+0
* adding hints about presetdef/macrodef to the errors. Now that I am using them...Steve Loughran2004-02-251-3/+6
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-3/+3
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* Reverting setting the wrapper proxy to null as the unit tests failed.Peter Reilly2003-12-241-1/+5