Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input setStringValue for non-numerical list inputs #1125

Closed
rbouckaert opened this issue Sep 7, 2023 · 0 comments
Closed

Input setStringValue for non-numerical list inputs #1125

rbouckaert opened this issue Sep 7, 2023 · 0 comments

Comments

@rbouckaert
Copy link
Member

For a List input of a type that is not a number, like List<File>, the Input.setStringValue method just gives up and returns. It should call the String constructor of the list type (new File(String) in this example) instead.

There is code at the end of the method that does this, but it is never reached because when testing the input type being a List it returns earlier.

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

No branches or pull requests

1 participant