Olivier Cailloux

Results 80 comments of Olivier Cailloux

Is the linked issue (#2911) related? Does the note there (“This is a limitation of JDT, nothing we can do about it”) also apply here?

Has anyone got a chance of looking at this? Is anything more required as a description or reproducer?

Just realized that this happens only when the compiler settings modify the severity related to option id [`org.eclipse.jdt.core.incompatibleJDKLevel`](https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2FJavaCore.html&anchor=CORE_INCOMPATIBLE_JDK_LEVEL)

Can the source code be fixed to avoid showing up this warning, if it is innocuous? Warnings should be there to, well, warn users, when something is wrong. I don’t...

@Mizux Nope. I use this repository as an example for exercices about git in my class. Some students mistakenly try to push to it. Thanks for caring!

(Or perhaps, in this case, [jokingly](https://en.wikipedia.org/wiki/OSS_117) pushed to it.)

Thank you for this fast reaction. [Here](https://github.com/oliviercailloux/J-DisplayConfig/) is an example project. Running [`DBusAttempt`](https://github.com/oliviercailloux/J-DisplayConfig/blob/main/src/main/java/io/github/oliviercailloux/jdisplayconfig/DBusAttempt.java) yields: ``` 16:27:32.888 [main] INFO o.f.d.c.transports.TransportBuilder - Using transport dbus-java-transport-junixsocket for address unix:path=/run/user/1000/bus,guid=e6517c6ad48b6ed234d07a096856681a 16:27:32.946 [main] INFO i.g.o.jdisplayconfig.DBusAttempt...

Great! It works. Hoping that I am not abusing, can you by chance make the types non generic again, as they used to be, unless necessary? Having to deal, for...

Just to make sure we are on the same page, [here](https://github.com/oliviercailloux/J-DisplayConfig/compare/4f94c2..main) is the change that I had in mind.

Indeed, the code as shown does not work. Thanks for the quick patch anyway!