summaryrefslogtreecommitdiffstats
path: root/ajdoc/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up ensuring no resources modified as a result of test runs.mkersten2004-04-081-2/+1
|
* Extended test coverage.mkersten2004-04-0813-280/+309
|
* Extended test coverage.mkersten2004-04-089-0/+294
|
* Fixed: mkersten2004-04-081-0/+1
| | | | | | 57780: ajdoc package summary should not show synthetic information; 57773: ajdoc crash; Cleaned up link generation, added support for arbitrary levels of type nesting.
* Extended test coverage to various permutations of crossing package and type ↵mkersten2004-04-086-17/+61
| | | | boundaries with links.
* Removed generated docs since they're not yet being used by the test suite, ↵mkersten2004-04-071-0/+1
| | | | and add noise to CVS.
* Removed generated docs since they're not yet being used by the test suite, ↵mkersten2004-04-0755-16564/+0
| | | | and add noise to CVS.
* - Added support for 1.4 sources (use "-source 1.4" option) mkersten2004-04-072-0/+151
| | | | | | | | | | - Made output class files go to documentation directory (-d) rather than source directory. - Added "-XajdocDebug" option that will keep the source files generated from the ASM around in order to help people send better bug reports. - Any declare forms that ajdoc doesn't know how to generate docs for get printed to the console and indicated as a limitation. I also extended test coverage to declare forms and added proper clearing of state for multiple invocations from test cases.
* Regenerated test data.mkersten2004-04-0752-129/+458
|
* I just committed the final round of updates to ajdoc needed for 1.2. In a ↵mkersten2004-04-072-3/+32
| | | | | | | | | | | | | | | | | nutshell it's moved forward a ways from the previous ajdoc: - AJDT integration works - generates documentation for all the AspectJ modules - works on 1.3 and 1.4 - comments and Javadoc tags are properly preserved and resolved Note that the hope is still for "declare" documentation to come in the form of a contribution. Getting it to work for our tree involved a bunch of bug fixes to deal with things like anonymous types. To run from our tree in bootstrap mode use something like the attached batch script. I had to roll back some of Andy's fix to broken links: getRelativeComponent didn't work properly for internal anchor links (..html#<mumble>). Andy, could you check this against the current thing against whatever was breaking for you, and ideally add that code patter to CoverageTestCase? I added -XjavadocsInModel to make the addition of Javadoc strings to the ASM only happen when request it (prevent bloat of the model with strings. The running time of ajdoc is now dominated by the compilation time.
* Regenerated test data.mkersten2004-04-0652-424/+424
|
* Working ajdoc to that generates advice links, with tests mkersten2004-03-2391-0/+19364
| | | | for generating spacewar documentation.
* Added support for inheritance documentation, test coverage.v_preCompileLoopAlterationmkersten2004-03-113-4/+30
|
* Port of ajdoc declaration hierarchy to ASM.mkersten2004-03-102-0/+15
|
* Lightweight ajdoc prototype.mkersten2004-02-1813-0/+510