mbien commented on issue #9444:
URL: https://github.com/apache/netbeans/issues/9444#issuecomment-4733327226
hmm. adding
```java
map.put("compiler.warn.raw.class.use", "rawtypes"); // NOI18N
```
to
https://github.com/apache/netbeans/blob/f88a2a3dab55dc731996f4f9625065e9234803d6/java/java.hints/src/org/netbeans/modules/java/hints/errors/SuppressWarningsFixer.java#L67
would work. I am not certain if this is the correct way of fixing this
though. cc @lahodaj
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists