Results 159 comments of Ron Pressler

Alright, can you try again with the new snapshot (there are new snapshots for both Capsule and capsule-maven). If that doesn't work, I'm afraid you'll have to debug the problem...

If you mean the extension "Language Support for Java by Red Hat" that's based on Eclipse then: 1. We weren't happy with the experience Java programmers were getting in vscode,...

@gayanper In some cases, changes to javac/JDI mean an automatic improvement to code completion and debugging, and in other cases some extra work needs to be done in the LS,...

To me that sounds like a new issue that you're welcome to file.

As the [announcement](https://inside.java/2023/10/18/announcing-vscode-extension/) said: > The language server will continue being developed as part of the [Apache NetBeans project](https://github.com/apache/netbeans/), and Oracle will continue contributing to that project as we have...

This is an executive summary targeted at executives. At least two companies (Oracle and Mongo) asked for one. Because of that, there is a pretty strict length limit. It should...

AFAIK, `:nocov:` is not available for JaCoCo. If you don't want to make the thresholds fully configurable, an alternative would be to provide a few presets, like "strict", "lenient" etc....

`--add-opens`/`--add-exports` flags are `FIXME` markers signifying non-portable code that may break with any release. The more there are, the likelier the code is to break. By all accounts, a program...

> https://github.com/apache/cassandra/blob/trunk/conf/jvm17-server.options#L69 Ah. In that case, the code is living on borrowed time and has just been lucky. Every release increases the chance of things breaking. Remember that the reason...