|
Login: ko5tik
Fullname: ko5tik
Revisions: 83
Lines of Code: 712
Added Lines of Code: 9609
Lines of Code per Change: 8.6
|
Date | Author | File/Message |
---|---|---|
03/09/02 18:50 | ko5tik |
added safeguard to not to write unwritable classes - needed by GUI
to avoid trashing classes which had parse errors
(1 Files changed,
4 Lines changed)
|
02/09/02 18:45 | ko5tik |
fixed tag parameter removal problem in GUI - DefaultXTag
removed wrong key from attributeNames hash
Also corrected xtags.xml for ejb tags
(1 Files changed,
1 Lines changed)
|
26/08/02 16:43 | ko5tik |
added checking for anonymosity
(2 Files changed,
25 Lines changed)
src/xjavadoc/XClass.java 1.30
(+7
-0)
src/xjavadoc/AbstractClass.java 1.50
(+18
-2)
|
25/08/02 17:45 | ko5tik |
added dirty setting and propagation
(8 Files changed,
118 Lines changed)
src/xjavadoc/SourceClass.java 1.42
(+25
-1)
src/xjavadoc/UnknownClass.java 1.17
(+20
-2)
src/xjavadoc/Primitive.java 1.13
(+20
-2)
src/xjavadoc/BinaryClass.java 1.19
(+21
-3)
src/xjavadoc/XClass.java 1.29
(+11
-0)
src/xjavadoc/XDoc.java 1.48
(+15
-2)
|
24/08/02 17:42 | ko5tik |
reintroduced ArrayList, all tests still green
(1 Files changed,
40 Lines changed)
src/xjavadoc/SourceSet.java 1.14
(+40
-10)
|
23/08/02 17:06 | ko5tik |
restored toString - no problem here
(1 Files changed,
2 Lines changed)
src/xjavadoc/FieldImpl.java 1.13
(+2
-5)
|
23/08/02 16:59 | ko5tik |
fixed introduced error
(2 Files changed,
7 Lines changed)
src/xjavadoc/FieldImpl.java 1.12
(+6
-2)
|
23/08/02 16:02 | ko5tik |
fixed minor errors with field display in GUI
Inner classes are now supported
(2 Files changed,
3 Lines changed)
src/xjavadoc/FieldImpl.java 1.11
(+2
-2)
|
21/08/02 19:27 | ko5tik |
Added "contains" capability to SourceSet and switched to ArrayList as
source path container.
Changed behaviour of _biurthdate - reset it together with
singleton instance
(2 Files changed,
81 Lines changed)
src/xjavadoc/SourceSet.java 1.10
(+72
-52)
src/xjavadoc/XJavaDoc.java 1.55
(+9
-2)
|
20/08/02 16:23 | ko5tik |
Fixed really nice recursion...
(1 Files changed,
1 Lines changed)
|