compilers/groovy/src/main/java/org/apache/commons/jci2/compiler/groovy/GroovyJavaCompiler.java [125:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final CompilationProblem[] result = new CompilationProblem[problems.size()];
        problems.toArray(result);
        return new CompilationResult(result);
    }

    @Override
    public JavaCompilerSettings createDefaultSettings() {
        return defaultSettings;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java [271:278]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        final CompilationProblem[] result = new CompilationProblem[problems.size()];
        problems.toArray(result);
        return new CompilationResult(result);
    }

    @Override
    public JavaCompilerSettings createDefaultSettings() {
        return defaultSettings;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



