Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix and tests for Bugzilla Bug 41123 | jhugunin | 2003-08-08 | 5 | -0/+54 |
| | | | | Weaving failure when using injars | ||||
* | fix for Bugzilla Bug 41175 | jhugunin | 2003-08-08 | 9 | -30/+66 |
| | | | | | | | | | | binary aspect-declared methods conflict, lost their exception clauses larger fix to address more issues with aspect-declared methods in bytecode form also addressed declared exception issue more generally this fix should be more stable than a smaller hack that just fixed this specific bug report would have been. added a few tests to match increased scope. | ||||
* | BCException - not isolated, so no bug written | wisberg | 2003-08-07 | 3 | -0/+473 |
| | |||||
* | @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵ | wisberg | 2003-08-06 | 13 | -0/+204 |
| | | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml | ||||
* | passing tests for interface libraries. The behavior might be wrong (i.e., ↵ | wisberg | 2003-08-06 | 9 | -0/+188 |
| | | | | some should fail) -- confirming on the list. | ||||
* | @testcase PR#41170 combine classpath on command line and in .lst file | wisberg | 2003-08-06 | 5 | -0/+24 |
| | |||||
* | fix for Bugzilla Bug 40805 | jhugunin | 2003-08-05 | 2 | -17/+17 |
| | | | | call pointcut with interface type fails if method declared on interface | ||||
* | fixes for Bugzilla Bug 40858 | jhugunin | 2003-08-04 | 5 | -30/+42 |
| | | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts | ||||
* | fix for Bugzilla Bug 40876 | jhugunin | 2003-07-29 | 2 | -7/+7 |
| | | | | | | ClassFormatError on external subtype-qualified ref to supertype pointcut This was an important bug that was caused by the static fields used in the implementation of cflow being placed on the wrong class. This broke the rules used for name mangling and could occasionally result in name collisions as shown here. | ||||
* | Added test case for bug#39959. | mkersten | 2003-07-29 | 3 | -0/+76 |
| | | | | Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness). | ||||
* | @testcase PR#40876 subtype-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+58 |
| | | | | (ClassFormatError) | ||||
* | @testcase PR#40858 weaver trace on mis-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+36 |
| | |||||
* | @testcase PR#40814 compile error expected for pointcuts in interfaces | wisberg | 2003-07-26 | 2 | -3/+19 |
| | |||||
* | passing tests compiler errors when abstract pointcuts are outside abstract ↵ | wisberg | 2003-07-26 | 2 | -0/+21 |
| | | | | aspects | ||||
* | @testcase PR#40805 interface call signatures when declaring method in aspect | wisberg | 2003-07-26 | 2 | -1/+71 |
| | |||||
* | fix and moved test for Bugzilla Bug 39711 | jhugunin | 2003-07-24 | 2 | -5/+7 |
| | | | | Class Literals as non final fields | ||||
* | moved to 2.1.1 jdtcore. Updated our code to change one call to a | jhugunin | 2003-07-24 | 1 | -1/+1 |
| | | | | | convenience method that was removed. Updated tests to enable the test for the horrible switch bug that this fixes. | ||||
* | removing file intended for personal use | jhugunin | 2003-07-23 | 1 | -9/+0 |
| | |||||
* | added test for Bugzilla Bug 40589 | jhugunin | 2003-07-23 | 2 | -0/+64 |
| | | | | | | Default method impl for interface causes internal exception. test submitted by George Harley | ||||
* | added test for expanded version of Bugzilla Bug 39711 | jhugunin | 2003-07-23 | 2 | -2/+32 |
| | | | | Class Literals as non final fields | ||||
* | fix and expanded tests for Bugzilla Bug 39462 | jhugunin | 2003-07-22 | 6 | -10/+45 |
| | | | | Compiler crashes in jar and cflow | ||||
* | tests and fix for Bugzilla Bug 39993 | jhugunin | 2003-07-22 | 3 | -0/+79 |
| | | | | | | | | ajc stack trace on declaring hashcode() method in aspect added extra error-test for using super inside an inter-type declaration on an interface with multiple parents -- the correct parent is either hard or impossible to determine in that case | ||||
* | added pre-compiled .jar needed for Bugzilla Bug 39462 | jhugunin | 2003-07-16 | 1 | -0/+0 |
| | | | | Compiler crashes in jar and cflow | ||||
* | Fix for Bugzilla #39479, #40109 | jhugunin | 2003-07-16 | 3 | -6/+39 |
| | | | | | | | | | | | | | based on patch contributed by Andy Clement Generalizes the patch with a method org.aspectj.weaver.bcel.Utility.copyInstruction that works-around the bug in Select.copy(). Changed all calls to Instruction.copy() to use this new method, would be nice to add the rule: * declare error: * call(* Instruction.copy()) && within(org.aspectj.weaver) * && !withincode(* Utility.copyInstruction(Instruction)): * "use Utility.copyInstruction to work-around bug in Select.copy()"; | ||||
* | test for Bugzilla Bug 39479 | jhugunin | 2003-07-03 | 3 | -4/+41 |
| | | | | NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch. | ||||
* | added test for Bugzilla Bug 39462 | jhugunin | 2003-07-02 | 4 | -1/+33 |
| | | | | Compiler crashes in jar and cflow | ||||
* | tests and fixes for two awful error message bugs: | jhugunin | 2003-07-02 | 4 | -0/+76 |
| | | | | | [Bug 39458] New: Compiler crash in ajc 1.1 [Bug 39460] New: Missing import crashes compiler | ||||
* | adding keyword knownLimitation-run11 | wisberg | 2003-06-05 | 1 | -7/+8 |
| | |||||
* | added test for Bugzilla Bug 38345 | jhugunin | 2003-06-02 | 3 | -0/+37 |
| | | | | VerifyError, Inconsistent stack height with try/switch/if combination | ||||
* | updated for testing 1.1 classes, | wisberg | 2003-06-02 | 1 | -12/+41 |
| | | | | | (exclusive of changes to docs/dist/doc/examples/telecom/Call.java) | ||||
* | javarun attributes for interpreting error/output streams as errors, used ↵ | wisberg | 2003-06-02 | 1 | -0/+2 |
| | | | | only when forking | ||||
* | harness system.exit tests | wisberg | 2003-05-31 | 1 | -0/+20 |
| | |||||
* | tests harness' handling of code calling System.exit | wisberg | 2003-05-31 | 1 | -0/+16 |
| | |||||
* | test suite for example code in ../docs/dist/doc/examples | wisberg | 2003-05-31 | 1 | -0/+90 |
| | |||||
* | Bugzilla Bug 38212 | jhugunin | 2003-05-28 | 4 | -1/+40 |
| | | | | | | 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. | ||||
* | needed two "expect-fail" keywords | wisberg | 2003-05-28 | 1 | -3/+5 |
| | |||||
* | keywords knownLimitation-ajdeCompiler for correct but different results when ↵ | wisberg | 2003-05-27 | 1 | -3/+8 |
| | | | | running with -ajdeCompiler | ||||
* | test for Bugzilla Bug 38168 | jhugunin | 2003-05-27 | 2 | -0/+98 |
| | | | | | insertion of lots of advice code can make branch offset for if too large test entered as a knownLimitation for 1.1.0 | ||||
* | moved tests to ajcTests.xml as passing or knownLimitation | wisberg | 2003-05-27 | 2 | -18/+40 |
| | |||||
* | neglected source | wisberg | 2003-05-27 | 1 | -0/+11 |
| | |||||
* | moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keyword | jhugunin | 2003-05-27 | 2 | -34/+44 |
| | |||||
* | -Xlint:{level} tests | wisberg | 2003-05-27 | 1 | -0/+21 |
| | |||||
* | test checks that setting warn:constructorName works | wisberg | 2003-05-27 | 2 | -0/+17 |
| | |||||
* | added keyword knownLimitations-ajctaskCompiler to the one command-line test ↵ | wisberg | 2003-05-25 | 1 | -1/+5 |
| | | | | that won't work with that wrapper. | ||||
* | updating harness documentation for new features | wisberg | 2003-05-25 | 1 | -17/+40 |
| | |||||
* | -noExit to avoid stopping a wrapping ant script | wisberg | 2003-05-24 | 1 | -1/+3 |
| | |||||
* | test for Bugzilla Bug 37758 | jhugunin | 2003-05-21 | 6 | -3/+314 |
| | | | | Weaving rt.jar results in stack overflow | ||||
* | @testcase PR#37898 advice on handler join points should not throw ↵ | wisberg | 2003-05-21 | 2 | -0/+39 |
| | | | | unpermitted checked exceptions | ||||
* | changed jars produced by BcWeaverJarMaker to increase coverage of tests | jhugunin | 2003-05-19 | 3 | -0/+0 |
| | |||||
* | added test for Bugzilla Bug 37304 | jhugunin | 2003-05-19 | 2 | -0/+25 |
| | | | | | public static fields being ignored this test is passing in 1.1rc2 |