Directory src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/

Directory Created:
2000-10-28 05:06
Total Files:
14
Deleted Files:
0
Lines of Code:
1613

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 187 (100.0%) 3209 (100.0%) 17.1
conor 55 (29.4%) 2478 (77.2%) 45.0
sbailliez 43 (23.0%) 405 (12.6%) 9.4
antoine 46 (24.6%) 221 (6.9%) 4.8
bodewig 28 (15.0%) 98 (3.1%) 3.5
peterreilly 15 (8.0%) 7 (0.2%) 0.4

Most Recent Commits

bodewig 2006-09-01 18:49

copy2license.pl

84 lines of code changed in:

peterreilly 2005-01-28 11:33

checkstyle

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool: ConstantPool.java (+7 -4)
peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

14 lines of code changed in:

antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

28 lines of code changed in:

antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

168 lines of code changed in:

antoine 2003-09-20 16:40

Spelling corrections.

Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)

11 lines of code changed in:

conor 2003-07-19 08:11

style

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool: ConstantPool.java (+1 -1)
conor 2003-07-17 10:36

style

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool: FieldRefCPInfo.java (+4 -4)
conor 2003-07-05 14:34

More cleanup

6 lines of code changed in:

bodewig 2003-02-10 14:15

Remove Jakarta Project from license

14 lines of code changed in:

conor 2002-04-15 14:56

Order of modifiers

11 lines of code changed in:

conor 2002-04-14 11:16

Various coding standard fixes

24 lines of code changed in:

sbailliez 2002-02-03 21:53

Fixing #$!@ Copyright issues.

14 lines of code changed in:

conor 2002-02-03 10:12

Clean up of some of the javadoc and style issues in the depend code

362 lines of code changed in:

sbailliez 2002-01-26 21:03

Fix modifier order

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/depend/constantpool: ConstantCPInfo.java (+1 -1)
sbailliez 2002-01-08 23:47

Code layout only.

341 lines of code changed in:

sbailliez 2001-10-28 21:31

Code clean up:

- removed useless/duplicate imports

- added explicit imports rather than *

- changed specifiers order to be conform to JLS.

49 lines of code changed in:

conor 2001-01-03 14:18

Make licence statements mention Ant in place of Tomcat

14 lines of code changed in:

conor 2000-10-28 05:06

Depend task



This task examines classes to build a dependency map. For any class file

which is out of date with respect to its source, all class files which depend

on that class are deleted, forcing them to be recompiled.



This is a java specific approach.

2056 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT