John Mercier
John Mercier
Don't worry I am am still learning a lot about x11 as well. Yes I think this client could do these things. The difference is in x11-client the protocol is...
I tried this out but got an error. `RequestError(firstErrorOffset=0, sequenceNumber=37, badValue=0, minorOpcode=2, majorOpcode=-118)` I think it is from the window id but I'm not sure. ``` public class XFixesSelection {...
Thanks! I started working on this today!
I'm switching back to junixsocket but it uses a multi-release jar which is [not supported](https://github.com/projectlombok/lombok/issues/3389) by delombok. So I have to remove lombok from the x11-client module and release 0.18.2.
Everything should work now in 0.18.2. I was having trouble with the junixsocket modules but all of the examples work now.
Is this with version 0.19.0? It could be due to the little endian changes and the file being big endian.
I release 0.20.0 with a fix that should help.
I figured out the issue. The newer javadoc says "signature is a method name plus argument types, with no spaces between the argument types".
@msridhar Yes in the [sample](https://github.com/uber/NullAway/blob/master/sample-library-model/src/main/java/com/uber/modelexample/ExampleLibraryModels.java) it would be good to have more methods. On the [wiki](https://github.com/uber/NullAway/wiki/Configuration#library-models) it would help to explain MethodRef and why it has this format. If there...
It looks like the solution was a plugin that skips module-info.java when delombok is run. Maybe this is an option you can add to the Delombok task?