I'd like to request an extension to the "Unused method return value" 
inspection, but keep the original inspection as well. This new 
inspection finds when you have a method invocation that does not assign 
the return value, and is useful, for example, when you refactor a method 
to return a object instead of void. Let's call this option "Unassigned 
method return value".

This inspection is really only relevant when "Unused method return 
value" is checked and finds no problems (because if Unused finds 
problems, then every invocation is an Unassigned problem), so I'd 
suggest the checkbox should be an option under the "Unused method return 
value" checkbox. I also think the option should be off by default.

Thanks,
Jon

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to