Closed
Description
When you parse class files where not all dependencies are available, you can optionally set failOnMissingClasses = false
, but this prints a message on each occurence of a missing class, so the same message is printed sometimes hundreds of times.
Like for signatures parsing, it should only print a summary at end using WARN.