Jan Lahoda

Results 14 comments of Jan Lahoda

@matthiasblaesing, would you have any insights on what could be a way to get this plugin to be part of NetBeans itself? Regarding the parser, I'll try to find some...

My patch was for just highlighting - the donation would give us more fully featured support. I think the more fully featured support would be much better - and my...

@matthiasblaesing, sure, I'll take a look, but it may unfortunately take a week or so before I get to it. Sorry for that.

I tried to look at this twice in the past, but wasn't so far able to find out the problem. I'll continue searching.

So, I may have an idea on what's the real reason. I've put a prototype of a fix here: https://github.com/jlahoda/netbeans/tree/NETBEANS-4044 I'd appreciate if anyone would be willing to try/verify it...

I've updated the patch to reflect most of the comments (tracking agent and hooks are now modules, SPI is separate from the callback, etc.) I've put a comment on conversation...

I wonder if there are any further comments on this. It might be reasonable to try to avoid too much dependency on the SecurityManager.

> The test is passing. Does that mean NetBeans already supports multi release JARs? Did you try to run the test on both JDK 8 and JDK 11? Because, obviously,...

Hm - I don't think incrementing the pointer when toPhase does not reach the expected phase is correct - that would might mean the given file won't be run again....

Attaching two more files: [boxed-sieve2.zip](https://github.com/jtulach/sieve/files/130875/boxed-sieve2.zip): similar to boxed-sieve.zip, but some unnecessary unboxing&reboxing removed/fixed. [almost-primitive-siever.zip](https://github.com/jtulach/sieve/files/130874/almost-primitive-siever.zip): a version where Filter is not keeping a primitive value, but rather a boxed value, using...