Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 230234 comment 10 - ajdoc modifications and tests | aclement | 2008-07-18 | 1 | -0/+7 |
| | |||||
* | 164340: ajdoc fix and test | aclement | 2008-06-11 | 1 | -0/+15 |
| | |||||
* | 164356: test and fix: ajdoc | aclement | 2008-03-20 | 1 | -0/+21 |
| | |||||
* | tests and fixes for 148906: Support -Xlintfile for ajdoc | aclement | 2006-10-23 | 6 | -0/+19 |
| | |||||
* | pr121711 - from Helen - comment #19 | aclement | 2006-01-16 | 2 | -0/+35 |
| | |||||
* | more ajdoc changes - see pr121711 - from Helen. | aclement | 2006-01-13 | 12 | -14/+136 |
| | |||||
* | ajdoc changes - moving to using a sandbox for testing, plus other bits and ↵ | aclement | 2006-01-13 | 3 | -1/+61 |
| | | | | pieces - see pr121711 - from Helen. | ||||
* | fixes for ajdoc crash - bug 122728 | aclement | 2006-01-09 | 3 | -0/+28 |
| | |||||
* | fix from comment #14 on bug 119453 to do with incorrect results for decp ↵ | aclement | 2006-01-09 | 1 | -0/+2 |
| | | | | statements. (from helen) | ||||
* | ajdoc: fixes for 58520 from Helen. | aclement | 2005-12-21 | 1 | -0/+3 |
| | |||||
* | testcode for 119453 | aclement | 2005-12-21 | 2 | -0/+37 |
| | |||||
* | Fixed Bug #56779: [ajdoc] add ajdoc support for inter-type declarations and ↵ | mkersten | 2005-10-05 | 2 | -0/+40 |
| | | | | | | other declare forms Also fixed ajdoc tests to run correctly when executed via RunTheseBeforeYouCommit tests (previously they were not being run and silently failing). | ||||
* | Fixed 3 bugs reported in bug#82340, including correct use of visibility ↵ | mkersten | 2005-01-13 | 3 | -0/+30 |
| | | | | modifiers. | ||||
* | Updated to support running on JDK 1.5, and fixed related bug#82218 | mkersten | 2005-01-13 | 2 | -1/+11 |
| | |||||
* | Fixed bug#70008 "problem with ajdoc -public" | mkersten | 2004-07-14 | 1 | -0/+12 |
| | |||||
* | Fixed bug#69011 "ajdoc fails when using default package" | mkersten | 2004-07-05 | 1 | -0/+13 |
| | |||||
* | Fixed: 68494 ajdoc does not support .aj files | mkersten | 2004-06-24 | 1 | -20/+20 |
| | |||||
* | Clean-up ensuring no resources modified as a result of test runs. | mkersten | 2004-04-08 | 1 | -2/+1 |
| | |||||
* | Extended test coverage. | mkersten | 2004-04-08 | 13 | -280/+309 |
| | |||||
* | Extended test coverage. | mkersten | 2004-04-08 | 9 | -0/+294 |
| | |||||
* | Fixed: | mkersten | 2004-04-08 | 1 | -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 ↵ | mkersten | 2004-04-08 | 6 | -17/+61 |
| | | | | boundaries with links. | ||||
* | Removed generated docs since they're not yet being used by the test suite, ↵ | mkersten | 2004-04-07 | 1 | -0/+1 |
| | | | | and add noise to CVS. | ||||
* | Removed generated docs since they're not yet being used by the test suite, ↵ | mkersten | 2004-04-07 | 55 | -16564/+0 |
| | | | | and add noise to CVS. | ||||
* | - Added support for 1.4 sources (use "-source 1.4" option) | mkersten | 2004-04-07 | 2 | -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. | mkersten | 2004-04-07 | 52 | -129/+458 |
| | |||||
* | I just committed the final round of updates to ajdoc needed for 1.2. In a ↵ | mkersten | 2004-04-07 | 2 | -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. | mkersten | 2004-04-06 | 52 | -424/+424 |
| | |||||
* | Working ajdoc to that generates advice links, with tests | mkersten | 2004-03-23 | 91 | -0/+19364 |
| | | | | for generating spacewar documentation. | ||||
* | Added support for inheritance documentation, test coverage.v_preCompileLoopAlteration | mkersten | 2004-03-11 | 3 | -4/+30 |
| | |||||
* | Port of ajdoc declaration hierarchy to ASM. | mkersten | 2004-03-10 | 2 | -0/+15 |
| | |||||
* | Lightweight ajdoc prototype. | mkersten | 2004-02-18 | 13 | -0/+510 |