openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
args4j
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Oct 16, 2024 — Oct 16, 2025
Showing page 6 of 22
Search / Filter on:
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
Kohsuke Kawaguchi
More...
over 11 years ago
Merge pull request #68 from sfuhrm/more-locale-fixes
Kohsuke Kawaguchi
More...
over 11 years ago
Shortened null pointer checks even more
Stephan Fuhrmann
More...
over 11 years ago
args4j is > JDK 1.6 now, no need for this
Stephan Fuhrmann
More...
over 11 years ago
Merge branch 'code-cleanups-2' of https://github.com/sfuhrm/args4j into code-cleanups-2
Stephan Fuhrmann
More...
over 11 years ago
Project has switched to JDK 1.6, so this warning-toggling is no longer needed
Stephan Fuhrmann
More...
over 11 years ago
Only static methods, so no instance allowed
Stephan Fuhrmann
More...
over 11 years ago
More JavaDoc
Stephan Fuhrmann
More...
over 11 years ago
Compressed null pointer checks a little
Stephan Fuhrmann
More...
over 11 years ago
Fixes for broken Locale settings in unit tests
Stephan Fuhrmann
More...
over 11 years ago
German translations for default metas
Stephan Fuhrmann
More...
over 11 years ago
Unified the writing notation for meta variables
Stephan Fuhrmann
More...
over 11 years ago
Replacement of direct strings with localized versions
Stephan Fuhrmann
More...
over 11 years ago
JavaDoc fix
Stephan Fuhrmann
More...
over 11 years ago
Caching the default resource doesn't work well when we switch locales in tests
Kohsuke Kawaguchi
More...
over 11 years ago
CmdLineException separates message vs localized message now, so no need to mess with locales
Kohsuke Kawaguchi
More...
over 11 years ago
Merge pull request #67 from sfuhrm/code-cleanups
Kohsuke Kawaguchi
More...
over 11 years ago
Merge pull request #66 from sfuhrm/localized-messages-fix
Kohsuke Kawaguchi
More...
over 11 years ago
I think this name better reflect what it does
Kohsuke Kawaguchi
More...
over 11 years ago
restore the locale at the end
Kohsuke Kawaguchi
More...
over 11 years ago
Merge pull request #62
Kohsuke Kawaguchi
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.
Stephan Fuhrmann
More...
over 11 years ago
Returning of valid NULL values (would be better to have zero sized arrays)
Stephan Fuhrmann
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
…
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree