Tested with ClassGraph 4.8.141. See attached repro code.
typeSignatureParamTypes.size() > typeDescriptorParamTypes.size() for method com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList.<init>
The error is reproducible with guava-28.2 and does not appear with guava-31.0.1. I'm assuming ClassGraph shouldn't error out even if there is some issue with the class being inspected.
Project
Log Files
I found a single reference to a similar issue here: openrewrite/rewrite#1312
Tested with ClassGraph 4.8.141. See attached repro code.
typeSignatureParamTypes.size() > typeDescriptorParamTypes.size() for method com.google.common.collect.AbstractMapBasedMultimap$RandomAccessWrappedList.<init>The error is reproducible with
guava-28.2and does not appear withguava-31.0.1. I'm assuming ClassGraph shouldn't error out even if there is some issue with the class being inspected.Project
Log Files
I found a single reference to a similar issue here: openrewrite/rewrite#1312