XepPatchChecks deactivates Xep

28 views
Skip to first unread message

Delany

unread,
Mar 10, 2023, 2:13:13 AM3/10/23
to error-prone-discuss
In Errorprone v2.18.0
when I add the experimental patching feature to my build
it stops checking for errors.

My build fails as expected
<arg>-Xplugin:ErrorProne -Xep:EqualsHashCode:ERROR</arg>

My build no longer fails
<arg>-Xplugin:ErrorProne -Xep:EqualsHashCode:ERROR -XepPatchLocation:IN_PLACE -XepPatchChecks:MissingOverrides</arg>

How can I achieve this?

Thanks,
Delany

Reply all
Reply to author
Forward
0 new messages