40414243444546
private int nbGeneratedSources = 0; public JavaSourceCompilerHandler(CompilerOptions options) { this.options = options; this.sourceFactory = new JavaSourceFactory(); this.sourceFactory.setLogger(new JaxmeNullLog()); }