ILens 8
- decompile_method no longer returns a different overload when parameterTypes or parameterCount matches none — it errors and lists the available overloads
- decompile_method, analyze, and compare_method now resolve an overload declared only on a base type, instead of reporting no match when the requested type declares a same-named method of a different signature
- decompile_method headers now show the full resolved signature, including parameter types and return type
- Every tool now rejects unrecognized arguments instead of silently ignoring them and returning an unfiltered result
- find_methods accepts a new declaringType filter for an exact fully qualified declaring type
- The bundled user guide documents the new filter and error messages, and carries refreshed token-cost measurements