These are some language errors/problems in #629. Could someone who is a native English speaker please correct me if I'm wrong in any of the following comments?
IDEA says "Problem synopsis: Parameter accumulate is not used in all implementations." I would interpret this as meaning "it isn't the case that it is used in all implementations". Shouldn't this be "Parameter accumulate is unused in all implementations" or "Parameter accumulate is not used in any implementation"? Also, in this particular case the "Derived methods:" section is shown without any preceding line break: "Problem synopsis: Parameter accumulate is not used in all implementations.Derived methods:" The sentence "Parameter boundvars is not used in either this method or any its derived methods" should read "...or any OF its derived methods". "Following parameters are not used: node, loop, status." -- shouldn't this be "The following parameters..."? Or possibly "Parameters node, loop, and status are not used" in order to have the same sentence structure as in the case when there is only a single parameter. "Following parameters are not used: node, state in either this method or any its derived methods." I would prefer to say "The following parameters are not used in either this method or any of its derived methods: node, state." (that is, the corrections listead above in addition to putting the variables at the end of the sentence). Or possibly "Parameters node and state are not used in either this method or any of its derived methods." _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
