aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* perClause inheritance in @AJ (in ajdt module), fixed FIXME AVavasseur2005-06-0324-125/+364
|
* this update also includes the additional pseudo-tokens needed for parsing ↵acolyer2005-06-022-0/+0
| | | | type parameter declarations inside the weaver / pattern parser
* Fix for LTW tests, can now find the ant locator for running the tests.aclement2005-06-021-0/+1
|
* temporary test removal until Alex can get synchronized.aclement2005-06-021-3/+4
|
* special-casing 1.5 tests - now runs all non-java-5 tests in 1.3, and ↵wisberg2005-06-021-1/+8
| | | | includes java 5 modules if running in a 1.5 VM.
* 4 additional tests passing...acolyer2005-06-021-12/+12
|
* parser updates for generics in ITDs.acolyer2005-06-022-0/+0
|
* fix some glitches in test cases to ensure that these are legal AspectJ ↵acolyer2005-06-024-6/+6
| | | | declarations...
* Andrew Huff's patch for the -log optionacolyer2005-06-024-68/+64
|
* Andrew Huff's patch fixing miscellaneous ajdoc NPEs....acolyer2005-06-024-20/+66
|
* GenericsWork: ITD testcases, commented out - needs parser work first.aclement2005-06-022-3/+149
|
* GenericsWork: ITD testcodeaclement2005-06-0212-0/+136
|
* GenericsWork: testcaseaclement2005-06-021-0/+7
|
* fix for weaver test suite where munger don't have a concrete aspect attachedavasseur2005-06-022-3/+3
|
* New compat level added to help people who want to pull AspectJ builds into ↵aclement2005-06-011-0/+1
| | | | AJDT themselves.
* GenericsWork: 5 new generics tests.aclement2005-06-012-0/+53
|
* Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a ↵aclement2005-06-011-2/+2
| | | | problem where we report errors on empty lines though ?!?
* GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ↵aclement2005-06-012-2/+2
| | | | can request raw type or parameterized type info.
* GenericsWork: simplified now typeX's know about raw type infoaclement2005-06-011-5/+0
|
* GenericsWork: TypeX's know their rawTypeSignature in addition to their ↵aclement2005-06-011-9/+28
| | | | parameterized signature.
* GenericsWork: marked declaredSignature as potentially redundant - review ↵aclement2005-06-011-1/+1
| | | | prior to 1.5.0 completion
* GenericsWork: signature parsing made generics aware. Added ↵aclement2005-06-011-12/+46
| | | | getDeclaredSignature() - not currently used yet ... may yet prove redundant...
* GenericsWork: new test programs for bug reports.aclement2005-06-014-0/+60
|
* GenericsWork: packaged version of new BCEL features for supporting generics. ↵aclement2005-06-012-0/+0
| | | | work in progress.
* GenericsWork: testcode for verifying signature parsing is behaving. work in ↵aclement2005-06-012-2/+197
| | | | progress.
* GenericsWork: Some sick signatures that are possible, not all currently used ↵aclement2005-06-012-0/+36
| | | | in testing
* GenericsWork: Angly aware signature processing.aclement2005-06-011-4/+26
|
* GenericsWork: Lots of changes in here, tidying stuff up, moving it around. ↵aclement2005-06-011-562/+577
| | | | Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest
* GenericsWork: Members now recognize that they can have a signature attribute ↵aclement2005-06-011-1/+35
| | | | attached that records the signature pre-erasure. It is accessible through 'getDeclaredSignature()' and is resolved lazily.
* ignore bintest directoriesacolyer2005-05-3117-1/+19
|
* test case fixavasseur2005-05-313-10/+6
|
* bug 97408 - extra newlinewisberg2005-05-311-1/+0
|
* @AJ aspect inheritance and static pc refavasseur2005-05-317-3/+124
|
* #96371 META-INF/aop.xml lookup fix + testavasseur2005-05-305-13/+6
|
* no -- in comments; use -wisberg2005-05-261-1/+1
|
* skipping unrun testswisberg2005-05-211-6/+6
|
* empty test case for Ant junitwisberg2005-05-211-0/+1
|
* duplicate aj.build.jar definition, new junit target - cc still looking for ↵wisberg2005-05-211-6/+4
| | | | wrong output
* junit.excludes - yuck!wisberg2005-05-212-16/+18
|
* not requiring 1.5wisberg2005-05-211-3/+4
|
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
|
* making Test a TestCasewisberg2005-05-211-1/+4
|
* interactive guard to preserve automated runnability of *Test.javawisberg2005-05-211-1/+10
|
* new target "junit-test" builds and runs JUnit (leaf) *Test.java and ↵wisberg2005-05-211-1/+99
| | | | *TestCase.java
* conditional definition of junitreportwisberg2005-05-211-3/+19
|
* removing echos unused afaikwisberg2005-05-211-8/+0
|
* uncommented preflight to ensure javadoc is invocable - in this case tests ↵wisberg2005-05-211-5/+5
| | | | don't run but pass (false positives)
* expanded test for tools.jar to cases where jar is available but VM can't ↵wisberg2005-05-211-2/+8
| | | | load the classes
* test failing, emailed mik to investigate. added empty pseudo-test required ↵wisberg2005-05-211-2/+2
| | | | by ant junit
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
|