Skip to content

Fix broken Javadoc links, replace deprecated methods in usage examples, and add a missing method to HelpFormatter#424

Open
DamnedElric wants to merge 1 commit into
apache:masterfrom
DamnedElric:master
Open

Fix broken Javadoc links, replace deprecated methods in usage examples, and add a missing method to HelpFormatter#424
DamnedElric wants to merge 1 commit into
apache:masterfrom
DamnedElric:master

Conversation

@DamnedElric
Copy link
Copy Markdown
Contributor

This mainly fixes broken documentation on the introduction page: https://commons.apache.org/proper/commons-cli/apidocs/index.html

  1. Replace deprecated Builder calls by non-deprecated counterparts (build() vs .get())
  2. Fix broken links to Javadocs
  3. Fix code samples that referred to misspelled variables
  4. Reintroduce a simple version of HelpFormatter::printHelp, which was referenced in the documentation but did not actually exist. Presumably this wasn't ported from the legacy, deprecated HelpFormatter to the new version

…s, and add a missing method to HelpFormatter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant