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
@Value.Default with Option fields throws NullPointerException:
@Value.Default
public Option<String> getFoo() {
return Option.some("foo");
}
error: org.immutables.value.internal.$processor$.$Processor threw java.lang.NullPointerException
at org.immutables.value.internal.$processor$.encode.$Instantiation$6.invoke($Instantiation.java:305)
at org.immutables.value.internal.$generator$.$Intrinsics.$($Intrinsics.java:96)
at org.immutables.value.internal.$processor$.encode.$Generator_Renderers._t26__wasInit($Generator_Renderers.java:845)
at org.immutables.value.internal.$processor$.encode.$Generator_Renderers$FragmentDispatch.run($Generator_Renderers.java:1167)
@Value.Default with Option fields throws NullPointerException:
org.immutables:value:2.7.4
org.immutables.vavr;vavr-encodings:0.6.2
The text was updated successfully, but these errors were encountered: