Directory proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/

Directory Created:
2001-12-15 12:06
Directory Deleted:
2002-04-17 10:49
Total Files:
0
Deleted Files:
11
Lines of Code:
0

Browse with ViewVC

[root]/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp

Lines of Code

proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 64 (100.0%) 354 (100.0%) 5.5
donaldp 58 (90.6%) 333 (94.1%) 5.7
sbailliez 6 (9.4%) 21 (5.9%) 3.5

Most Recent Commits

donaldp 2002-04-17 10:49

zappity zap

0 lines of code changed in:

donaldp 2002-02-06 13:38

Style touchups

16 lines of code changed in:

sbailliez 2002-01-20 17:35

- Fix order of modifiers

- Fix duplicate/unecessary imports

- Fix single if/else and loop without block

21 lines of code changed in:

donaldp 2002-01-12 23:44

*** empty log message ***

2 lines of code changed in:

  • proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp: Regexp.java (+2 -2)
donaldp 2002-01-04 09:27

Simplified and cleaned regex factorys

21 lines of code changed in:

donaldp 2001-12-23 06:35

Fix up license banner.

11 lines of code changed in:

donaldp 2001-12-21 14:21

Move to using Java2 collections API

27 lines of code changed in:

donaldp 2001-12-16 00:39

BuildException -> TaskException



Removed uneeded imports.



Processed code through style formatter.

124 lines of code changed in:

donaldp 2001-12-15 14:56

Started refactoring.



Made BuildException extend TaskException. Now BuildException is no longer a RuntimException and needs to be declared everywhere it could be thrown



Removed the constructors that took location info for BuildException. Location is something known about byt the container and the tasks them selves should not be worrying about that sort of thing



Removed a bunch of deprecated methods and features. Also moved all file handling utilities outside iof the Project class. To aid the transition I added a resolveFile method to the base ProjectComponent class.



480 odd compile errors left to clean up.

3 lines of code changed in:

donaldp 2001-12-15 12:06

Add in a clone of the main ant source tree so that it can undergo some heavy refactoring.



Initial stages involves just making the Ant1.x tasks implement Ant2 interface and refactoring BuildException such that it can be easily be replaced by TaskException etc.

129 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT