I get tones of exceptions in my code because I tend to use Generics in the old-fashioned way. I have my reasons for that. And I have tons of warnings like those:
- HashMap is a raw type. References to generic type HashMap
should be parameterized - Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map
should be parameterized