Oleg Andreych
Oleg Andreych
One can find a project to reproduce this issue here: https://github.com/OlegAndreych/PMDNestedClassFQNTest. ```java package some.pkg; public class Test { } ``` ```java package some.pkg; public class OuterTest { public static class...
Hello Is there a way to generate attributes accessors by attributes’ names? Is there a way to generate a method to get all available attributes’ names to use them in...
…ed classes with the same name and in the same package are used together https://github.com/pmd/pmd/issues/4085 ## Describe the PR Additional search and exclusion of inner classes/interfaces with the same simple...
I propose to use org.openhab.core.automation.internal.TriggerHandlerCallbackImpl#getScheduler when calling scripts to resolve an issue with simultaneous executions, as it is done for "normal" rules execution path. That's needed for a code reuse...
I propose to use `org.openhab.core.automation.internal.TriggerHandlerCallbackImpl#getScheduler` when calling scripts to resolve an issue with simultaneous executions, as it is done for "normal" rules execution path. That's needed for a code reuse...
Experiment configuration should be filled even when the server started with paused=true, so we can check the configuration in mongo even without actually running an experiment.
Looking through the code I've stumbled upon constructs like: ``` // when tab is above to close window.onbeforeunload = function() { jsflight.stopTimers(); ``` MDN [states](https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeunload), that such events should be...
As far as I understand - bintray is closed for now (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). Maybe it's time to move projects artifacts to the Maven Central?