Directory proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util/

Directory Created:
2002-02-28 18:23
Directory Deleted:
2002-03-15 02:44
Total Files:
0
Deleted Files:
2
Lines of Code:
0

Browse with ViewVC

[root]/proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util

Lines of Code

proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
umagesh 7 (100.0%) 54 (100.0%) 7.7

Most Recent Commits

umagesh 2002-03-15 02:44

Remove contents from filter reader proposal, now that the code has been migrated to the main tree.

0 lines of code changed in:

umagesh 2002-03-04 00:33

Cheat the introspector by making ClassConstants delegate bcel stuff to a helper class.

0 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util: JavaClassHelper.java (new)
umagesh 2002-02-28 21:59

1. ExpandProperties filter introduced as envisioned by Steve.

2. String readFully(Reader) added to FileUtils.java (main trunk revision 1.13)

3. Doc changes

4. Removed the attribute evaluateproperties from <loadfile> as it is no longer necessary.

24 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util: ChainReaderHelper.java (+24 -21)
umagesh 2002-02-28 19:48

Use StringBuffer to assemble String.

8 lines of code changed in:

umagesh 2002-02-28 19:43

Split processStream into two methods to facilitate streamed reads...

Reader getAssembledReader()

String readFully(Reader)

13 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/filters/util: ChainReaderHelper.java (+13 -6)
umagesh 2002-02-28 18:23

Refactored code (as suggested by Costin and Adam) - first run.

1. Moved ChainReaderHelper.java to filters/util

2. Moved setInitialized, getInitialized to base class.

3. Introduced BaseParamFilterReader that implements Parameterizable and has setParameter

4. Null check introduced for LoadFile

5. Convenience method readLine() introduced into BaseFilterReader.

9 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT