• Home
  • Raw
  • Download

Lines Matching full:fixed

10 Fixed: Missing new lines in usage (styurin)
11 Fixed: The description of commands is now displayed on the next line and indented.
16 Fixed: Empty string defaults now displayed as "<empty string>" in the usage
17 Fixed: Bugs with the PositiveInteger validator
18 Fixed: Parameters with a single double quote were not working properly
26 Fixed: wasn't handling parameters that start with " but don't end with one correctly
27 Fixed: if using a different option prefix, unknown option are mistakenly reported as "no main param…
28 Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that o…
29 Fixed: bug with several multiple arity parameters (VariableArityTest)
30 Fixed: variable arities not working when same parameter appears multiple times.
37 Fixed: Commands using @Parameters(resourceBundle) were not i18n'ed properly in the usage()
38 Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)
39 Fixed: GITHUB-105: If no description is given for an enum, use that enum's value (Adrian Muraru)
40 Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correctly (szhem)
41 Fixed: Commands with same prefix as options were not working properly.
42 Fixed: GITHUB-97: Required password always complains that it is not specified (timoteoponce)
48 Fixed: Use JDK 6 Console() when available to improve support of non ascii chars (Julien Henry)
56 Fixed: Throw if an unknown option is found
57 Fixed: Main parameters are now validated as well (Connor Mullen)
64 Fixed: Fields of type Set (HashSet and SortedSet) are now supported
65 Fixed: defaults for commands were not properly applied (Stevo Slavic)
66 Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)
67 Fixed: GITHUB-73: descriptionKey was being ignored on main parameters
77 Fixed: Default values with a validator were being validate at parse() time instead of creation time.
78 Fixed: Exception when using an @ file with empty lines between options
79 Fixed: OOM when parsing certain descriptions with long URL's in them
85 Fixed: NPE with calling getCommandDescription() of an unknown command
91 Fixed: JCommander would sometimes just print a stack trace and continue, now rethrowing.
97 Fixed: JCommander now compatible with Java 5
98 Fixed: Minor bug in the command display (Marc Ende)
105 Fixed: usage() was changing default values after two runs (jstrachan)