openhab-core/itests/org.openhab.core.thing.tests
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
..
src/main Use static inner classes (#4002) 2024-01-03 12:35:26 +01:00
.classpath Update Eclipse .classpath files (#3250) 2022-12-22 14:14:35 +01:00
.project add itest: org.openhab.core.thing.test (#512) 2019-02-01 16:09:49 +01:00
itest.bndrun Refactor ThingHandlerService to an OSGi component prototype (#3957) 2024-01-02 13:09:51 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
pom.xml Apply spotless after release, resolve bundles (#3953) 2023-12-22 23:14:28 +01:00