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
need a way to find references to a given class. one way would be to search for ConstantClass entries that have the classes name. could implement constant reference search, and use it for this
add to class context menu
The text was updated successfully, but these errors were encountered:
more specifically, a good way would be to have a findConstantReferences function that searches for all references to a constant in a given class, but checks if the classes constantpool contains it before finding references
then this function can be called on all loaded classes, and will still be efficient (won't search methods if the constant isn't even used in the class)
need a way to find references to a given class. one way would be to search for ConstantClass entries that have the classes name. could implement constant reference search, and use it for this
add to class context menu
The text was updated successfully, but these errors were encountered: