justdecompile-plugins icon indicating copy to clipboard operation
justdecompile-plugins copied to clipboard

Plugin that finds visible empty methods

Open dogfuntom opened this issue 8 years ago • 2 comments

Hi, I created a plugin. It's not very interesting, but I find it useful, and it should be useful at least for other advanced Unity programmers like me. I hope it's welcome in your repository.

dogfuntom avatar Mar 05 '16 15:03 dogfuntom

Hi @dogfuntom,

We've tested your plugin and we've found some problems:

  1. It doesn't work for assemblies compiled in debug, because of the nop instructions.
  2. When assembly is reloaded, because the file in the file system has been changed, the plugin window doesn't refresh and shows invalid results.
  3. It doesn't search in nested types, if is not used explicitly on the nested type itself.
  4. Inconsistent result output - the plugin doesn't show the methods with the internal access modifier, but shows methods with all other access modifiers, incl. private and protected internal.
  5. It doesn't show virtual methods for some strange reason.

It would be very nice, if you fix these problems.

atdimitrov avatar Mar 07 '16 12:03 atdimitrov

Thanks for your feedback, I didn't even remotely think about half of this cases to test. I shall fix these issues.

dogfuntom avatar Mar 07 '16 13:03 dogfuntom