IntelliJ seems to think that the no-arg constructor of java.util.HashMap
is deprecated, as judged by the style in which it marks up the constructor name:
How can I fix it, if I don't want to disable inspections?
UPD: IntelliJ seems to think that the java.util.HashMap
class is deprecated
I had this issue with java.util.List marked as deprecated. Somehow I had marked it as such via an "external annotation".
To remove it:
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