mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
aa4456425a
When waitForAssert uses ruleEvents.stream() the ruleEventHandler may add an event to ruleEvents at the same time causing a ConcurrentModificationException. Using a CopyOnWriteArrayList instead of an ArrayList should fix this. Signed-off-by: Wouter Born <github@maindrain.net> |
||
---|---|---|
.. | ||
org.openhab.core.auth.oauth2client.tests | ||
org.openhab.core.automation.integration.tests | ||
org.openhab.core.automation.module.core.tests | ||
org.openhab.core.automation.module.script.defaultscope.tests | ||
org.openhab.core.automation.module.script.tests | ||
org.openhab.core.automation.module.timer.tests | ||
org.openhab.core.automation.tests | ||
org.openhab.core.binding.xml.tests | ||
org.openhab.core.config.core.tests | ||
org.openhab.core.config.discovery.mdns.tests | ||
org.openhab.core.config.discovery.tests | ||
org.openhab.core.config.discovery.usbserial.linuxsysfs.tests | ||
org.openhab.core.config.discovery.usbserial.tests | ||
org.openhab.core.config.dispatch.tests | ||
org.openhab.core.config.xml.tests | ||
org.openhab.core.ephemeris.tests | ||
org.openhab.core.io.rest.core.tests | ||
org.openhab.core.model.core.tests | ||
org.openhab.core.model.item.tests | ||
org.openhab.core.model.persistence.tests | ||
org.openhab.core.model.rule.tests | ||
org.openhab.core.model.script.tests | ||
org.openhab.core.model.thing.tests | ||
org.openhab.core.model.thing.testsupport | ||
org.openhab.core.storage.json.tests | ||
org.openhab.core.tests | ||
org.openhab.core.thing.tests | ||
org.openhab.core.thing.xml.tests | ||
org.openhab.core.voice.tests | ||
itest-common.bndrun | ||
pom.xml |