Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extended test coverage | mkersten | 2004-04-07 | 2 | -6/+19 |
| | |||||
* | 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 | 9 | -112/+209 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | AsmBuilderTest.testNullHandlingOfVisit() now checks for an NPE instead of an ↵ | mkersten | 2004-04-07 | 1 | -4/+9 |
| | | | | EmptyStackException. I'm not sure how the original could have worked in the absence of the handle cache. | ||||
* | removing d:/eclipse_aspectj path | wisberg | 2004-04-06 | 1 | -1/+0 |
| | |||||
* | Regenerated test data. | mkersten | 2004-04-06 | 52 | -424/+424 |
| | |||||
* | Fix broken links in ajdoc. Part 2 : fix links to types in other packages. | aclement | 2004-04-05 | 1 | -2/+7 |
| | |||||
* | 1.2 rc1 build/pkg : Manifest template for ajdoc.jar | aclement | 2004-04-05 | 1 | -0/+11 |
| | |||||
* | 1.2 rc1 build/pkg : Includes changes to version and to build ajdoc. | aclement | 2004-04-05 | 1 | -0/+0 |
| | |||||
* | 1.2 rc1 build/pkg : Add in JPEGs to the binary.pattern property. | aclement | 2004-04-05 | 1 | -1/+9 |
| | |||||
* | 1.2 rc1 build/pkg : Add in ajdoc. Update version from 1.1 to 1.2. | aclement | 2004-04-05 | 1 | -1/+2 |
| | |||||
* | 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff | aclement | 2004-04-05 | 1 | -1/+34 |
| | | | | from the aspectjtools jar. | ||||
* | 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar | aclement | 2004-04-05 | 1 | -6/+6 |
| | | | | to the ajdoc launch script. | ||||
* | Add ajdoc.jar to jar classpath | aclement | 2004-04-05 | 1 | -1/+3 |
| | |||||
* | Fix broken links in ajdoc. | aclement | 2004-04-05 | 1 | -2/+28 |
| | |||||
* | 1.2 rc1 build/pkg : Make ajbrowser depend on ajdoc | aclement | 2004-04-05 | 2 | -0/+2 |
| | |||||
* | @testcase PR#57432 NPE's when writing some declare error | wisberg | 2004-04-05 | 5 | -0/+99 |
| | |||||
* | added bug db links and notes wrt newly-enforced limits for declarations on ↵ | wisberg | 2004-04-05 | 2 | -11/+44 |
| | | | | interfaces | ||||
* | untested code to skip any /tools.jar library antecedant when building other ↵ | wisberg | 2004-04-05 | 1 | -2/+6 |
| | | | | that testing jars | ||||
* | requirements for declaring members on interfaces | wisberg | 2004-04-02 | 1 | -0/+11 |
| | |||||
* | best to specify forkclasspath when forking to avoid snooping Ant's ↵ | wisberg | 2004-04-02 | 1 | -1/+3 |
| | | | | classpath, which fails in some contexts | ||||
* | fix for Bugzilla Bug 48389 | acolyer | 2004-04-02 | 1 | -0/+8 |
| | | | | Cannot assign to final fields in intertype constructors. | ||||
* | fix for Bugzilla Bug 47321 | acolyer | 2004-04-02 | 1 | -1/+1 |
| | | | | build.xml needs iajc fork workaround | ||||
* | fix for NPE EclipseAdaptorUtils.java:147 | acolyer | 2004-04-02 | 2 | -1/+8 |
| | | | | as reported by Wes. | ||||
* | Fix for Bug 55341 | aclement | 2004-04-02 | 19 | -9/+63 |
| | | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String | ||||
* | fix for Bugzilla Bug 31460 | acolyer | 2004-04-02 | 36 | -6/+1261 |
| | | | | Weaving class loader | ||||
* | fixed so that failure is graceful under 1.3, and to avoid | acolyer | 2004-04-02 | 2 | -2/+41 |
| | | | | | | calling main method in javadoc since this ends by calling System.exit. Solution is to use execute method instead (1.4 and above only). | ||||
* | Jan's 4/2 bug 50932 patch | wisberg | 2004-04-02 | 4 | -12/+10 |
| | |||||
* | Jan's 4/2 bug 50932 patch | wisberg | 2004-04-02 | 22 | -61/+459 |
| | |||||
* | first completed draft of 1.2 readme | acolyer | 2004-04-02 | 1 | -1/+97 |
| | |||||
* | updates for 1.2 release (work in progress) | acolyer | 2004-03-31 | 1 | -1453/+347 |
| | |||||
* | images for README-12 | acolyer | 2004-03-31 | 3 | -0/+0 |
| | |||||
* | updates for 1.2 release | acolyer | 2004-03-31 | 2 | -1/+25 |
| | |||||
* | Convenience method to run ajc in a child classloader and get List/String ↵ | wisberg | 2004-03-31 | 2 | -9/+91 |
| | | | | results in the parent (e.g., when running as a JUnit test) | ||||
* | Jan Hannemann's design patterns implementations, plus .lst files and test ↵ | wisberg | 2004-03-31 | 289 | -0/+21378 |
| | | | | scripts | ||||
* | running negative harness tests, to verify that expected-fails actually fail | wisberg | 2004-03-31 | 3 | -7/+26 |
| | |||||
* | recursive message checks of run status with children | wisberg | 2004-03-31 | 2 | -0/+58 |
| | |||||
* | dir-changes tests | wisberg | 2004-03-31 | 7 | -0/+158 |
| | |||||
* | enabled dir-changes, changed output messages | wisberg | 2004-03-31 | 1 | -5/+5 |
| | |||||
* | Improved link layout and removed generation of duplicates. | mkersten | 2004-03-30 | 3 | -21/+27 |
| | |||||
* | Added removal of temporary files | mkersten | 2004-03-30 | 1 | -5/+5 |
| | |||||
* | Added ignores for test ouptut | mkersten | 2004-03-30 | 3 | -0/+3 |
| | |||||
* | Expanded test suite. | mkersten | 2004-03-30 | 1 | -0/+1 |
| | |||||
* | Added more information on source signature (for ajdoc) | mkersten | 2004-03-29 | 1 | -1/+25 |
| | |||||
* | Minor non-disruptive ASM API cleanup. | mkersten | 2004-03-29 | 5 | -13/+13 |
| | |||||
* | Feedback from AOSD 2004 | ehilsdal | 2004-03-24 | 1 | -0/+0 |
| | |||||
* | Working ajdoc to that generates advice links, with tests | mkersten | 2004-03-23 | 101 | -548/+19679 |
| | | | | for generating spacewar documentation. | ||||
* | added in significant changes from 1.2 release. | acolyer | 2004-03-21 | 1 | -4/+135 |
| | |||||
* | updated tutorial for AOSD 2004 | ehilsdal | 2004-03-20 | 1 | -0/+0 |
| | |||||
* | default compliance level is now 1.4 | acolyer | 2004-03-19 | 1 | -6/+5 |
| |