-
Bug
-
Resolution: Won't Fix
-
Low
-
4.1.1
-
None
-
Severity 3 - Minor
Clover seems to fail to parse Generic array constructor references, even though javac is happy to accept it.
e.g.
IntFunction<Class<?>[]> f = Class<?>[]::new;
as a workaround you can use non generic classes:
IntFunction<Class[]> f = Class[]::new;
[CLOV-1947] Parser error on valid generic array constructor reference
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Fix Version/s | New: open-source [ 56395 ] |
Symptom Severity | New: Minor [ 14432 ] |
Workflow | Original: New Clover Workflow [ 1400089 ] | New: New Clover Workflow - Restricted [ 1475357 ] |