RequestParamType
ERROR
LikelyError
Summary
By default,
@RequestParam
does not supportImmutableCollection
andImmutableMap
subtypes
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("RequestParamType")
to the enclosing element.Disable this pattern completely by adding
-Xep:RequestParamType:OFF
as compiler argument. Learn more.