When I compile thrid-party library a number of 'should be parameterized' warnings are generated. I know how to fix them but I do not want to so I tried to disable all warning/error in Eclipse. However, the warnings are still generated after every warning/error are disable. Please help.
You can add @SuppressWarnings("rawtypes")
to a method, statement or method argument to suppress this warning.
As an example a common one in Eclipse plugins is:
@Override
public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter)
You Can change the settings in eclipse:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With