find all methods with parameters that could be final. ssr. Permanently deleted user Created June 29, 2014 19:10 hi!i would like to search for all methods with parameters that could be final in java. is this possible with the structual search?bestsven
You can use inspection called "Local variable or parameter can be final".
To do it:
Perfect. Thanks!