Spencer Bench
Results
1
issues of
Spencer Bench
Location in source: [https://github.com/Open3270/Open3270/blob/433176e8f466ffc5bccadf69b61f1fdec56a0efa/src/Open3270Library/Engine/TNEmulator.cs#L384](https://github.com/Open3270/Open3270/blob/433176e8f466ffc5bccadf69b61f1fdec56a0efa/src/Open3270Library/Engine/TNEmulator.cs#L384) Specifically, `this.currentConnection` is sometimes `null` when this line of code is executed. I believe this can be fixed by changing `this.currentConnection.DisconnectReason` to `this.DisconnectReason`, which checks `this.currentConnection`...