Filipe Valeriano

Results 14 comments of Filipe Valeriano

I didn't open a ticked. I've searched and did not find one. https://youtrack.jetbrains.com/issues?q=supressWarnings

Actually I cannot, I've never found such functionality on IDEA. The closest I've found was an inspection for suppression that suggests to remove the annotations. Maybe it's invoking such inspection...

@dubreuia What's your say in this? Is there any documentation on the API for the IDEA code you used? Is it the feature that I think it is? @NikolayMetchev Not...

Hello @dubreuia. I would gladly help out on this one. Quick question: is the link you provided the right one? That seems like an almost empty test case and not...

@dubreuia Thank for the documentation. I think I've found the bug. You're calling a class that implements the fixes for this inspections: ![inspectionsuppresion](https://user-images.githubusercontent.com/4091284/31867131-c3861844-b781-11e7-88ea-1edb7b4efc4a.png) Regarding the description of the action and...

@dubreuia I've created a PR. https://github.com/dubreuia/intellij-plugin-save-actions/pull/115 If anything is amiss, let me know. Thanks

Yup, Still Open since we haven't figured out yet why the NPE occurs.

> +1 > IntelliJ Ultime 2019.1.3 > Save Action 1.5.0 > > A workaround would be necessary asap :) As or a workaround you can run the inspection by name...

I did a couple of attempts, one of which I didn't get far and opened a draft PR about it. The other one, I applied the same strategy of doing...