openhab-core/itests/org.openhab.core.thing.tests/src/main
Wouter Born 26a958cd4d
Use static inner classes (#4002)
A static inner class does not keep an implicit reference to its enclosing instance.
This prevents a common cause of memory leaks and uses less memory per instance of the class.

Signed-off-by: Wouter Born <github@maindrain.net>
2024-01-03 12:35:26 +01:00
..
java/org/openhab/core/thing Use static inner classes (#4002) 2024-01-03 12:35:26 +01:00
resources Add support for channel-groups to update instructions (#3391) 2023-03-07 21:57:39 +01:00