CharafeddineMechalikh/PureEdgeSim

View on GitHub
PureEdgeSim/com/mechalikh/pureedgesim/datacentersmanager/DefaultComputingNode.java

Summary

Maintainability
A
3 hrs
Test Coverage

DefaultComputingNode has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

public class DefaultComputingNode extends LocationAwareNode {
    protected int applicationType;
    protected boolean isSensor = false;
    protected double availableStorage = 0; // in Megabytes
    protected double storage = 0; // in Megabytes

    There are no issues that match your filters.

    Category
    Status