Lars Knickrehm
Lars Knickrehm
@s4m0r4m4 #26 does not solve the problem addressed by this Pull Request. While #26 fixes Chart.JS 3 compatibility of the `beginUpdate` methode, this Pull Request fixes the plugin registration automatism.
I had just the same problem with a similar configuration. In case someone is looking for a workaround: @jeacott1 posted one at https://github.com/rzwitserloot/lombok/issues/925#issuecomment-368736923. The following extract just adds the delombokTest...
A similar ticket to this one was open in the Impersonate app's issues (see link above). I just had one more look at this one. To me it seems as...
We also had some cases of "Cannot sync due to invalid modification time", but instead of the other solutions, which work on the client-side, we solved this on the server-side,...
> However, it didn't work for me because BOTH mtime and storage_mtime for those entries were 0. @jreed1701, I just remember problems with the desktop client version 3.4.0, that might...
In both cases cloud.knickrehm.net is resolved in the same way. I just wondered, why I set up a reverse proxy as this installation should be set up without. Indeed, it's...
@Zlika, having one more look at this after some time, it seems, javac handles `socket` as non-nullable when doing `try (Socket socket = new Socket(InetAddress.getLocalHost(), 80)) { ... }`, because...
I just updated the example branch mentioned in the introduction and migrated it to use GitHub Actions. This is still a problem with Spotbugs 4.2.1.
@KengoTODA, are you able to handle https://github.com/lars-sh/parent/tree/issues-spotbugs ? That's a branch at which I committed a stripped down example.
@KengoTODA, don't mind, I'll prepare things as you need. Though I'm not sure where you'd like the example case to be placed. Is https://github.com/spotbugs/spotbugs/tree/master/spotbugsTestCases/src/java11 the correct place?