summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/beust/jcommander/args
Commit message (Expand)AuthorAgeFilesLines
* Added support for Java NIO PathsSam Vervaeck2014-05-171-0/+5
* Added support for URI parametersSam Vervaeck2014-05-171-2/+8
* Added support for URL parametersSam Vervaeck2014-05-171-1/+6
* Fixed the copyright notice in the test class fileAndy Law2014-02-171-2/+4
* Fixed problem whereby Parameters returning Lists and with alternate names wer...Andy Law2014-02-171-0/+30
* Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust2012-11-101-1/+1
* Added enum support (Scott M. Stark).Cedric Beust2012-09-231-3/+8
* Reformatting.Cedric Beust2012-07-301-1/+2
* Support for setters on top of fields.Cedric Beust2012-06-241-0/+93
* Better variable arity.Cedric Beust2012-04-261-3/+0
* [Enum Args] If not set, the description of an enum arg is set to the list of ...Adrian Muraru2012-02-251-1/+14
* Better handling for fields of type List.Cedric Beust2011-11-222-6/+52
* Added CommaSeparatedBaseConverter, some subclasses and tests.Angus2011-10-261-3/+12
* Added support for ISO 8601 Date arguments and related test.Angus2011-10-261-0/+4
* Added support for BigDecimal arguments and related test.Angus2011-10-261-0/+4
* Added: Support for enums (Adrian Muraru).Cédric Beust2011-10-231-12/+2
* Added tests for EnumArgsAdrian Muraru2011-10-201-0/+46
* Implemented variable arities.Cédric Beust2011-10-031-0/+29
* Added float/double tests.Cedric Beust2011-09-021-2/+8
* Fixed: Fields of type Set (HashSet and SortedSet) are now supportedCedric Beust2011-08-171-0/+11
* Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)Cedric Beust2011-07-271-0/+11
* First commit to test the issue just fixed.Cedric Beust2011-07-141-0/+5
* Suppress a few warnings.Cedric Beust2011-03-101-0/+1
* First pass at implementing validators.Cedric Beust2011-03-091-0/+10
* Fixed OOM reported by huxi.Cedric Beust2011-01-241-0/+13
* Added a constructor which takes a resource bundle, but doesn't parse immediat...Russell Egan2010-12-231-0/+30
* Removed @Override to guarantee JDK 1.5 compilation.Cedric Beust2010-12-152-2/+0
* Alphabetical usage.Cedric Beust2010-11-281-4/+4
* Better formatting of usage().Cedric Beust2010-11-271-1/+5
* Better usage().Cedric Beust2010-11-271-0/+21
* Added: Boolean parameters with arity 0 (e.g. "foo -debug")Cedric Beust2010-11-271-0/+26
* Fixed ArrayIndexOutOfBoundsException.Cedric Beust2010-10-111-0/+9
* RenamingCedric Beust2010-08-161-0/+31
* Added inheritance support (Guillaume Sauthier)Cedric Beust2010-08-051-0/+18
* Merge branch 'master' of http://github.com/sauthieg/jcommanderCedric Beust2010-08-051-0/+10
|\
| * Add inheritance supportGuillaume Sauthier2010-08-041-0/+10
* | Added license headers with mvn -P license license:formatCedric Beust2010-08-0526-0/+468
|/
* Moved command testsCedric Beust2010-07-313-43/+0
* Implemented commands.Cedric Beust2010-07-313-0/+43
* More tests for main parametesr with convertersCedric Beust2010-07-293-1/+39
* Moved findConverter to JCommanderCedric Beust2010-07-291-0/+18
* SlashSeparator updateCedric Beust2010-07-281-0/+14
* Converter factory test with HostPortCedric Beust2010-07-281-7/+3
* Moved tests aroundCedric Beust2010-07-2822-0/+452