CharafeddineMechalikh/PureEdgeSim

View on GitHub
PureEdgeSim/com/mechalikh/pureedgesim/scenariomanager/ParametersParser.java

Summary

Maintainability
A
3 hrs
Test Coverage

Method checkSimulationProperties has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected boolean checkSimulationProperties() {
        SimLog.println("%s - Checking simulation properties file...",getClass().getSimpleName());
        boolean result = false;
        try (InputStream input = new FileInputStream(file)) {

    There are no issues that match your filters.

    Category
    Status