Ant Developers: jskeet

Login name:
jskeet
Total Commits:
170 (0.3%)
Lines of Code:
3472 (0.3%)
Most Recent Commit:
2002-07-23 15:13

Activity by Clock Time

Activity by Hour of Day for jskeet

Activity by Day of Week for jskeet

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 170 (100.0%) 3472 (100.0%) 20.4
src/main/org/apache/tools/ant/ 31 (18.2%) 2328 (67.1%) 75.0
src/main/org/apache/tools/ant/filters/ 22 (12.9%) 649 (18.7%) 29.5
src/main/org/apache/tools/ant/taskdefs/ 24 (14.1%) 278 (8.0%) 11.5
docs/manual/CoreTasks/ 1 (0.6%) 44 (1.3%) 44.0
src/main/org/apache/tools/ant/taskdefs/optional/scm/ 1 (0.6%) 35 (1.0%) 35.0
src/main/org/apache/tools/ant/taskdefs/optional/vss/ 10 (5.9%) 29 (0.8%) 2.9
src/main/org/apache/tools/ant/taskdefs/optional/jsp/ 4 (2.4%) 12 (0.3%) 3.0
src/main/org/apache/tools/ant/taskdefs/optional/ 7 (4.1%) 9 (0.3%) 1.2
src/main/org/apache/tools/ant/taskdefs/optional/sos/ 3 (1.8%) 8 (0.2%) 2.6
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/ 4 (2.4%) 8 (0.2%) 2.0
/ 4 (2.4%) 7 (0.2%) 1.7
src/main/org/apache/tools/ant/types/ 5 (2.9%) 6 (0.2%) 1.2
src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode/ 4 (2.4%) 6 (0.2%) 1.5
src/main/org/apache/tools/ant/taskdefs/optional/junit/ 5 (2.9%) 6 (0.2%) 1.2
src/main/org/apache/tools/ant/taskdefs/optional/ide/ 6 (3.5%) 6 (0.2%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/i18n/ 1 (0.6%) 6 (0.2%) 6.0
src/main/org/apache/tools/ant/taskdefs/optional/ejb/ 4 (2.4%) 6 (0.2%) 1.5
src/main/org/apache/tools/ant/taskdefs/optional/starteam/ 3 (1.8%) 5 (0.1%) 1.6
src/main/org/apache/tools/ant/taskdefs/optional/sitraka/ 4 (2.4%) 5 (0.1%) 1.2
src/main/org/apache/tools/ant/util/regexp/ 1 (0.6%) 4 (0.1%) 4.0
src/main/org/apache/tools/ant/taskdefs/optional/net/ 3 (1.8%) 3 (0.1%) 1.0
src/main/org/apache/tools/ant/util/depend/bcel/ 3 (1.8%) 2 (0.1%) 0.6
src/main/org/apache/tools/ant/util/ 4 (2.4%) 2 (0.1%) 0.5
docs/manual/OptionalTasks/ 2 (1.2%) 2 (0.1%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/pvcs/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/perforce/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/metamata/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/jdepend/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/ccm/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/condition/ 1 (0.6%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/util/depend/ 2 (1.2%) 0 (0.0%) 0.0
src/main/org/apache/tools/ant/taskdefs/email/ 1 (0.6%) 0 (0.0%) 0.0
src/main/org/apache/tools/ant/taskdefs/compilers/ 3 (1.8%) 0 (0.0%) 0.0
src/main/org/apache/tools/ant/listener/ 1 (0.6%) 0 (0.0%) 0.0
src/main/org/apache/tools/ant/filters/util/ 1 (0.6%) 0 (0.0%) 0.0

Activity of jskeet

Most Recent Commits

jskeet 2002-07-23 15:13

Fixed up JavaDocs (where possible) to remove warnings (mostly about breakiterator).

65 lines of code changed in:

jskeet 2002-04-30 10:32

Fix-up of JavaDocs for filters (and a couple of style fixes too).

590 lines of code changed in:

jskeet 2002-04-25 15:14

Made the purpose of the no-arg constructor more obvious.

7 lines of code changed in:

jskeet 2002-04-24 12:18

Double doh - don't append the first character twice.

0 lines of code changed in:

jskeet 2002-04-24 10:55

Doh - use @exception, not @throws

4 lines of code changed in:

jskeet 2002-04-24 09:42

Fixed up JavaDocs, improved efficiency of readLine.

46 lines of code changed in:

jskeet 2002-03-27 10:21

Fixed up JavaDocs so they build without errors. The main changes were:

o Capitalisation. Please capitalise the first word of a new sentence, otherwise break-iterator complains.

o @created tags. These aren't valid JavaDoc, and the info is in CVS anyway...

14 lines of code changed in:

jskeet 2002-03-27 10:18

Added @ant.datatype tag.

1 lines of code changed in:

jskeet 2002-03-27 09:48

Fixed up JavaDoc comments again.

61 lines of code changed in:

jskeet 2002-03-05 15:53

Expanded JavaDoc comments on variable names.

14 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+14 -5)
jskeet 2002-03-05 14:39

Fixed up the fix-up to obey "Must not be null" etc style.

9 lines of code changed in:

jskeet 2002-03-04 08:43

JavaDoc now builds without warnings again - thanks Erik :)

1 lines of code changed in:

jskeet 2002-03-04 08:38

Reapplied previous JavaDoc patch.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Jar.java (+4 -2)
jskeet 2002-03-03 10:06

Answered my own previous question concerning thread safety.

7 lines of code changed in:

jskeet 2002-03-01 16:29

JavaDoc changes.

72 lines of code changed in:

jskeet 2002-03-01 16:28

JavaDoc changes, and raised a potential multithreading issue. Search

for XXX to see details.

94 lines of code changed in:

jskeet 2002-03-01 15:54

JavaDoc comments and a couple of code changes.



Code changes:

Removed an unneeded nullity test null instanceof Foo is always false.

Changed replaceChild(UnknownElement, Object) with two methods:

replaceChild(UnknownElement,Task) and

replaceChild(UnknownElement,RuntimeConfigurable) to make it

absolutely clear that you can't just replace the children with random

elements.



I must admit I'm still far from entirely clear exactly how

UnknownElement works. It probably counts as black magic...

247 lines of code changed in:

jskeet 2002-03-01 14:47

JavaDoc comments.



Note: maybeConfigure implies that calling it twice will have no effect.

I have a suspicion that children would be added twice. Search for XXX

to find the details.

126 lines of code changed in:

  • src/main/org/apache/tools/ant: Task.java (+126 -33)
jskeet 2002-02-28 18:35

Fixed (another) problem of <tt>...<tt> screwing up the rest of the page.

1 lines of code changed in:

jskeet 2002-02-28 18:33

Fixed problem of <tt>...<tt> screwing up the rest of the page.

1 lines of code changed in:

(17 more)

Generated by StatSVN 0.3.2-SNAPSHOT