fix: prevent collisions in method ids for java-input

This commit is contained in:
Skylot
2021-08-13 15:43:57 +01:00
parent 7c0671c81b
commit 55bb20cf29
9 changed files with 51 additions and 31 deletions
@@ -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();
/**