Inspectopedia
 
2024.3

Reflective invocation arguments mismatch

Warning
New
Last modified: 03 December 2024

Reports cases in which the arguments provided to Method.invoke() and Constructor.newInstance() do not match the signature specified in Class.getMethod() and Class.getConstructor().

Example:

New in 2017.2