Enable error-prone check for GuardedBy, fix errors (#1621)

This commit is contained in:
Daniel Chao
2026-05-26 13:39:15 -07:00
committed by GitHub
parent 72948e50fe
commit b2f005d11d
7 changed files with 92 additions and 55 deletions
+1
View File
@@ -33,6 +33,7 @@
</list>
</option>
</inspection_tool>
<inspection_tool class="FieldAccessNotGuarded" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="FieldMayBeFinal" enabled="true" level="INFORMATION" enabled_by_default="true">
<scope name="AllExceptTruffleAst" level="WARNING" enabled="true" />
</inspection_tool>