Files
Marcin Mikosikandintellij-monorepo-bot a8cc5765a2 IDEA-376483 [java]: Quickfixes for warnings from NullAway with warning suppression
This merge request implements console filter that locates lines with NullAway checker (https://github.com/uber/NullAway) warnings
and adds add @SuppressWarning inlay button at the end of those lines.
Each button action adds {@linkplain SuppressWarnings} annotation to the source code to silence relevant warning.

Merge-request: IJ-MR-185390
Merged-by: Marcin Mikosik <marcin.mikosik@jetbrains.com>

GitOrigin-RevId: 9b73c253538f7de6ac9209fa5f80f179514c2804
2026-01-09 10:46:50 +00:00
..