forked from phoedos/pmd

- An IllegalStateException is produced when the inference context corresponds to an invocation of an unresolved method. - The rule effectively can't determine if the diamond oeprator can be used, but the current message of "overload resolution is not complete" is noisy, not actionable to the user (the issue is a missing class in the auxclasspath, not the overload resolution), and prevents the rule from continuing to analyze the current file.