Petr Doležal

Results 8 issues of Petr Doležal

The `instanceof` pattern introduced in Java 16 emits code with possibly unnecessary stores. With a code snippets like ```java if (object instanceof Foo foo) { return foo.bar(); } ``` then...

can't reproduce
reasonable

First of all: thanks for this extension. I still miss the amazing-but-not-working-anymore Mouseless Browsing, so when I found this extension I rejoiced. It looks like the extension that could eventually...

Background: When I installed the clipboard, I thought I would use it often. It hasn't happen yet. One of the reasons is what I described in #37 (the panel becomes...

Please, would you add the possibility to suspend the Clipboard? Rationale: I'm using copy & paste between other applications often. It is not good when everything what I copied appears...

When I tried Concierge with own launcher I found out that `BundleContext.getBundle(String)` does not work correctly when the framework uses an existing storage. Basically the scenario follows this pseudocode: ```java...

When multiple threads invoke `Framework.waitForStop()`, only one of them gets unblocked. I suppose that `Concierge.stop0(boolean)` should call `notifyAll()` instead of just `notify()` and it would be better to invoke it...

When cursors are added, the additional cursors do not blink in sync with the original cursor. All the additional cursors blink in sync. This is quite disturbing. The expected behavior...

The suggestion for `option_map_unit_fn` could include more details and options for solving the lint. Let's consider an invocation chain on `Option` which consumes the value, if any, at the end....

C-enhancement
L-suggestion