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

Parse exception when annotating type variable in a generic method param #181

Open
xamde opened this issue Nov 7, 2023 · 1 comment
Open

Comments

@xamde
Copy link

xamde commented Nov 7, 2023

QDox dies here on the @Nullable Integer of the type declaration TriConsumer<IQuadNode<D>, IQuadNode<D>, @Nullable Integer>
where TriConsumer<K,L,M> takes three generics.

void insertAtOnce(Collection<D> datas, TriConsumer<IQuadNode<D>, IQuadNode<D>, @Nullable Integer> debugConsumer);

@paul-hammant
Copy link
Owner

Can you make an integration test -> https://github.com/paul-hammant/qdox/tree/master/src/it ?

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

2 participants