|
Login: vharcq
Fullname: vharcq
Revisions: 33
Lines of Code: 342
Added Lines of Code: 744
Lines of Code per Change: 10.4
|
Date | Author | File/Message |
---|---|---|
12/06/02 08:46 | vharcq |
Bug 548610 : remove 'sourcepath' possible usage from xjavadoc and report a message to use 'fileset' instead
(1 Files changed,
20 Lines changed)
src/xjavadoc/ant/XJavadocTask.java 1.19
(+20
-36)
|
22/05/02 22:25 | vharcq |
With that samples build in 18 sec instead of 2min30sec
Xjavadoc slower than javadoc ? FUCK IT !
(1 Files changed,
44 Lines changed)
src/xjavadoc/SourceClass.java 1.28
(+44
-34)
|
02/05/02 23:09 | vharcq |
We can not fork anymore !
(1 Files changed,
1 Lines changed)
|
16/04/02 21:42 | vharcq |
Reset the SourceSet hashset in erset() method.
Call reset() at every XDoclet ant task run to refresh the list to empty
(1 Files changed,
1 Lines changed)
src/xjavadoc/XJavaDoc.java 1.33
(+1
-0)
|
15/04/02 07:13 | vharcq |
Add equals and hashCode method based on a String identifier
(1 Files changed,
68 Lines changed)
src/xjavadoc/MethodImpl.java 1.10
(+68
-14)
|
14/04/02 18:00 | vharcq |
1. Reset cache of sourceclasses when adding a sourceset (case of 2 ejbdoclet runs one after the other)
2. Throw exception of duplicate files found only if they are really different files
(1 Files changed,
2 Lines changed)
src/xjavadoc/XJavaDoc.java 1.32
(+2
-1)
|
04/04/02 23:51 | vharcq |
Replace " " by ' ' for performance
(3 Files changed,
6 Lines changed)
src/xjavadoc/SimpleNode.java 1.7
(+1
-1)
src/xjavadoc/MethodImpl.java 1.9
(+2
-2)
src/xjavadoc/XDoc.java 1.27
(+3
-3)
|
03/04/02 23:51 | vharcq |
Some more performance improvements.
Now runs in 32 sec (instead of 55 in the beginning of the day)
(7 Files changed,
220 Lines changed)
src/xjavadoc/XDoc.java 1.24
(+117
-37)
src/xjavadoc/Util.java 1.6
(+10
-10)
src/xjavadoc/DefaultXTag.java 1.9
(+48
-18)
src/xjavadoc/SourceSet.java 1.2
(+13
-5)
src/xjavadoc/XPackage.java 1.9
(+21
-3)
|
03/04/02 15:56 | vharcq |
Bug fix
(1 Files changed,
13 Lines changed)
|
03/04/02 15:31 | vharcq |
Performance changes
Small on samples but on my own project it runs now in half the time !
(7 Files changed,
219 Lines changed)
src/xjavadoc/MethodImpl.java 1.7
(+30
-13)
src/xjavadoc/XDoc.java 1.23
(+76
-36)
|