Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | move injars below inpath and mark it as deprecated. | acolyer | 2004-03-19 | 1 | -2/+3 |
| | |||||
* | placeholder readme for 1.2 | acolyer | 2004-03-19 | 1 | -0/+1542 |
| | |||||
* | added link to README-12.html | acolyer | 2004-03-19 | 1 | -0/+5 |
| | |||||
* | added porting to 1.2 documentation | acolyer | 2004-03-19 | 1 | -1/+108 |
| | |||||
* | fix for Bugzilla Bug 54721 | acolyer | 2004-03-19 | 10 | -13/+56 |
| | | | | add this to API (Signature.getDeclaringTypeName()) | ||||
* | fix for Bugzilla Bug 54721 | acolyer | 2004-03-19 | 1 | -0/+0 |
| | | | | add this to AP (Signature.getDeclaringTypeName()) | ||||
* | Improvements to incremental compilation of binary source to: | acolyer | 2004-03-19 | 2 | -17/+22 |
| | | | | | | 1) Add dependents of changed binary source files 2) Only add changed binary source files in the first compile-loop iteration. | ||||
* | Fix for Bugzilla Bug 53012 | aclement | 2004-03-19 | 4 | -0/+46 |
| | | | | declare precedence on a class should be a compile-time error | ||||
* | fix for Bugzilla Bug 52928 | acolyer | 2004-03-18 | 4 | -1/+33 |
| | | | | Private members introduced via an interface are visible to the class | ||||
* | fix for Bugzilla Bug 54621 | acolyer | 2004-03-18 | 7 | -55/+257 |
| | | | | Incremental support ignores binary source | ||||
* | fix for Bugzilla Bug 55134 | acolyer | 2004-03-18 | 5 | -5/+96 |
| | | | | Incremental compilation does not delete weaver-generated class files | ||||
* | Fix for Bugzilla Bug 40192 | aclement | 2004-03-18 | 17 | -14/+610 |
| | | | | build cancel during weaving | ||||
* | make sure this test behaves appropriately when run outside of | acolyer | 2004-03-18 | 1 | -0/+1 |
| | | | | a cruise control driven build. | ||||
* | fix for Bugzilla Bug 47910 | acolyer | 2004-03-17 | 10 | -21/+195 |
| | | | | ajc -outjar jarfile does not contain MANIFEST.MF | ||||
* | fix for Bugzilla Bug 54618 | acolyer | 2004-03-17 | 1 | -0/+39 |
| | | | | Test to see if we can compile incrementally ignores path changes | ||||
* | fix for Bugzilla Bug 54622 | acolyer | 2004-03-17 | 2 | -10/+19 |
| | | | | | Incremental support ignores resources (part II) don't copy resources from in *dirs* doh. | ||||
* | fix for Bugzilla Bug 54622 | acolyer | 2004-03-16 | 3 | -80/+254 |
| | | | | Incremental support ignores resources | ||||
* | partial extension of incremental test harness to stage additonal resource types | acolyer | 2004-03-16 | 1 | -36/+51 |
| | | | | | see Bugzilla Bug 54622 Incremental support ignores resources | ||||
* | Deleting unnecessary class files that crept into the build. | aclement | 2004-03-16 | 4 | -0/+0 |
| | |||||
* | commenting out unreliable test - can't always delete sandbox afterwards, ↵ | acolyer | 2004-03-16 | 1 | -0/+3 |
| | | | | need to find out why... | ||||
* | fix for Bugzilla Bug 54625 | acolyer | 2004-03-16 | 1 | -1/+1 |
| | | | | Incremental support does not work with outjar | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -1/+1 |
| | | | | better test name for second test | ||||
* | fix for Bugzilla Bug 54965 | acolyer | 2004-03-16 | 1 | -9/+14 |
| | | | | Incremental compilation does twice as much work as necessary | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -13/+14 |
| | | | | | weaving from an input jar into that same jar. fully qualify outjar location in sandbox, and don't specify both -d and outjar. | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 3 | -37/+115 |
| | | | | weaving from an input jar into that same jar. | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 3 | -1/+13 |
| | | | | | weaving from an input jar into that same jar. (adds outjar attribute to 'compile') | ||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -0/+1 |
| | | | | weaving from an input jar into that same jar. | ||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 39 | -35/+479 |
| | | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) | ||||
* | Uses 0 line number when it really doesn't know the relevant line in the file ↵ | aclement | 2004-03-16 | 1 | -1/+1 |
| | | | | to include in a message. | ||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 10 | -33/+207 |
| | | | | Support SerialVersionUID field if no new fields declared on class | ||||
* | fix for Bugzilla Bug 51322 | acolyer | 2004-03-15 | 3 | -0/+19 |
| | | | | Introduce Unknown Type to class causes Null pointer exception | ||||
* | guess who used a 1.4 only API then..... | acolyer | 2004-03-15 | 1 | -4/+2 |
| | |||||
* | fix for Bugzilla Bug 44272 | acolyer | 2004-03-15 | 4 | -3/+25 |
| | | | | retitle warning to "circular {advice} dependency at ..." |