873aabb471
* Use raw_name instead of full_name for the names of class in generated frida snippet. Also cleaned the code a bit * Fixed getting method parameters from inlined methods * fixed generating code for constructor overloads, more cleaning * Fixed getting method parameters from inlined methods for real this time * made the option for a frida snippet only appear if clicked on a relevant node * added support for generating a frida snippet for fields * apply spotless * Update jadx-gui/src/main/java/jadx/gui/ui/codearea/FridaAction.java Co-authored-by: skylot <118523+skylot@users.noreply.github.com> * moved the overload check from NodeMethod to FridaAction * added semicolons in the end of lines of the generated frida snippet * fix code formatting