Innovimax-SARL/QuiXDM

View on GitHub
src/main/java/innovimax/quixproc/datamodel/in/QuiXEventStreamReader.java

Summary

Maintainability
A
1 hr
Test Coverage

Method loadSource has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private AQuiXEvent loadSource() {
        final AStreamSource current = this.sources.next();
        if (this.delegates.containsKey(current.type)) {
            this.delegate = this.delegates.get(current.type);
            this.delegate.reinitialize(current);

    There are no issues that match your filters.

    Category
    Status