openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Replace usage of accessors and use getters & setters instead #215

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

To disable Nashorn compatibility mode, we need to replace usage of accessors on Java objects and use getters and setters instead.

We have to check and fix all files: