Author Statistics for pazu

Back to Index Page

Author Details

Login: pazu
Fullname: pazu
Revisions: 9
Lines of Code: 204
Added Lines of Code: 211
Lines of Code per Change: 22.7

Author of the Month

  • September 2002

Lines Of Code (per Author)

Lines Of Code for pazu (per module)

Activity

Commit Log

DateAuthorFile/Message
16/04/03 13:54pazu
Fixed a small typo that was preventing XJavadoc from correctly parsing constructors. This fixes XDT-449. Thanks to Stephen Gargan for pointing the bug and providing the fix. (1 Files changed, 1 Lines changed)
23/09/02 03:24pazu
Modified XDoc.getFirstSentence() to comply with the JLS section 18.3, where the following is said about the first sentence: "This sentence ends at the first period that is followed by a blank, tab, or line terminator, or at the first tagline." Also, aded an unit test to pick this up. (3 Files changed, 45 Lines changed)
09/09/02 05:23pazu
Added dereferenceProperties() support directly to the xjavadoc core. Now ant properties will *always* be dereferenced. All tests are green :) (5 Files changed, 165 Lines changed)