Skip to content

Refactor UIOption - #708

Open
Claudenw wants to merge 1 commit into
masterfrom
UIOption_update
Open

Refactor UIOption#708
Claudenw wants to merge 1 commit into
masterfrom
UIOption_update

Conversation

@Claudenw

@Claudenw Claudenw commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Refactor UIOption, AntOption, and MavenOption along with their collections to provide cleaner implementations for multi threaded use as well as a better division of responsibility.

  • Implemented Builders for UIOption and UIOption derived classes.
  • Adjusted UIOPtionCollection to utilize UIOption.Builder
  • Simplified ArgumentContext construction by creating the CommandLine instance within the context.
  • Adapted command line parsing to accept UIOptionCollection as the source of arguments.
  • added isNull() to CasedString to indicate when the string will be null.
  • Updated tools to utilize new UIOption builders and collections.

@Claudenw Claudenw self-assigned this Aug 6, 2026
@Claudenw
Claudenw marked this pull request as ready for review August 6, 2026 15:53
@Claudenw
Claudenw requested a review from ottlinger August 7, 2026 12:38
…tions to provide cleaner implementations for multi threaded use as well as a better division of responsibility.

 -  Implemented Builders for UIOption and UIOption derived classes.
 -  Adjusted UIOPtionCollection to utilize UIOption.Builder
 -  Simplified ArgumentContext construction by creating the CommandLine instance within the context.
 -  Adapted command line parsing to accept UIOptionCollection as the source of arguments.
 -  added isNull() to CasedString to indicate when the string will be null.
 -  Updated tools to utilize new UIOption builders and collections.
@sonarqubecloud

sonarqubecloud Bot commented Aug 7, 2026

Copy link
Copy Markdown

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