This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 190725
Collapse All | Expand All

(-)a/php.project/src/org/netbeans/modules/php/project/ui/codecoverage/CoverageVO.java (-1 lines)
Lines 69-75 Link Here
69
    }
69
    }
70
70
71
    public void setPhpUnitVersion(String phpUnitVersion) {
71
    public void setPhpUnitVersion(String phpUnitVersion) {
72
        assert phpUnitVersion != null;
73
        assert this.phpUnitVersion == null;
72
        assert this.phpUnitVersion == null;
74
        this.phpUnitVersion = phpUnitVersion;
73
        this.phpUnitVersion = phpUnitVersion;
75
    }
74
    }

Return to bug 190725