You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was pretty hard to find the problem because com.google.auto.value.processor.AutoValueProcessor.init(ProcessingEnvironment) only reports a warning via errorReporter().reportWarning instead of an error. Maven did not break the build because it is just a warning and not an error. I would expect that the AutoValue compilation failed when an AutoValueExtension throws an error.
The text was updated successfully, but these errors were encountered:
mseele
changed the title
Fail AutoValueExtensionsException as Error, not Warning
Fail AutoValueExtensionsException with Error, not Warning
May 11, 2021
I've experienced an exception of a AutoValue Extension:
rharter/auto-value-gson#258
It was pretty hard to find the problem because
com.google.auto.value.processor.AutoValueProcessor.init(ProcessingEnvironment)
only reports a warning viaerrorReporter().reportWarning
instead of an error. Maven did not break the build because it is just a warning and not an error. I would expect that the AutoValue compilation failed when an AutoValueExtension throws an error.The text was updated successfully, but these errors were encountered: