Unchecked and unsafe operations

There are plenty of unchecked and unsafe operations in code (unchecked casts, conversions, method invocations). Most of them can be easily fixed by using Class<?> (or Class<T>) instead of Class and by using cast() method of Class

So what? The compiler converts them to <?> anyway :stuck_out_tongue:

True, but it cleans up your Problems window for the real problems…

Well everyone would be thankful if you post patches in the contributions :slight_smile:

I’ll see what I can do, but these things are all over the place, so putting them into the contributions section might be a bit difficult. Or I would have to put it al in a big ZIP file or something.