Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MultiIncrementalSupport: the test harness for managing Ajde interactions and ↵ | aclement | 2005-04-26 | 3 | -0/+1135 |
| | | | | several multi incremental tests. | ||||
* | organized imports | aclement | 2005-04-26 | 1 | -3/+2 |
| | |||||
* | Implements new statelistener interface method. | aclement | 2005-04-26 | 1 | -0/+1 |
| | |||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 17 | -172/+300 |
| | | | | annotations + tests from Andy H | ||||
* | MultiProjectIncremental testcases. | aclement | 2005-04-25 | 7 | -0/+77 |
| | |||||
* | test cases for @AspectJ visitors | acolyer | 2005-04-25 | 34 | -35/+850 |
| | |||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 12 | -61/+102 |
| | |||||
* | this set of commits teaches the TypeX world about parameterized types. it ↵ | acolyer | 2005-04-20 | 2 | -1/+3 |
| | | | | handles passing of parameterized types into the weaver from Eclipse, and back out again. Fixes the ITD and parameterized types issue that shows up in the examples. Much more work to be done in this area of course before M3. | ||||
* | commented jar target from bcel-builder/build.xml since broken (can someone ↵ | avasseur | 2005-04-20 | 3 | -11/+12 |
| | | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ | ||||
* | Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵ | aclement | 2005-04-20 | 3 | -0/+32 |
| | | | | empty stack | ||||
* | fix for Bugzilla Bug 91858 | acolyer | 2005-04-20 | 3 | -5/+18 |
| | | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff | ||||
* | fixing Alex build dependancies. Adding top level build. Usefull for patch ↵ | avasseur | 2005-04-20 | 1 | -1/+1 |
| | | | | creation | ||||
* | removed issingleton - causes crash | aclement | 2005-04-19 | 1 | -1/+1 |
| | |||||
* | new simple tests - one of which aborts... | aclement | 2005-04-19 | 2 | -0/+21 |
| | |||||
* | from branch: build.xml's for IntelliJ | aclement | 2005-04-19 | 1 | -0/+97 |
| | |||||
* | from branch: simple @AJ tests | aclement | 2005-04-19 | 3 | -0/+123 |
| | |||||
* | includes the basic @AJ test suite | aclement | 2005-04-19 | 1 | -0/+4 |
| | |||||
* | Change to ordering expected due to (harmless!) advice ordering change in ↵ | aclement | 2005-04-19 | 1 | -1/+1 |
| | | | | BcelWeaver | ||||
* | Andrew Huffs coverage tests for @AJ - not currently in ↵ | aclement | 2005-04-19 | 2 | -0/+495 |
| | | | | RunTheseBeforeYouCommit due to failures. | ||||
* | From branch: @AJ test material | aclement | 2005-04-19 | 12 | -0/+980 |
| | |||||
* | Andrew Huffs test programs for @AJ | aclement | 2005-04-19 | 44 | -0/+498 |
| | |||||
* | Patch from Andrew Huff - failing test for pr90588 | aclement | 2005-04-13 | 4 | -0/+54 |
| | |||||
* | Changes in staticinitialization sloc reported, see pr 91090 | aclement | 2005-04-13 | 3 | -3/+3 |
| | |||||
* | Test for pr90806 | aclement | 2005-04-13 | 2 | -1/+16 |
| | |||||
* | Test programs for pr90806 | aclement | 2005-04-13 | 3 | -0/+10 |
| | |||||
* | Fix for problem introduced when checking contents of dirs on the classpath ↵ | aclement | 2005-04-05 | 1 | -0/+25 |
| | | | | for changes. (see PR85297) | ||||
* | new tests for ASM testing of declare annotation targetting ITDs | aclement | 2005-03-24 | 4 | -13/+104 |
| | |||||
* | added test for pr83645 into suite | acolyer | 2005-03-24 | 2 | -1/+10 |
| | |||||
* | Enhancement 88862: declare annotation hitting ITDs. | aclement | 2005-03-23 | 3 | -21/+161 |
| | |||||
* | fix for Bugzilla Bug 84333 | acolyer | 2005-03-23 | 4 | -0/+58 |
| | | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635) | ||||
* | not useful anymore | aclement | 2005-03-23 | 1 | -21/+0 |
| | |||||
* | reworked, temporarily commented out the MethodSignature stuff as it ↵ | aclement | 2005-03-23 | 1 | -26/+26 |
| | | | | misbehaves for me. | ||||
* | fix for Bug 84122 - Allow aspectPath to contain directories | acolyer | 2005-03-23 | 4 | -1/+25 |
| | |||||
* | test and fix for handling a *... varargs pattern | acolyer | 2005-03-23 | 3 | -0/+22 |
| | |||||
* | Fix for Bugzilla Bug 88652: an array type as the last parameter in a ↵ | acolyer | 2005-03-22 | 3 | -0/+31 |
| | | | | signature does not match on the varargs declared method | ||||
* | Declare annotation with ITDs: testcode | aclement | 2005-03-17 | 7 | -0/+252 |
| | |||||
* | fix for missing syntax error on execution((@XXX *) Foo.new(..)) | acolyer | 2005-03-14 | 3 | -1/+32 |
| | | | | ^^^ | ||||
* | test cases for Bugzilla Bug 42743: declare soft limitation | acolyer | 2005-03-14 | 4 | -1/+92 |
| | |||||
* | the "challenge Andy" mother of all dec @xxx tests. | acolyer | 2005-03-11 | 3 | -0/+225 |
| | |||||
* | Guard test execution on 1.5 vm level. | aclement | 2005-03-11 | 1 | -30/+33 |
| | |||||
* | added test for declare @constructor | acolyer | 2005-03-11 | 2 | -5/+15 |
| | |||||
* | Declare annotation: all the XML specs for the tests | aclement | 2005-03-10 | 1 | -12/+699 |
| | |||||
* | Declare annotation: Buckets of test cases! | aclement | 2005-03-10 | 1 | -0/+322 |
| | |||||
* | temporarily removed one test... until parser reopened for next compiler ↵ | aclement | 2005-03-10 | 1 | -3/+4 |
| | | | | integration. | ||||
* | Declare annotation: add the 50 odd tests in. | aclement | 2005-03-10 | 1 | -0/+1 |
| | |||||
* | fix for Bugzilla Bug 87376 | acolyer | 2005-03-10 | 4 | -0/+30 |
| | | | | NPE when unresolved type of a bound var in a pointcut expression (EclipseFactory.java:224) | ||||
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 3 | -10/+12 |
| | |||||
* | Declare annotation: tons of testcode | aclement | 2005-03-10 | 48 | -0/+713 |
| | |||||
* | fixes for annotation type pattern bugs uncovered in 150 tests | acolyer | 2005-03-10 | 23 | -22/+31 |
| | |||||
* | fix for varargs example in AJDK - 9 failing tests now left in Ajc150... | acolyer | 2005-03-09 | 2 | -4/+5 |
| |