We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dbf72 commit 3296305Copy full SHA for 3296305
recaf-core/src/main/java/software/coley/recaf/services/inheritance/InheritanceGraph.java
@@ -148,6 +148,7 @@ private void populateParentToChildLookup(@Nonnull ClassInfo info) {
148
* Classes already visited in population.
149
*/
150
private void populateParentToChildLookup(@Nonnull ClassInfo info, @Nonnull Set<ClassInfo> visited) {
151
+ // Since we have observed this class to exist, we will remove the "stub" placeholder for this name.
152
stubs.remove(info.getName());
153
154
// Skip if already visited
0 commit comments