• Home
  • Raw
  • Download

Lines Matching refs:Fixed

6 * Fixed: '--' handling, #296
9 * Fixed: Return right parameter name in exception, #227, (@jeremysolarz)
10 * Fixed: `JCommander#getParameters` returning nothing, #315, (@simon04)
11 * Fixed: Allow empty string (e.g. `java -jar jcommander-program.jar param1 ""`) as part of main par…
12 * Fixed: Default value for `@Parameter(help=true)` parameter is not displayed in output of `JComman…
13 * Fixed: When providing two names in `@Parameter` always first name is given to `IValueValidator`, …
21 * Fixed: When using `parseWithoutValidation()`, JCommander uses 'parse()' on child commanders, #267…
22 * Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with …
23 * Fixed: Thread-safe and non-shared converter factories, #284 (@simon04)
24 * Fixed: Skip `Path` converter when class is not available (Android), #287 (@JesusFreke)
36 * Fixed: Wrap usage for commands and main parameters, #258
40 * Fixed: Fix description line wrapping, #239
41 * Fixed: Prioritize registered converters for enums over generic enum conversion, #179
44 * Fixed: Better error message when there's a visibility problem.
51 * Fixed: Incorrect usage formatting with single long options, #200
60 * Fixed: Bug in enum parsing, #184
65 * Fixed problem whereby Parameters returning Lists and with alternate names were being reset on the…
70 * Fixed: Main parameters with a default value should be overridden if a main parameter is specified…
71 * Fixed: Allow enum values without converting them to uppercase, #107
80 * Fixed: Missing new lines in usage (styurin)
81 * Fixed: The description of commands is now displayed on the next line and indented.
86 * Fixed: Empty string defaults now displayed as "<empty string>" in the usage
87 * Fixed: Bugs with the PositiveInteger validator
88 * Fixed: Parameters with a single double quote were not working properly
96 * Fixed: wasn't handling parameters that start with " but don't end with one correctly
97 * Fixed: if using a different option prefix, unknown option are mistakenly reported as "no main par…
98 * Fixed: 113: getCommandDescription() returns the description of the main parameter instead of that…
99 * Fixed: bug with several multiple arity parameters (VariableArityTest)
100 * Fixed: variable arities not working when same parameter appears multiple times.
107 * Fixed: Commands using @Parameters(resourceBundle) were not i18n'ed properly in the usage()
108 * Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)
109 * Fixed: #105: If no description is given for an enum, use that enum's value (Adrian Muraru)
110 * Fixed: #108: Dynamic parameters with "=" in them are not parsed correctly (szhem)
111 * Fixed: Commands with same prefix as options were not working properly.
112 * Fixed: #97: Required password always complains that it is not specified (timoteoponce)
118 * Fixed: Use JDK 6 Console() when available to improve support of non ascii chars (Julien Henry)
126 * Fixed: Throw if an unknown option is found
127 * Fixed: Main parameters are now validated as well (Connor Mullen)
134 * Fixed: Fields of type Set (HashSet and SortedSet) are now supported
135 * Fixed: defaults for commands were not properly applied (Stevo Slavic)
136 * Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)
137 * Fixed: #73: descriptionKey was being ignored on main parameters
147 * Fixed: Default values with a validator were being validate at parse() time instead of creation ti…
148 * Fixed: Exception when using an @ file with empty lines between options
149 * Fixed: OOM when parsing certain descriptions with long URL's in them
155 * Fixed: NPE with calling getCommandDescription() of an unknown command
161 * Fixed: JCommander would sometimes just print a stack trace and continue, now rethrowing.
167 * Fixed: JCommander now compatible with Java 5
168 * Fixed: Minor bug in the command display (Marc Ende)
175 * Fixed: usage() was changing default values after two runs (jstrachan)