IndexBasedProject doesn't add libraryClassFiles to classHierarchy

Issue #22 resolved
Daniel Klauer created an issue

In FindRealBugs, we're seeing incomplete information about library classes when adding them separately as libraryClassFiles, separate from normal classFiles.

This appears to be caused by IndexBasedProject only adding the normal classFiles, but not the libraryClassFiles, to the classHierarchy.

Comments (3)

  1. Log in to comment