mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-30 01:50:16 +08:00
Merge remote-tracking branch
'origin/GP-6238_d-millar_pending_not_abstract' (Closes #8712)
This commit is contained in:
+1
@@ -308,6 +308,7 @@ public class ObjectTreeModel implements DisplaysModified {
|
|||||||
}
|
}
|
||||||
String key = p.key(pos);
|
String key = p.key(pos);
|
||||||
AbstractNode matched = children().stream()
|
AbstractNode matched = children().stream()
|
||||||
|
.filter(c -> c instanceof AbstractNode)
|
||||||
.map(c -> (AbstractNode) c)
|
.map(c -> (AbstractNode) c)
|
||||||
.filter(c -> key.equals(c.getValue().getEntryKey()))
|
.filter(c -> key.equals(c.getValue().getEntryKey()))
|
||||||
.findFirst()
|
.findFirst()
|
||||||
|
|||||||
Reference in New Issue
Block a user