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

Other values as parameters instead of Strings #27

Open
volodya-lombrozo opened this issue May 23, 2024 · 3 comments
Open

Other values as parameters instead of Strings #27

volodya-lombrozo opened this issue May 23, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@volodya-lombrozo
Copy link
Member

As I understand jucs might return only Strings as a parameter. But in some cases I need byte[] or Path parameters.

@ParameterizedTest
@ClasspathSource(value = "bytecode", glob = "*.class")
void dissassemblesDecompilesCompilesAssembles(final byte[] bytecode) {
    //handles byte array
}

It would be nice to have this feature.

@volodya-lombrozo
Copy link
Member Author

@yegor256 What do you think?

@yegor256
Copy link
Member

@volodya-lombrozo you are right, would be great to extend this library so that it pays attention the signature of the method. Can you submit a PR?

@volodya-lombrozo
Copy link
Member Author

@yegor256 Yes, I'll do it, but a bit later. Assign me, please.

@yegor256 yegor256 added the bug Something isn't working label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants