Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing file intended for personal use | jhugunin | 2003-07-23 | 1 | -9/+0 |
| | |||||
* | test for Bugzilla Bug 39479 | jhugunin | 2003-07-03 | 1 | -4/+4 |
| | | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch. | ||||
* | added test for Bugzilla Bug 38345 | jhugunin | 2003-06-02 | 1 | -0/+5 |
| | | | | VerifyError, Inconsistent stack height with try/switch/if combination | ||||
* | Bugzilla Bug 38212 | jhugunin | 2003-05-28 | 1 | -1/+0 |
| | | | | | | can not resolve this member warning This test currently passes, and therefore must be missing the bug; however, this is the closest I could come to the bug as reported. | ||||
* | test for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 1 | -1/+0 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | fix and test Bugzilla Bug 37739 | jhugunin | 2003-05-19 | 1 | -0/+2 |
| | | | | Unexpected Xlint:unresolvableMember warning with withincode | ||||
* | fix and better tests for | jhugunin | 2003-05-02 | 1 | -13/+1 |
| | | | | | Bugzilla Bug 37152 java.lang.VerifyError: | ||||
* | added test that deprecation warnings are not shown unless asked for | jhugunin | 2003-05-01 | 1 | -27/+11 |
| | | | | modifying option setting to make that test pass | ||||
* | expanded coverage and fix for bug involving around advice with either | jhugunin | 2003-05-01 | 1 | -1/+11 |
| | | | | | | | assert or <name>.class in the body the fix for now is just to not inline such advice, but in the future these should be transformed to inlinable constructs | ||||
* | fix and tests for | jhugunin | 2003-04-27 | 1 | -2/+7 |
| | | | | | | | | 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 | -1/+1 |
| | | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1 | ||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 1 | -5/+1 |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | ||||
* | a sketch of a test for a naming issue that doesn't appear to be an | jhugunin | 2003-04-22 | 1 | -14/+4 |
| | | | | actual bug | ||||
* | tests and fixes for | jhugunin | 2003-04-22 | 1 | -0/+18 |
| | | | | | Bugzilla Bug 29665 Inconsistant stack height | ||||
* | test and fix for Bugzilla Bug 36564 | jhugunin | 2003-04-22 | 1 | -6/+1 |
| | | | | Internal compiler error | ||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -9/+5 |
| | | | | | | | | | | 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 | -0/+10 |
| | | | | IllegalAccessError while accessing introduced variable / 1.1rc1 | ||||
* | fixing declare parents problems | jhugunin | 2003-04-11 | 1 | -1/+0 |
| | |||||
* | test for | jhugunin | 2003-04-10 | 1 | -0/+1 |
| | | | | | Bugzilla Bug 35725 Inter type declaration to base class not seen by derived class | ||||
* | test and fix for | jhugunin | 2003-04-10 | 1 | -5/+1 |
| | | | | | Bugzilla Bug 36046 inter-type declaration bug with abstract classes | ||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 1 | -4/+6 |
| | | | | | | 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/+2 |
| | | | | compiler crash on yesterday's rc1 build | ||||
* | fix for class not allowed to extend aspect and moving corresponding test out ↵ | jhugunin | 2003-03-12 | 1 | -3/+0 |
| | | | | of failing | ||||
* | fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) | jhugunin | 2003-03-12 | 1 | -12/+0 |
| | | | | 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 | -7/+8 |
| | | | | woven join points | ||||
* | fixed Bug 29934 | jhugunin | 2003-03-12 | 1 | -1/+6 |
| | | | | runtime NullPointerException when applying around advice to other around advice | ||||
* | fixing Bug 31724 | jhugunin | 2003-03-11 | 1 | -21/+1 |
| | | | | | declare warning/error emitted without context and generally providing better error context information | ||||
* | added tests and fixes | jhugunin | 2003-03-11 | 1 | -0/+21 |
| | | | | fixed two bugs in ajcTestsFailing | ||||
* | FIXED: Bugzilla Bug 32421 | jhugunin | 2003-03-06 | 1 | -2/+0 |
| | | | | | | | 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 | -6/+1 |
| | | | | ajc reports error when encountering static declaration of nested classes | ||||
* | Bugzilla Bug 33635 | jhugunin | 2003-03-05 | 1 | -0/+7 |
| | | | | Negation of if pointcut does not work | ||||
* | fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPart | jhugunin | 2003-02-13 | 1 | -3/+0 |
| | |||||
* | fixed Bug 29959: super call in intertype method declaration body causes ↵ | jhugunin | 2003-02-13 | 1 | -11/+4 |
| | | | | VerifyError | ||||
* | test for Bug 29691 | jhugunin | 2003-01-21 | 1 | -1/+12 |
| | | | | Static inner aspects cannot reference user defined pointcuts | ||||
* | added test for introduced final fields and rearranged some | jhugunin | 2003-01-14 | 1 | -12/+0 |
| | |||||
* | fixing bugs | jhugunin | 2003-01-08 | 1 | -6/+12 |
| | |||||
* | fixing and cleanup | jhugunin | 2003-01-08 | 1 | -77/+6 |
| | | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation | ||||
* | more tests from bugzilla | jhugunin | 2003-01-07 | 1 | -1/+5 |
| | |||||
* | tests from bugzilla | jhugunin | 2003-01-07 | 1 | -6/+1 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 1 | -0/+85 |