Andrey Turbanov

Results 18 issues of Andrey Turbanov

JSch is a mature project. As every mature project, it has legacy code with inconsistent formatting. It makes hard to read/modify/audit the source code. I propose to improve formatting step...

Запускаю готовый бинарь. Появляется окошко, там идут попытки использовать разные DNS, потом окно исчезает. ``` $ ./blockcheck-0.0.9.8-linux-x86_64 X Error of failed request: BadLength (poly request too large or internal Xlib...

TIL by default IntelliJ shows static methods with _italic_ font. ![image](https://user-images.githubusercontent.com/741251/30060415-efeea6e0-924b-11e7-8428-a8c2a07faac0.png) I find it's useful to see that when method is static or not. I suggest to make it italic...

Hello. I use solarized light color scheme. Currently I'm working on project with both languages: java and kotlin. And it's really hard to read code in kotlin after reading java...

**Describe the bug** https://docs.github.com/en/rest/pulls/comments#get-a-review-comment-for-a-pull-request Github states that review comment has following fields: ``` "start_line": { "type": [ "integer", "null" ], "description": "The first line of the range for a multi-line...

enhancement
good first issue

It's a bit shorter and clearer. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain...

ready
rfr
serviceability
core-libs
client

Makes code easier to read. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain...

client

Since [JDK-8260966](https://bugs.openjdk.org/browse/JDK-8260966), NativeBuffer implements AutoCloseable interface. Now we can use try-with-resources statements to simplify code. --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at...

ready
rfr
nio

Field `keyListener` was added under [JDK-8033699](https://bugs.openjdk.org/browse/JDK-8033699). But then all its usages were removed in [JDK-8249548](https://bugs.openjdk.org/browse/JDK-8249548) --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with...

rfr
client