fix: prevent collisions in method ids for java-input
This commit is contained in:
+5
@@ -4,6 +4,11 @@ import jadx.api.plugins.input.insns.custom.ICustomPayload;
|
||||
|
||||
public interface IMethodRef extends IMethodProto, ICustomPayload {
|
||||
|
||||
/**
|
||||
* Method unique id (will be used for caching).
|
||||
*
|
||||
* @return 0 if can't calculate good unique identifier (disable caching)
|
||||
*/
|
||||
int getUniqId();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user