Getting overly concrete parameter error (OCP_OVERLY_CONCRETE_PARAMETER) even when List type object is used
I have a method in a class which takes ‘List’ type parameter. When I run the spotbugs check it is returning below error (overly concrete parameter). Though the given method uses list it is complaining about concrete parameter. Could some one please let me know what I am missing here.