negora
negora
I had the same problem with the latest version of `marker` in Debian 11. The fix proposed by @CounterPly has resolved the problem.
> i can probably fix this for final fields. Non-final would be harder to fix. Good point. In my opinion, fixing it for final fields would be enough, because it...
I've quickly tested this in RC2 and it works fine. Thank you!
@mbien I just tried in NetBeans IDE 13, and it works OK. So whatever that causes this error appeared between versions 13 and 14. Thank you.
@mbien I've found another case, similar to the previous one, in which the visibility of a class member affects the result of this type of check. However, this time it...
> It's a limitation. To properly convert lambda to Javascript function, TeaVM needs functor interface to present directly in method signature. Due to generics erasure in Java, you get set(String,JSObject)...
I believe that this issue may be related to the report #500 . Although the cause here is more subtle. In this case, the `break` keyword solves the error because...
I've come to a temporary workaround for this. I've created a small JS script that registers an event listener for unhandled exceptions. This listener runs through the chain of Java...
Has there been any progress on this feature? Since more and more of my projects are relying on `java.time`, I'm finding it difficult to re-use my back-end classes on the...
> Hello. Right now I have no plans to support `java.time` Thank you. It's understandable, given the work load that you've. In addition to that, I guess that incorporating and...