Jaroslav Tulach

Results 13 issues of Jaroslav Tulach

While debugging mixed [Java/Scala application](http://enso.org) I realized there is `LineBreakpoint.preferredClassName` and found it quite useful. This PR exposes its value to users. By default the field is empty, but it...

stale

``` --- a/src/main/java/X.java +++ b/src/main/java/X.java @@ -47,7 +47,10 @@ @JavaScriptBody(args = {"namespace", "name"}, javacall = true, body = "" + "namespace.__custom = namespace.__custom || {};\n" + "if (!namespace.__custom[name]) {\n" +...

### Apache NetBeans version Apache NetBeans latest daily build ### What happened There is a hint detecting _infinite recursion_. It works poorly JDK19 language features. Namely with `switch` expressions and...

kind:bug
Java
hints

Trying to re-implement the [sieve.js](https://github.com/jtulach/sieve/blob/master/js/sieve.js) in Rust.

I've [got a recommendation at Apache Maven mailing list](http://mail-archives.apache.org/mod_mbox//maven-dev/202008.mbox/browser) to look at your project, but it doesn't build as far as I can tell. ``` mvnsh$ git log | head...

### Apache NetBeans version Apache NetBeans 20 ### What happened I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the...

kind:bug
tests
GraalVM
Upgrade JDK

Hi. I am trying to [upgrade Bck2Brwsr VM](https://github.com/jtulach/bck2brwsr/commit/3a5bb2a73cbed6edfa5593b9415584b3f7ab96d9) usage of Retrolamda from 2.1.0 to 2.5.7. I am facing problems. Bck2Brwsr doesn't need help with default methods, only with lambdas. Looks...

…monstrate multilanguage debugging capabilities of the IDEs. Place breakpoint into SLFactorialTest:77 and debug the file in the IDE (Ctrl-Shift-F6). Once the breakpoint is hit, step into (press F7) and if...

oracle-emp

Turning on check for warnings and trying to compile the project without any of them. Right now fails on: ```bash [WARNING] File for type 'org.netbeans.html.boot.impl.$JsCallbacks$' created in the last round...

The [Browser presenter](http://bits.netbeans.org/html+java/1.7/org/netbeans/html/presenters/browser/Browser.html) needs an HTTP server to talk to. Original code was using Grizzly, but I find it too [heavyweight](http://wiki.apidesign.org/wiki/HeavyWeight). Now there is an experimental branch [jtulach/WebViews](https://github.com/apache/netbeans/compare/master...JaroslavTulach:jtulach/WebViews) and it...