Archive for the ‘Eclipse’ Category

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. [...]

I’ve installed the eclipse plugin for bazaar. For me Bazaar is installed in C:\Java(don’t ask why I put it there, because I don’t know).