summaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
Commit message (Collapse)AuthorAgeFilesLines
* removing file intended for personal usejhugunin2003-07-231-9/+0
|
* test for Bugzilla Bug 39479 jhugunin2003-07-031-4/+4
| | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch.
* added test for Bugzilla Bug 38345 jhugunin2003-06-021-0/+5
| | | | VerifyError, Inconsistent stack height with try/switch/if combination
* Bugzilla Bug 38212 jhugunin2003-05-281-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 jhugunin2003-05-211-1/+0
| | | | Weaving rt.jar results in stack overflow
* fix and test Bugzilla Bug 37739 jhugunin2003-05-191-0/+2
| | | | Unexpected Xlint:unresolvableMember warning with withincode
* fix and better tests for jhugunin2003-05-021-13/+1
| | | | | Bugzilla Bug 37152 java.lang.VerifyError:
* added test that deprecation warnings are not shown unless asked for jhugunin2003-05-011-27/+11
| | | | modifying option setting to make that test pass
* expanded coverage and fix for bug involving around advice with either jhugunin2003-05-011-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 jhugunin2003-04-271-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 jhugunin2003-04-251-1/+1
| | | | | Bugzilla Bug 36803 BCException thrown by AspectJ 1.1rc1
* expanded tests and fix for jhugunin2003-04-241-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 jhugunin2003-04-221-14/+4
| | | | actual bug
* tests and fixes for jhugunin2003-04-221-0/+18
| | | | | Bugzilla Bug 29665 Inconsistant stack height
* test and fix for Bugzilla Bug 36564 jhugunin2003-04-221-6/+1
| | | | Internal compiler error
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-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 jhugunin2003-04-121-0/+10
| | | | IllegalAccessError while accessing introduced variable / 1.1rc1
* fixing declare parents problemsjhugunin2003-04-111-1/+0
|
* test for jhugunin2003-04-101-0/+1
| | | | | Bugzilla Bug 35725 Inter type declaration to base class not seen by derived class
* test and fix for jhugunin2003-04-101-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. jhugunin2003-03-281-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_RC1jhugunin2003-03-131-0/+2
| | | | compiler crash on yesterday's rc1 build
* fix for class not allowed to extend aspect and moving corresponding test out ↵jhugunin2003-03-121-3/+0
| | | | of failing
* fixed for graceful error handling (i.e. the compiler doesn't dump stack ;-) jhugunin2003-03-121-12/+0
| | | | in response to tests now moved out of failing
* fix and test for Bugzilla Bug 34858 jhugunin2003-03-121-0/+12
| | | | Weaver crash
* fix and tests for checked exception on advice being checked at jhugunin2003-03-121-7/+8
| | | | woven join points
* fixed Bug 29934 jhugunin2003-03-121-1/+6
| | | | runtime NullPointerException when applying around advice to other around advice
* fixing Bug 31724 jhugunin2003-03-111-21/+1
| | | | | declare warning/error emitted without context and generally providing better error context information
* added tests and fixes jhugunin2003-03-111-0/+21
| | | | fixed two bugs in ajcTestsFailing
* FIXED: Bugzilla Bug 32421 jhugunin2003-03-061-2/+0
| | | | | | | can't resolve nested public interfaces FIXED: Bugzilla Bug 32399 Incorrect binding of protected (marker) interfaces
* FIXED: Bugzilla Bug 32463 jhugunin2003-03-061-6/+1
| | | | ajc reports error when encountering static declaration of nested classes
* Bugzilla Bug 33635 jhugunin2003-03-051-0/+7
| | | | Negation of if pointcut does not work
* fixed Bug 30168: bad optimization of thisJoinPoint to thisJoinPointStaticPartjhugunin2003-02-131-3/+0
|
* fixed Bug 29959: super call in intertype method declaration body causes ↵jhugunin2003-02-131-11/+4
| | | | VerifyError
* test for Bug 29691 jhugunin2003-01-211-1/+12
| | | | Static inner aspects cannot reference user defined pointcuts
* added test for introduced final fields and rearranged somejhugunin2003-01-141-12/+0
|
* fixing bugsjhugunin2003-01-081-6/+12
|
* fixing and cleanup jhugunin2003-01-081-77/+6
| | | | all tests in ajcTests are either passing or flagged with purejava or knownLimitation
* more tests from bugzillajhugunin2003-01-071-1/+5
|
* tests from bugzillajhugunin2003-01-071-6/+1
|
* initial versionwisberg2002-12-161-0/+85