Matthias Bläsing

Results 187 comments of Matthias Bläsing

@haidubogdan the general answer is: 1. You create a personal fork of the NetBeans repository 2. You create a new branch from current master to work on your feature 3....

What JDBC driver and DBMS was used?

The problem is, that the statement generator has to guess what is the right thing to do for identifiers. What happens here is: - NetBeans tries to extract the catalog,...

This currently fails to build from source. With this patch I can build again: ```diff diff --git a/php/php.blade/build.xml b/php/php.blade/build.xml index 409c84c8400b..4ea7b71c6021 100644 --- a/php/php.blade/build.xml +++ b/php/php.blade/build.xml @@ -26,23 +26,35 @@...

> > Happy to open a PR against netbeans-tools instead if you think that's the best place for these files. > > It think it might be, but let's see...

I just saw this, after I submitted #27 - first: Thank you for following up with this fix, its good to see this taken upstream. I think fixing the license...

This needs a minimal reproducer as I just added a "TestSuite" to a freeform java ant project and that suite is correctly executed. @mbien already commented such on the PR...

@lahodaj would you mind finalizing this? While looking into the JSF modules in the NetBeans codebase I also got exceptions from the `ThisEscapeAnalyser` and I have some hopes, that they...

Build a local test version of nb-javac and build netbeans with this applied: [build.patch.txt](https://github.com/user-attachments/files/16120508/build.patch.txt) First impression is good, I plan to run with it the next week.

The change looks ok, but it raises the question whether the javac or NetBeans java editing is wrong.