You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things blow up at runtime if I don't implement every method in the interface, despite them all have default implementations. For example, if I don't override bunldesAdded():
I suppose this relates to #1181 and #1182.
I am trying to implement this Ghidra interface in PyGhidra with JPype like this:
Things blow up at runtime if I don't implement every method in the interface, despite them all have
default
implementations. For example, if I don't overridebunldesAdded()
:Not a blocker for me, since I can just implement all of them. But, seems like a bug.
The text was updated successfully, but these errors were encountered: