fextr

Results 2 issues of fextr

Hey! I have exception when I try to encode event, that has been generated with the help of Web3j CLI Exception: ``` Caused by: java.lang.UnsupportedOperationException: Invalid type provided org.web3j.abi.datatypes.generated.StaticArray3 at...

bug

## Expected Behavior When I [setRpcTimeout](https://github.com/temporalio/sdk-java/blob/abd9f2d1371a0355c01e85bc03763c79b1846ace/temporal-serviceclient/src/main/java/io/temporal/serviceclient/ServiceStubsOptions.java#L774) in WorkflowServiceStubsOptions it overrides the deadline in [getServerCapabilitiesWithRetryOrThrow](https://github.com/temporalio/sdk-java/blob/abd9f2d1371a0355c01e85bc03763c79b1846ace/temporal-serviceclient/src/main/java/io/temporal/serviceclient/SystemInfoInterceptor.java#L95) ## Actual Behavior I'm enforced to use deprecated [setHealthCheckAttemptTimeout](https://github.com/temporalio/sdk-java/blob/abd9f2d1371a0355c01e85bc03763c79b1846ace/temporal-serviceclient/src/main/java/io/temporal/serviceclient/ServiceStubsOptions.java#L696) because it is still used in the...