Found it in AbstractScannerImpl, we passed isRoot set to false instead of true, in the root handling call to buildArchiveContext().
As a result, when handling root, we checked ScanOptions.canDetectUnlistedClassesInNonRoot() instead of canDetectUnlistedClassesInRoot(). That is why my previous change had an impact.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Found it in AbstractScannerImpl, we passed isRoot set to false instead of true, in the root handling call to buildArchiveContext().
As a result, when handling root, we checked ScanOptions.canDetectUnlistedClassesInNonRoot() instead of canDetectUnlistedClassesInRoot(). That is why my previous change had an impact.