Inspectopedia Help

@NamedVariant/@NamedParam/@NamedDelegate unresolved label

Reports unresolved argument labels in calls of methods annotated by @NamedVariant/@NamedParam/@NamedDelegate.

Example:

@groovy.transform.NamedVariant def foo(a, b) {} // unresolved label 'c' foo(a: 1, b: 2, c: 3)

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Groovy, 233.SNAPSHOT

Last modified: 13 July 2023