metriculator icon indicating copy to clipboard operation
metriculator copied to clipboard

Bug in CDT in CodanTestCase Klasse

Open ideadapt opened this issue 12 years ago • 0 comments

Create Bug Report-> following code doesn't make sense, does it?!

    public File loadcode_cpp(String code) {
        return loadcode(code, false); // should be true not false
    }

    public File loadcode(String code) {
        return loadcode(code, isCpp());
    }

ideadapt avatar Aug 15 '12 20:08 ideadapt