[root]/proposal/myrmidon/src/todo/org/apache/tools/ant/util/regexp
zappity zap
0 lines of code changed in:
Style touchups
16 lines of code changed in:
- Fix order of modifiers
- Fix duplicate/unecessary imports
- Fix single if/else and loop without block
21 lines of code changed in:
*** empty log message ***
2 lines of code changed in:
Simplified and cleaned regex factorys
21 lines of code changed in:
Fix up license banner.
11 lines of code changed in:
Move to using Java2 collections API
27 lines of code changed in:
BuildException -> TaskException
Removed uneeded imports.
Processed code through style formatter.
124 lines of code changed in:
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:
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: