jlibmodbus
jlibmodbus copied to clipboard
ModbusConnection uses finalize method which is deprecated for removal since Java 18
The finalize method of the ModbusConnection should be removed. If the close() call in the finalize method is really required it should be implemented by a Cleaner as proposed in javadoc of Object.equals.