I get hundreds of warnings
"Cannot determine if container assignment is using container type."
and
"Cannot determine if container access is using container type."
but the program runs ok and I do not wish to correct the program at the moment to avoid these warnings.
Instead I would like to change the compiler settings for this issue from "warning" to "ignore".
I looked at eclipse-> settings-> java and tried to change many options from "warning" to "ignore" but do not seem to find the right one.
Is there a setting to get rid of above warnings? Thanks.