| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor attribute introspection to support Optional* types | Matt Benson | 2022-02-09 | 1 | -88/+147 |
| * | bz-65424 Prevent potential deadlocks in IntrospectionHelper | Jaikiran Pai | 2021-09-26 | 1 | -11/+23 |
| * | Class.newInstance() is deprecated in Java 9+ | twogee | 2020-07-29 | 1 | -2/+3 |
| * | updated reference to license from http to https using | jkf | 2019-05-25 | 1 | -1/+1 |
| * | Revert last 5 commits | Gintas Grigelionis | 2018-11-04 | 1 | -6/+5 |
| * | SonarQube: nested if’s is a major code smell | Gintas Grigelionis | 2018-11-04 | 1 | -5/+6 |
| * | Useless casts | Gintas Grigelionis | 2018-07-28 | 1 | -4/+4 |
| * | Checkstyle/spelling | Gintas Grigelionis | 2018-04-20 | 1 | -9/+5 |
| * | More isEmpty() | Gintas Grigelionis | 2018-04-06 | 1 | -1/+1 |
| * | Use null-or-empty pattern | Gintas Grigelionis | 2018-04-06 | 1 | -7/+4 |
| * | Java 8: computeIfAbsent/withInitial | Gintas Grigelionis | 2018-04-03 | 1 | -2/+1 |
| * | Tidy up the code | Gintas Grigelionis | 2018-04-03 | 1 | -1/+1 |
| * | Squash catch | Gintas Grigelionis | 2018-04-02 | 1 | -17/+5 |
| * | Simplify and tidy up | Gintas Grigelionis | 2018-04-02 | 1 | -23/+16 |
| * | Remove extraneous casts and (un)boxing, tersify logic | Gintas Grigelionis | 2018-04-01 | 1 | -25/+19 |
| * | Use foreach loops | Gintas Grigelionis | 2018-04-01 | 1 | -10/+4 |
| * | Shorten fully qualified names and other small fixes | Gintas Grigelionis | 2018-03-31 | 1 | -16/+17 |
| * | Checkstyle: whitespace, line continuation and modifier idiosyncrasies | Gintas Grigelionis | 2017-12-11 | 1 | -1/+1 |
| * | Let’s use doclint | Gintas Grigelionis | 2017-12-10 | 1 | -2/+2 |
| * | whitespace | Stefan Bodewig | 2017-04-28 | 1 | -1/+1 |
| * | allow for java.nio.file.Path based target attributes | Dave Brosius | 2017-04-28 | 1 | -0/+10 |
| * | java 5-8java8 | Matt Benson | 2017-04-13 | 1 | -13/+13 |
| * | whitespace | Stefan Bodewig | 2016-12-21 | 1 | -8/+8 |
| * | fix possible null dereferences | Stefan Bodewig | 2016-12-21 | 1 | -0/+2 |
| * | whitespace | Stefan Bodewig | 2014-07-12 | 1 | -22/+21 |
| * | checkstyle | Jan Matèrne | 2014-07-04 | 1 | -172/+193 |
| * | organize imports | Jan Matèrne | 2014-07-03 | 1 | -2/+2 |
| * | JavaDoc fixes (for Java8 doclint) - first bunch | Jan Materne | 2014-04-10 | 1 | -6/+6 |
| * | synchronize access to helpers cache - PR 37501 | Stefan Bodewig | 2013-12-31 | 1 | -2/+2 |
| * | java 5 updates | Matthew Jason Benson | 2012-08-20 | 1 | -87/+73 |
| * | Allow Object to be injected as attribute of tasks | Nicolas Lalevee | 2012-07-30 | 1 | -0/+5 |
| * | FindBugs. | Jesse N. Glick | 2011-07-20 | 1 | -1/+1 |
| * | microoptimizations. PR 50716 | Stefan Bodewig | 2011-02-03 | 1 | -3/+6 |
| * | if user input is compared to fixed strings in a case insensitive manner we sh... | Stefan Bodewig | 2010-02-17 | 1 | -7/+7 |
| * | special handling of IllegalArgumentExceptions in attribute setters for better... | Stefan Bodewig | 2009-05-07 | 1 | -0/+15 |
| * | allow TaskContainer and DynamicElement(NS) to coexist. Hijacked PR 41647 for... | Stefan Bodewig | 2008-10-27 | 1 | -25/+25 |
| * | make tasks with add(Foo) method play nice with TaskContainer. PR 41647. | Stefan Bodewig | 2008-10-23 | 1 | -15/+77 |
| * | Fix possible raise condition when modifying/reading restrictedDefinitions (mi... | Scokart Gilles | 2008-08-25 | 1 | -17/+19 |
| * | add some final keyword to immutable things | Scokart Gilles | 2008-08-21 | 1 | -8/+10 |
| * | resources/fileproviders | Matthew Jason Benson | 2008-07-16 | 1 | -7/+32 |
| * | ws/sp | Matthew Jason Benson | 2008-07-02 | 1 | -2/+2 |
| * | add a method to see if a nested element is supported via reflection | Peter Reilly | 2007-09-07 | 1 | -0/+14 |
| * | Allow reflection on setX(Object x) to be an xml attribute | Peter Reilly | 2007-08-21 | 1 | -0/+11 |
| * | make a big method a little smaller | Peter Reilly | 2007-08-20 | 1 | -30/+46 |
| * | checkstyle | Peter Reilly | 2007-08-12 | 1 | -2/+2 |
| * | checkstyle: remove trailing ws | Peter Reilly | 2007-08-11 | 1 | -2/+2 |
| * | adding componentdef code | Peter Reilly | 2007-08-10 | 1 | -17/+112 |
| * | checkstyle changes | Peter Reilly | 2007-07-20 | 1 | -13/+15 |
| * | checkstyle | Peter Reilly | 2007-07-18 | 1 | -2/+3 |
| * | BZ 42736: PropertyHelper API changes | Matthew Jason Benson | 2007-07-08 | 1 | -18/+60 |
