Skip to content

Remove parameterized parameter#54

Merged
AbUndMax merged 5 commits intomainfrom
remove-parameterized-parameter
Jan 8, 2025
Merged

Remove parameterized parameter#54
AbUndMax merged 5 commits intomainfrom
remove-parameterized-parameter

Conversation

@AbUndMax
Copy link
Copy Markdown
Owner

@AbUndMax AbUndMax commented Jan 8, 2025

No description provided.

* Abstract Parameter.java
* Implement a collection of Parameter<T> childs providing basic types
* change addParameter() methods
* imprve getArgument
* add NotExistingPathArgsException.java
* Add Method tested on all existing Parameter types
* little change to InvalidArgTypeException
* improved error message for NotExistingPathArgsException
* changed order for deafultValus in Signature! They are now at first position to better distinguish them from non default constructurs
* fixed minor Issue in Array Parameters which added the goven arguments ontop the default ones if they had defaults
* added new types to Help string
…has a command-line argument provided or a default
@AbUndMax AbUndMax merged commit dcc14ba into main Jan 8, 2025
@AbUndMax AbUndMax deleted the remove-parameterized-parameter branch January 8, 2025 09:36
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.

remove parameterized Parameter by implementing Parameter<T> as not generic classes

1 participant