Valery Semenchuk
Valery Semenchuk
``` csharp using System; using System.Collections.Generic; public class Program { public static void Main(String[] args) { List list = null; object str = list[0]; } } ```
``` csharp class A { protected internal int x = 123; } class B : A { } class Test { public void test() { B b = new B();...
### Description of the bug Rare exception throw this ``` java.lang.IndexOutOfBoundsException: toIndex = 350 at java.base/java.util.AbstractList.subListRangeCheck(AbstractList.java:509) at java.base/java.util.AbstractList.subList(AbstractList.java:499) at com.vaadin.flow.data.provider.DataCommunicator.collectKeysToFlush(DataCommunicator.java:1460) at com.vaadin.flow.data.provider.DataCommunicator.flush(DataCommunicator.java:1230) at com.vaadin.flow.data.provider.DataCommunicator.lambda$requestFlush$7258256f$1(DataCommunicator.java:1138) at com.vaadin.flow.internal.StateTree.lambda$runExecutionsBeforeClientResponse$2(StateTree.java:397) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)...
Hello. Haiku contains JDK 17 LTS, but there no JDK 21 LTS port . Will be nice to have it, since some apps require it for start Thanks
Hello. I'm testing FlatLaf as default laf for Consulo IDE (https://github.com/consulo), which is an IDEA fork. I want replace internal laf implementation by FlatLaf, but catch very strange freeze at...
Hello - I want test it at riscv64 platform, but there no builds for it. Also tried to build by my self, but there no binary of dbgshim. But it...
Hello. There no information about active breakpoint on StoppedEvent (DAP) https://github.com/Samsung/netcoredbg/blob/83214c3993c052a0ccb8854b913e028c5e365bc6/src/protocols/vscodeprotocol.cpp#L162 But in other protocols - breakpoint info exists (https://github.com/Samsung/netcoredbg/blob/83214c3993c052a0ccb8854b913e028c5e365bc6/src/protocols/miprotocol.cpp#L411) ``` event.breakpoint.id ```