Matthias Bläsing

Results 178 comments of Matthias Bläsing
trafficstars

This is my understanding of the Apache Legal FAQ: We can include MIT licensed code into the netbeans code base. When we do this, we still have to follow the...

As I'm using NetBeans at work on Windows with menu integrated into title bar, I began to wonder how difficult it would be. As a quick experiment I came up...

If someone want to have a look at this. This is what I tried (feel free to use if it leads to improvements in FlatLaf): 1. I mapped `XUngrabPointer` like...

@DevCharly to my understanding implementors should check the atom list returned by querying the property [_NET_SUPPORTED](https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html#idm45682917915456) of the root window. I'm not sure if going though direct X11 calls is...

I added the "do not merge" label. The issues raised before regarding license infos need to be fixed prior to merging.

I can reproduce this with a simple Maven Projekt: [mavenproject1.zip](https://github.com/apache/netbeans/files/8596824/mavenproject1.zip) The result is: ![Bildschirmfoto vom 2022-04-30 13-59-34](https://user-images.githubusercontent.com/2179736/166104633-610f2cf1-e45a-4a2b-aad1-1b2807d290fa.png) In the log it can be observed: ``` FINE [org.netbeans.api.java.source.ElementHandle]: Resolving element kind:...

@jlahoda I had another look at this an dnoticed, that there is a strange message: > WARNING [org.netbeans.modules.java.source.parsing.JavacParser]: ClassPath identity changed for AbstractFileObject@3a8454fe[com/google/gson/Gson.java], class path owner: null original sourcePath: /home/matthias/.m2/repository/com/google/code/gson/gson/2.9.0/gson-2.9.0-sources.jar...

@jlahoda thank you! I build your branch and it looks great to me. I used my demo project referenced above (gson-2.9.0). With current master I did not get javadoc for...

@BradWalker could you please rebase this onto current master and see if that fixes the issue, so that we can get this in? These things don't get better with time.