I'm using Java in VS Code and am getting warnings in the PROBLEMS tab.
'_' should not be used as an identifier, since it is a reserved keyword from source level 1.8 on
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
Other ones also.
How can I disable them?
There seems to be an integer identifier at the end of each message - seems to be associated with the message type.
Some people have suggested looking at the .settings
file and add something like
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
But I haven't found something related to my warnings - is there a complete list somehwer of these eclipse problem strings.