eclipse-archived / smarthome

Eclipse SmartHome™ project
https://www.eclipse.org/smarthome/
Eclipse Public License 2.0
862 stars 783 forks source link

Assignment of currentConnections gets lost #4221

Open sjsf opened 7 years ago

sjsf commented 7 years ago

If the given currentConnections is null a new instance will be created. However, the added connections will be lost afterwards:

https://github.com/eclipse/smarthome/blob/b53b704eaf4420de82c4246f00df344bc783eeab/bundles/automation/org.eclipse.smarthome.automation.core/src/main/java/org/eclipse/smarthome/automation/core/internal/RuleEngine.java#L1259-L1263

sjsf commented 7 years ago

Reopening - it was auto-closed because of a wrong reference in the PR