Is there an annotation to tell eclipse to disable the check triggering the warning "The parameter ... should not be assigned" on a method basis?
According to What is the list of valid @SuppressWarnings warning names in Java? there "was" a "paramAssign" parameter to pass to @SuppressWarnings, but in my eclipse (Version: Luna Service Release 2 (4.4.2); Build id: 20150219-0600) it is not recognized.
So... is there some other value to @SuppressWarnings to disable the parameter assignment warning (which, generally, I find useful)