summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extended test coveragemkersten2004-04-072-6/+19
|
* 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-079-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 ↵mkersten2004-04-071-4/+9
| | | | EmptyStackException. I'm not sure how the original could have worked in the absence of the handle cache.
* removing d:/eclipse_aspectj pathwisberg2004-04-061-1/+0
|
* Regenerated test data.mkersten2004-04-0652-424/+424
|
* Fix broken links in ajdoc. Part 2 : fix links to types in other packages.aclement2004-04-051-2/+7
|
* 1.2 rc1 build/pkg : Manifest template for ajdoc.jaraclement2004-04-051-0/+11
|
* 1.2 rc1 build/pkg : Includes changes to version and to build ajdoc.aclement2004-04-051-0/+0
|
* 1.2 rc1 build/pkg : Add in JPEGs to the binary.pattern property.aclement2004-04-051-1/+9
|
* 1.2 rc1 build/pkg : Add in ajdoc. Update version from 1.1 to 1.2.aclement2004-04-051-1/+2
|
* 1.2 rc1 build/pkg : Add in ajdoc target. Temp method of clearing stuff aclement2004-04-051-1/+34
| | | | from the aspectjtools jar.
* 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar aclement2004-04-051-6/+6
| | | | to the ajdoc launch script.
* Add ajdoc.jar to jar classpathaclement2004-04-051-1/+3
|
* Fix broken links in ajdoc.aclement2004-04-051-2/+28
|
* 1.2 rc1 build/pkg : Make ajbrowser depend on ajdocaclement2004-04-052-0/+2
|
* @testcase PR#57432 NPE's when writing some declare errorwisberg2004-04-055-0/+99
|
* added bug db links and notes wrt newly-enforced limits for declarations on ↵wisberg2004-04-052-11/+44
| | | | interfaces
* untested code to skip any /tools.jar library antecedant when building other ↵wisberg2004-04-051-2/+6
| | | | that testing jars
* requirements for declaring members on interfaceswisberg2004-04-021-0/+11
|
* best to specify forkclasspath when forking to avoid snooping Ant's ↵wisberg2004-04-021-1/+3
| | | | classpath, which fails in some contexts
* fix for Bugzilla Bug 48389 acolyer2004-04-021-0/+8
| | | | Cannot assign to final fields in intertype constructors.
* fix for Bugzilla Bug 47321 acolyer2004-04-021-1/+1
| | | | build.xml needs iajc fork workaround
* fix for NPE EclipseAdaptorUtils.java:147 acolyer2004-04-022-1/+8
| | | | as reported by Wes.
* Fix for Bug 55341 aclement2004-04-0219-9/+63
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* fix for Bugzilla Bug 31460 acolyer2004-04-0236-6/+1261
| | | | Weaving class loader
* fixed so that failure is graceful under 1.3, and to avoid acolyer2004-04-022-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 patchwisberg2004-04-024-12/+10
|
* Jan's 4/2 bug 50932 patchwisberg2004-04-0222-61/+459
|
* first completed draft of 1.2 readmeacolyer2004-04-021-1/+97
|
* updates for 1.2 release (work in progress)acolyer2004-03-311-1453/+347
|
* images for README-12acolyer2004-03-313-0/+0
|
* updates for 1.2 releaseacolyer2004-03-312-1/+25
|
* Convenience method to run ajc in a child classloader and get List/String ↵wisberg2004-03-312-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 ↵wisberg2004-03-31289-0/+21378
| | | | scripts
* running negative harness tests, to verify that expected-fails actually failwisberg2004-03-313-7/+26
|
* recursive message checks of run status with childrenwisberg2004-03-312-0/+58
|
* dir-changes testswisberg2004-03-317-0/+158
|
* enabled dir-changes, changed output messageswisberg2004-03-311-5/+5
|
* Improved link layout and removed generation of duplicates.mkersten2004-03-303-21/+27
|
* Added removal of temporary filesmkersten2004-03-301-5/+5
|
* Added ignores for test ouptutmkersten2004-03-303-0/+3
|
* Expanded test suite.mkersten2004-03-301-0/+1
|
* Added more information on source signature (for ajdoc)mkersten2004-03-291-1/+25
|
* Minor non-disruptive ASM API cleanup.mkersten2004-03-295-13/+13
|
* Feedback from AOSD 2004ehilsdal2004-03-241-0/+0
|
* Working ajdoc to that generates advice links, with tests mkersten2004-03-23101-548/+19679
| | | | for generating spacewar documentation.
* added in significant changes from 1.2 release.acolyer2004-03-211-4/+135
|
* updated tutorial for AOSD 2004ehilsdal2004-03-201-0/+0
|
* default compliance level is now 1.4acolyer2004-03-191-6/+5
|