Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - correcting message specification of existing tests | wisberg | 2003-05-14 | 1 | -93/+124 | |
| | | | | | using file and text comparison - adding new command-line error tests (and keyword) | |||||
* | test for Bugzilla Bug 37325 | jhugunin | 2003-05-11 | 1 | -1/+6 | |
| | | | | Weaver fails with NPE for very large source files | |||||
* | includeClassesDir | wisberg | 2003-05-09 | 1 | -3/+6 | |
| | ||||||
* | moved incremental tests from failing (since they now pass) | jhugunin | 2003-05-09 | 1 | -0/+25 | |
| | | | | cleaned out contents of failing that are now in ajcTests | |||||
* | comment documenting keyword "incremental-test" | wisberg | 2003-05-09 | 1 | -0/+1 | |
| | ||||||
* | fix and better tests for | jhugunin | 2003-05-02 | 1 | -2/+9 | |
| | | | | | Bugzilla Bug 37152 java.lang.VerifyError: | |||||
* | passing incremental tests from testing-drivers/testdata/harness/incremental | wisberg | 2003-05-02 | 1 | -1/+104 | |
| | ||||||
* | added test that deprecation warnings are not shown unless asked for | jhugunin | 2003-05-01 | 1 | -0/+7 | |
| | | | | modifying option setting to make that test pass | |||||
* | updated tests for [method|execution] binary join point detection. | wisberg | 2003-05-01 | 1 | -0/+131 | |
| | | | | added narrower knownLimitation test | |||||
* | Added easy to understand test for issue of Class.forName differences | jhugunin | 2003-05-01 | 1 | -0/+15 | |
| | | | | | | | between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation. | |||||
* | fix test title | wisberg | 2003-04-29 | 1 | -1/+1 | |
| | ||||||
* | fix and tests for | jhugunin | 2003-04-27 | 1 | -0/+20 | |
| | | | | | | | | Bugzilla Bug 30663 lame error message: "negation doesn't allow binding" and Bugzilla Bug 36329 The compiler crashes when using aspect libraries created without using -noweave | |||||
* | fix and tests for | jhugunin | 2003-04-25 | 1 | -0/+6 | |
| | | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1 | |||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 1 | -0/+15 | |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | |||||
* | @testcase try/finally in around advice (same as ...messy arounds?) | wisberg | 2003-04-23 | 1 | -0/+6 | |
| | | | | Works in current tree, but not in 1.1rc1 | |||||
* | tests and fixes for | jhugunin | 2003-04-22 | 1 | -0/+17 | |
| | | | | | Bugzilla Bug 29665 Inconsistant stack height | |||||
* | test and fix for Bugzilla Bug 36564 | jhugunin | 2003-04-22 | 1 | -0/+6 | |
| | | | | Internal compiler error | |||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -0/+13 | |
| | | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug | |||||
* | fix and test for Bugzilla Bug 36110 | jhugunin | 2003-04-12 | 1 | -2/+13 | |
| | | | | IllegalAccessError while accessing introduced variable / 1.1rc1 | |||||
* | fixing declare parents problems | jhugunin | 2003-04-11 | 1 | -0/+22 | |
| | ||||||
* | test for | jhugunin | 2003-04-10 | 1 | -0/+7 | |
| | | | | | Bugzilla Bug 35725 Inter type declaration to base class not seen by derived class | |||||
* | test and fix for | jhugunin | 2003-04-10 | 1 | -0/+7 | |
| | | | | | Bugzilla Bug 36046 inter-type declaration bug with abstract classes | |||||
* | extending coverage for [Bug 35593] Problem with priviliged aspects | jhugunin | 2003-04-10 | 1 | -1/+1 | |
| | ||||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 1 | -2/+2 | |
| | | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. | |||||
* | test and fix for Bugzilla Bug 34925 v1_1_0_RC1 | jhugunin | 2003-03-13 | 1 | -0/+6 | |
| | | | | compiler crash on yesterday's rc1 build | |||||
* | changing tests to knownLimitation per jim. | wisberg | 2003-03-13 | 1 | -0/+44 | |
| | | | | Marking them makes it easier to summarize them for docs. | |||||
* | fix for class not allowed to extend aspect and moving corresponding test out ↵ | jhugunin | 2003-03-12 | 1 | -0/+7 | |
| | | | | of failing | |||||
* | fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) | jhugunin | 2003-03-12 | 1 | -0/+14 | |
| | | | | in response to tests now moved out of failing | |||||
* | fix and test for Bugzilla Bug 34858 | jhugunin | 2003-03-12 | 1 | -0/+12 | |
| | | | | Weaver crash | |||||
* | fix and tests for checked exception on advice being checked at | jhugunin | 2003-03-12 | 1 | -0/+19 | |
| | | | | woven join points | |||||
* | added vm="1.4" to test using assert | jhugunin | 2003-03-12 | 1 | -1/+1 | |
| | ||||||
* | fixed Bug 29934 | jhugunin | 2003-03-12 | 1 | -0/+7 | |
| | | | | runtime NullPointerException when applying around advice to other around advice | |||||
* | fixing Bug 31724 | jhugunin | 2003-03-11 | 1 | -0/+29 | |
| | | | | | declare warning/error emitted without context and generally providing better error context information | |||||
* | added tests and fixes | jhugunin | 2003-03-11 | 1 | -0/+20 | |
| | | | | fixed two bugs in ajcTestsFailing | |||||
* | FIXED: Bugzilla Bug 32421 | jhugunin | 2003-03-06 | 1 | -0/+10 | |
| | | | | | | | can't resolve nested public interfaces FIXED: Bugzilla Bug 32399 Incorrect binding of protected (marker) interfaces | |||||
* | FIXED: Bugzilla Bug 32463 | jhugunin | 2003-03-06 | 1 | -0/+14 | |
| | | | | ajc reports error when encountering static declaration of nested classes | |||||
* | added test for 30026 , even though its working in the current version | jhugunin | 2003-02-14 | 1 | -0/+7 | |
| | ||||||
* | fixed Bug 31423: adviceexecution not working | jhugunin | 2003-02-13 | 1 | -0/+6 | |
| | ||||||
* | fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPart | jhugunin | 2003-02-13 | 1 | -0/+7 | |
| | ||||||
* | fixed Bug 29959: super call in intertype method declaration body causes ↵ | jhugunin | 2003-02-13 | 1 | -0/+6 | |
| | | | | VerifyError | |||||
* | fix for failing test case that aspects must be constructed after their | jhugunin | 2003-01-22 | 1 | -0/+7 | |
| | | | | clinit has run, noting that 1/3 remaining failures is in bugzilla | |||||
* | added test for Bugzilla Bug 29662 | jhugunin | 2003-01-21 | 1 | -0/+7 | |
| | | | | VerifyError on accessing objects not accessible to the weaver: Incompatible object argument for invokespecial | |||||
* | test for Bugzilla Bug 29689 | jhugunin | 2003-01-21 | 1 | -0/+7 | |
| | | | | Declare precedence should not allow multiple * patterns | |||||
* | test for Bug 29693 | jhugunin | 2003-01-21 | 1 | -0/+6 | |
| | | | | Use of within with declare soft yeilds VerifyError 1.1b4 | |||||
* | test for Bug 29691 | jhugunin | 2003-01-21 | 1 | -0/+6 | |
| | | | | Static inner aspects cannot reference user defined pointcuts | |||||
* | added test for introduced final fields and rearranged some | jhugunin | 2003-01-14 | 1 | -0/+28 | |
| | ||||||
* | fixing bugs | jhugunin | 2003-01-08 | 1 | -0/+57 | |
| | ||||||
* | fixing and cleanup | jhugunin | 2003-01-08 | 1 | -27/+4 | |
| | | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation | |||||
* | more tests from bugzilla | jhugunin | 2003-01-07 | 1 | -0/+17 | |
| | ||||||
* | tests from bugzilla | jhugunin | 2003-01-07 | 1 | -0/+16 | |
| |