fujaba/NetworkParser

View on GitHub
src/test/java/de/uniks/ludo/model/Field.java

Summary

Maintainability
A
2 hrs
Test Coverage

Field has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

public class Field {
    protected PropertyChangeSupport listeners = null;

    public boolean firePropertyChange(String propertyName, Object oldValue, Object newValue) {
        if (listeners != null) {
Severity: Minor
Found in src/test/java/de/uniks/ludo/model/Field.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status