Directory groovy/groovy-core/src/main/org/codehaus/groovy/control/io/

Directory Created:
2004-04-19 08:29
Total Files:
7
Deleted Files:
0
Lines of Code:
641

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/control/io

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/control/io/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 890 (100.0%) 55.6
cpoirier 7 (43.8%) 769 (86.4%) 109.8
paulk 7 (43.8%) 115 (12.9%) 16.4
cstein 1 (6.3%) 5 (0.6%) 5.0
glaforge 1 (6.3%) 1 (0.1%) 1.0

Most Recent Commits

paulk 2007-03-15 07:36

increased coverage

115 lines of code changed in:

cstein 2005-06-19 16:41

Added defensiv null pointer check, as some subclasses use the field w/o checking for null configuration.

5 lines of code changed in:

glaforge 2004-04-29 23:39

Changes to the classes behing the groovyc ant task and the groovyc compiler to make them charset-aware.

1 lines of code changed in:

cpoirier 2004-04-20 02:44

Forgot I file used in the configuration changes.

69 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/control/io: NullWriter.java (new 69)
cpoirier 2004-04-19 08:29

Centralized compilation management and error handling.



Compilation is now managed by SourceUnit and CompilationUnit objects to which errors

are reported. CompilerConfiguration provides a single object for controlling compiler

configuration. CompilationFailedException is thrown for any compilation failures, and

links back to the CompilationUnit and SourceUnit that discovered the problem and that

house the error messages. These objects all reside in org.codehaus.groovy.control.

700 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT