Closed raoulvdberge closed 4 months ago
See #91
This corrects a mistake in 96841ecb, where AbstractStorageContainerNetworkNode inherits from AbstractStorageNetworkNode.
This would make it so that the disk interface has storage configuration properties like void excess etc. which is not intended!
Now, AbstractStorageNetworkNode is removed and the duplication around the storage configuration is contained in StorageConfiguration.
Also fixes relay having no help tooltip.
Also fixes speed upgrades not working properly.
Issues 3 New issues 0 Accepted issues
Measures 0 Security Hotspots 91.5% Coverage on New Code 2.9% Duplication on New Code
See analysis details on SonarCloud
See #91
This corrects a mistake in 96841ecb, where AbstractStorageContainerNetworkNode inherits from AbstractStorageNetworkNode.
This would make it so that the disk interface has storage configuration properties like void excess etc. which is not intended!
Now, AbstractStorageNetworkNode is removed and the duplication around the storage configuration is contained in StorageConfiguration.
Also fixes relay having no help tooltip.
Also fixes speed upgrades not working properly.