Jan Lahoda

Results 98 comments of Jan Lahoda

I believe this will be resolved when we upgrade to NetBeans 23 as the backend.

Unfortunate, but unless someone steps up and helps maintaining this, the removal is inevitable. And if someone would want to restore this functionality later, they still can, the code is...

Sadly, Lombok works by accessing internal representation of javac. And, as such, it is subject of breakages when javac is upgraded. The extension, to perform its tasks, uses an internal...

> Since `labels` is no longer eagerly cloned, it’s important to store the converted labels into a local array to avoid leaking them to user code. True. But it is...

Any input on the current version of the patch?

On a (relatively) quick review, this seems OK to me. But, I would say the `convertToLineOnlyFolds` method is quite complex, and some tests would be desirable. Round-trip test (like those...

Unless there are objections, I'll merge tonight.

How about this: https://github.com/apache/netbeans/pull/7921