Abraham

Results 3 issues of Abraham

Hi, it seems that Infer is not recognizing the "isNull" method in java.utils.Objects. * Infer version v1.1.0 * Operating system MacOS Ventura * Commands: ``` infer capture -- ./gradlew --offline...

When a class extends enum.Enum you have to define the properties at class level. Also the values need to be an object with "name" and "value" properties.

This option is necessary to use REDIS replication based on sentinels: ``` [celery] BROKER_URL = sentinel://:mypassword@sentinel1:26379/1;sentinel://:mypassword@sentinel2:26379/1 [celery:broker_transport_options] master_name = mymaster ``` More info in https://github.com/celery/kombu/blob/master/kombu/transport/redis.py (see SentinelChannel). Thanks