heldev

Results 4 issues of heldev

The client requires explicit call of `close()` before a program finalization. Otherwise the application hangs up with these threads: ``` "sftp reader" #13 prio=5 os_prio=0 tid=0x00007feedc730ea0 nid=0x2517 in Object.wait() [0x00007fee9a8ba000]...

`com.twitter.scrooge.ast.Field.default` is not callable from Java because it conflicts with a java keyword. ### Expected behavior The `Field` class has a Java friendly method-adapter called `default_` or `getDefault` ...

If the plugin is enabled builds (at least Build -> Rebuild Project) fail with the following message `Module '' tests: java.lang.NoClassDefFoundError: com/intellij/util/messages/Topic`

Hi, It looks like that it's impossible right now to deserialize a JSON as vavr map tree, because only top level elements are deserialized as javaslang collections, deeper levels are...

question