Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
rinkrank | 11 (78.6%) | 129 (99.2%) | 180 (89.1%) | 11.73 |
pathoss | 1 (7.1%) | 0 (0.0%) | 19 (9.4%) | 0.00 |
ko5tik | 1 (7.1%) | 0 (0.0%) | 1 (0.5%) | 0.00 |
dimc | 1 (7.1%) | 1 (0.8%) | 2 (1.0%) | 1.00 |
Date | Author | File/Message |
---|---|---|
29/04/03 20:12 | rinkrank |
o XJavaDoc is no longer a singleton
o Applied XJD-24
(1 Files changed,
4 Lines changed)
etc/xjavadoctest.j 1.14
(+4
-2)
|
15/04/03 09:58 | rinkrank |
o Added xjavadoc download logic to the XDoclet ant build
o Aligned xjavadoc's ant build with Maven build
o Upgraded JavaCC to 2.1
(1 Files changed,
3 Lines changed)
etc/xjavadoctest.j 1.13
(+3
-3)
|
20/03/03 22:36 | rinkrank |
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about the XClass AND the dimension.
(1 Files changed,
1 Lines changed)
etc/xjavadoctest.j 1.12
(+1
-1)
|
30/10/02 22:36 | rinkrank |
Fixed XJD-4. Unicode is now supported in XJavadoc (phew!). Building xjavadoc or xdoclet with -Dxjavadoc.unicode=true will now generate xjavadoc.unicode.jar (which is a bit slower than the normal xjavadoc.jar). Without this option, everything works as before. For the release, remember to build xjavadoc both with and without this option, so both jars go into the distro. People who want unicode support will just have to remove xjavadoc.jar (or make sure xjavadoc-unicode.jar comes earlier in the classpath). Warning messages from javacc are also gone now (except the unicode warning when generating the regular xjavadoc).
Aslak
(1 Files changed,
1 Lines changed)
etc/xjavadoctest.j 1.11
(+1
-1)
|
30/10/02 02:02 | rinkrank |
-Added CodeUnit
-Simplified XJavadoc API
-Updated XDoclet and XDoclet GUI to fit changes
-Fixed the home inheritance removal problems (I hope)
-XJavadoc is using commons predicate in stead of homegrown filters
-Removed obsolete classes
-Upgraded xdoclegui IDEA plugin to work with Ariadna 655
(1 Files changed,
3 Lines changed)
etc/xjavadoctest.j 1.10
(+3
-11)
|
03/10/02 21:16 | dimc |
Renamed old SourceSet to FileSourceSet and extracted new interface to
replace the previous SourceSet class. Changed tests to use new
FileSourceSet.
(1 Files changed,
2 Lines changed)
etc/xjavadoctest.j 1.9
(+2
-1)
|
01/08/02 02:53 | rinkrank |
-Fixed the ConcurrentModificationException problem.
-Made xjavadoc JUnit tests compile again (anybody noticed they didn't?)
2 of them fail. It's related to inner classes. Class fields whose type is an inner class are not properly qualified, so xjavadoc instantiates an UnknownClass. Ara said he'll work on it, so I commit it anyway. The ConcurrentModificationException was a show stopper.
-Added Andrew's modified fileset for taghandler docs
-Made BinaryClass more lazy with respect to superclass and interfaces to reduce the number of instantiated BinaryClass objects
(1 Files changed,
1 Lines changed)
etc/xjavadoctest.j 1.8
(+1
-2)
|
29/07/02 00:54 | rinkrank |
-Refactored xjavadoc to use java.util.Collection instead of arrays
-Added typesafe iterators
-Added supermethod support to xjavadoc
-Various bugfixes
(1 Files changed,
40 Lines changed)
etc/xjavadoctest.j 1.7
(+40
-27)
|
07/06/02 15:51 | rinkrank |
Migrated to Jakarta commons logging
Removed dead code from grammar
Minor changes I don't remember
JUnit is working again 100%
(1 Files changed,
4 Lines changed)
etc/xjavadoctest.j 1.6
(+4
-3)
|
04/06/02 15:10 | pathoss |
Javabeanification.
(1 Files changed,
19 Lines changed)
etc/xjavadoctest.j 1.5
(+19
-19)
|
19/04/02 18:15 | ko5tik |
all junit tests are green now.
Implemented some CRUD tests for XDoc
(1 Files changed,
1 Lines changed)
etc/xjavadoctest.j 1.4
(+1
-1)
|
16/03/02 19:26 | rinkrank |
xjavadoc refactoring. doesn't work yet, but it compiles
(1 Files changed,
1 Lines changed)
etc/xjavadoctest.j 1.3
(+1
-1)
|
10/03/02 17:56 | rinkrank |
-Modified grammar and core, so both plain JavaCC and JJTree is supported.
JavaCC is faster, and will be used by XDoclet. The sources will be read-only. JJTree is slower,
but enables svaing of (modified) sources.
-Removed XTagParameter class for the sake of simpler API and implementation
-Removed old benchmark tests
-Fixed some more deadlock issues
-Implemented wait/notify in interfaces too
-And some more tests (I think)
(1 Files changed,
24 Lines changed)
etc/xjavadoctest.j 1.2
(+24
-0)
|
01/03/02 10:44 | rinkrank |
Automatic JUnit test generation
Various bug fixes and optimisations
Deadlock! FIXME
(1 Files changed,
98 Lines changed)
etc/xjavadoctest.j 1.1
added 98
|