I'm working on a project and I'm using Eclipse with the raw type for generics warning on. The warning shows up in all the places I would expect it, except if the method is static, then I get no warnings about raw classes. Is this just a bug in java/eclipse or is there a reason for this?
