Directory src/main/org/apache/tools/ant/types/resources/

Directory Created:
2005-05-23 19:51
Total Files:
29
Deleted Files:
0
Lines of Code:
4849

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/types/resources

                                     comparators (10 files, 603 lines)

                                     selectors (14 files, 1219 lines)

Lines of Code

src/main/org/apache/tools/ant/types/resources/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 169 (100.0%) 5531 (100.0%) 32.7
mbenson 76 (45.0%) 4019 (72.7%) 52.8
bodewig 43 (25.4%) 1262 (22.8%) 29.3
peterreilly 19 (11.2%) 119 (2.2%) 6.2
antoine 5 (3.0%) 69 (1.2%) 13.8
stevel 6 (3.6%) 38 (0.7%) 6.3
jkf 16 (9.5%) 15 (0.3%) 0.9
jhm 4 (2.4%) 9 (0.2%) 2.2

Most Recent Commits

mbenson 2007-03-02 16:25

add <last> resource collection

142 lines of code changed in:

jkf 2007-01-27 23:40

Pr: 41284 dependset throws NullPointerException. Sort is not suitable to sort items in an order that might change during sorting.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Sort.java (+4)
mbenson 2007-01-10 19:48

when child resource collection added with null Project, it inherits ours

12 lines of code changed in:

bodewig 2006-12-04 04:51

linefeeds

1 lines of code changed in:

mbenson 2006-11-21 23:48

Expose Iterator publicly as a helper to other ResourceCollections

2 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+2 -1)
mbenson 2006-11-21 19:50

use a single empty iterator instead of multiple instances... it's all the same groove, my man...

13 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+13 -11)
mbenson 2006-11-21 19:21

move a public method above private and protected; lazily create the child-holding Vector.

34 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Resources.java (+34 -26)
peterreilly 2006-11-18 18:15

checkstyle

1 lines of code changed in:

peterreilly 2006-11-16 23:33

opps forgot a map

1 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: FailFast.java (+1 -1)
peterreilly 2006-11-16 23:13

checkstyle

71 lines of code changed in:

peterreilly 2006-11-12 22:43

checkstyle

41 lines of code changed in:

jkf 2006-11-11 22:05

br 40949: Test of several resources on 1.3 showed that the compareTo method in the CompressedResource was defective.

HashMap on 1.4+ apparently checks using == before equals. When equals is used the compareTo on the CompressedResource would be called

8 lines of code changed in:

peterreilly 2006-11-05 22:51

checkstyle

5 lines of code changed in:

mbenson 2006-10-11 21:26

Let Path use Union by composition instead of inheritance so that third-party

code using paths built against Ant 1.7 should still run against Ant 1.6 .

2 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Union.java (+2 -2)
mbenson 2006-10-10 16:56

extract DelegatedResourceComparator from Sort collection

3 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Sort.java (+3 -33)
mbenson 2006-10-06 21:08

ignore null child collection, why not

3 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Restrict.java (+3)
mbenson 2006-10-06 21:07

line up with some other exception throwing utility methods e.g. in DataType

4 lines of code changed in:

antoine 2006-09-29 08:32

remove finalize method, suggested by Peter Reilly

0 lines of code changed in:

antoine 2006-09-28 14:23

running junitreport several times, issues with closing URLResource, bugzilla report 40595



0 lines of code changed in:

mbenson 2006-09-27 22:37

add the <tokens> resource collection; tokenizers graduate to free-standing types

129 lines of code changed in:

  • src/main/org/apache/tools/ant/types/resources: Tokens.java (new 129)

(42 more)

Generated by StatSVN 0.3.2-SNAPSHOT