codota / tabnine-intellij

Jetbrains IDEs client for TabNine. Compatible with all IntelliJ-based IDEs. https://plugins.jetbrains.com/plugin/12798-tabnine
https://www.tabnine.com/install/intellij
MIT License
525 stars 67 forks source link

DEV2-4253 allow null response for Workspace request #690

Closed yonip23 closed 1 year ago

amircodota commented 1 year ago

Do not think it will fix it

I think you are running into this

https://github.com/codota/tabnine-intellij/blob/ac9488e57a330e749197c54959ed8cc6f457767e/Common/src/main/java/com/tabnineCommon/binary/ParsedBinaryIO.java#L30

yonip23 commented 1 year ago

@amircodota it catches it and then goes to this line: https://github.com/codota/tabnine-intellij/blob/ac9488e57a330e749197c54959ed8cc6f457767e/Common/src/main/java/com/tabnineCommon/binary/BinaryProcessRequesterImpl.java#L73

i verified with debug breakpoint