12
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test new way of setting width
Erb
More... over 11 years ago
pass parameters into CmdLineParser constructor in a way inspired by Typesafe config API
Erb
More... over 11 years ago
revert some inadvertent changes
Erb
More... over 11 years ago
new constructor for CmdLineParser to optionally not sort options. This is because the order of the options might be purposeful, for example grouping them logically.
Erb
More... over 11 years ago
add some javadoc
Erb
More... over 11 years ago
improve support for equals as name/value separator
Erb
More... over 11 years ago
jar source path might be urlencoded, doesn't work on Windows.
Erb
More... over 11 years ago
Merge pull request #69 from sfuhrm/code-cleanups-2 More... over 11 years ago
Merge pull request #68 from sfuhrm/more-locale-fixes More... over 11 years ago
Shortened null pointer checks even more More... over 11 years ago
args4j is > JDK 1.6 now, no need for this More... over 11 years ago
Merge branch 'code-cleanups-2' of https://github.com/sfuhrm/args4j into code-cleanups-2 More... over 11 years ago
Project has switched to JDK 1.6, so this warning-toggling is no longer needed More... over 11 years ago
Only static methods, so no instance allowed More... over 11 years ago
More JavaDoc More... over 11 years ago
Compressed null pointer checks a little More... over 11 years ago
Fixes for broken Locale settings in unit tests More... over 11 years ago
German translations for default metas More... over 11 years ago
Unified the writing notation for meta variables More... over 11 years ago
Replacement of direct strings with localized versions More... over 11 years ago
JavaDoc fix More... over 11 years ago
Caching the default resource doesn't work well when we switch locales in tests More... over 11 years ago
CmdLineException separates message vs localized message now, so no need to mess with locales More... over 11 years ago
Merge pull request #67 from sfuhrm/code-cleanups More... over 11 years ago
Merge pull request #66 from sfuhrm/localized-messages-fix More... over 11 years ago
I think this name better reflect what it does More... over 11 years ago
restore the locale at the end More... over 11 years ago
Merge pull request #62 More... over 11 years ago
Moved NULL values to ZERO sized array as proposed by Josh Bloch, Item 27: Return zero-length arrays, not nulls. Actually in CmdLineParser there were some accesses to the fields that could be null without null pointer checks. More... over 11 years ago
Returning of valid NULL values (would be better to have zero sized arrays) More... over 11 years ago