Files
pmd/pmd-java
Juan Martín Sotuyo Dodero 378ba33f59 Add failing test for UseDiamongOperatorRule
- 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.
2023-01-25 01:52:09 -03:00
..