Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for the AST - see comment #26 in 110465. Now exposes ↵ | aclement | 2006-01-27 | 2 | -0/+0 |
| | | | | perclause/privileged information. | ||||
* | includes the AST changes already checked into shadows - see pr110465 | aclement | 2006-01-26 | 2 | -0/+0 |
| | |||||
* | fixes for 120826V1_5_0RC1 | aclement | 2005-12-14 | 2 | -0/+0 |
| | |||||
* | fixes for 119019 | aclement | 2005-12-04 | 2 | -0/+0 |
| | |||||
* | more slight changes for 111317: ast (raised visibility of some inner types) | aclement | 2005-11-29 | 2 | -0/+0 |
| | |||||
* | rebuilt without jface inside. (see 111317) | aclement | 2005-11-28 | 2 | -0/+0 |
| | |||||
* | Fix for 117190: | aclement | 2005-11-23 | 2 | -0/+0 |
| | |||||
* | fixes for 91859 - enable us to preserve the set of annotations originally ↵ | aclement | 2005-11-09 | 2 | -0/+0 |
| | | | | declared on a type so they can be put in the class file and we don't include ones added via declare @type during 'source weaving' | ||||
* | tests and fix for pr112756 - use of assert/enum as "identifier" in pointcut ↵ | acolyer | 2005-11-09 | 2 | -0/+0 |
| | | | | expression. | ||||
* | fixes for 112783 and 113066 | aclement | 2005-11-07 | 2 | -0/+0 |
| | |||||
* | ast support - rebuilt shadows | aclement | 2005-09-23 | 2 | -0/+0 |
| | |||||
* | tests and fix for 109283. | acolyer | 2005-09-22 | 2 | -0/+0 |
| | |||||
* | tests and fix for pr105181, implicit cast of itd field type on return from ↵ | acolyer | 2005-09-12 | 2 | -0/+0 |
| | | | | generic collection erroneously casting to aspect (declaring) type, not owning (target) type. | ||||
* | fix for pr87530, final modifier on interface itdm | acolyer | 2005-09-05 | 2 | -0/+0 |
| | |||||
* | fix for pr108370, enum switch in itd method with target type on the inpath | acolyer | 2005-08-31 | 2 | -0/+0 |
| | |||||
* | fix for pr108377, Verify error on unqualified reference to itd field inside ↵ | acolyer | 2005-08-31 | 2 | -0/+0 |
| | | | | itd method. | ||||
* | fix for pr108014, when we don't find a method on a PTB, we shouldn't erase ↵ | acolyer | 2005-08-26 | 2 | -0/+0 |
| | | | | all records of the methods that we do have! | ||||
* | fix for Bugzilla Bug 107898 | acolyer | 2005-08-24 | 2 | -0/+0 |
| | | | | [generics] Type mismatch when returning T (but stranger) | ||||
* | fixes for ensuring inherited ITDs are visible to the methodverifier for ↵ | aclement | 2005-08-24 | 2 | -0/+0 |
| | | | | bridge method calculation. | ||||
* | fix for pr107486, anonymous local types | acolyer | 2005-08-23 | 2 | -0/+0 |
| | |||||
* | genericsitds: modified with a couple of new hooks for allowing the use of ↵ | aclement | 2005-08-22 | 2 | -0/+0 |
| | | | | target type tvars in ITDs | ||||
* | updated jars with fix for pr83377, which was basically some messed up legal ↵ | acolyer | 2005-08-21 | 2 | -0/+0 |
| | | | | override checking for itds. | ||||
* | fix for pr78314, parser saying: "privileged" expected in far too many ↵ | acolyer | 2005-08-20 | 2 | -0/+0 |
| | | | | recovery situations | ||||
* | fix for pr9114, before and after used as var names in parenthesized expressions | acolyer | 2005-08-19 | 2 | -0/+0 |
| | |||||
* | fix for Bugzilla Bug 78707 | acolyer | 2005-08-19 | 2 | -0/+0 |
| | | | | | | | | [jdt-parser] AspectJ/AJDT accepts "before() returning" advice no more before returning and before throwing advice ;) as an added bonus, I built these jars with the correct -1.3 option | ||||
* | fix for Bugzilla Bug 74562 | acolyer | 2005-08-19 | 2 | -0/+0 |
| | | | | [jdt-parser] Unexpected syntax error with fields named "after" or "before" | ||||
* | updated parser w. itd error recovery | acolyer | 2005-08-19 | 2 | -0/+0 |
| | |||||
* | the big one. these jars are at Eclipse 3.1 final level (v_574_R31X) | acolyer | 2005-08-19 | 2 | -0/+0 |
| | |||||
* | updated to push on genericIdentifiersLength stack rather than just move the ↵ | acolyer | 2005-08-15 | 2 | -0/+0 |
| | | | | stack pointer. | ||||
* | updated parsing of type parameters in OnType of ITDs | acolyer | 2005-08-15 | 2 | -0/+0 |
| | |||||
* | this version is built with -1.3 ;) | acolyer | 2005-08-09 | 2 | -0/+0 |
| | |||||
* | updated rules that allow ITDs on generic types using type parameters | acolyer | 2005-08-08 | 2 | -0/+0 |
| | |||||
* | includes change so parameterizedgenericmethodbindings know about underlying ↵ | aclement | 2005-07-27 | 2 | -0/+0 |
| | | | | ITD generic methods that they represent. | ||||
* | includes change so parameterizedgenericmethodbindings know about underlying ↵ | aclement | 2005-07-27 | 2 | -0/+0 |
| | | | | ITD generic methods that they represent. | ||||
* | generics: includes fix for generic signatures | aclement | 2005-07-08 | 2 | -0/+0 |
| | |||||
* | Tests and fixes for bug 100260: methods inherited from a generic parent | aclement | 2005-06-16 | 2 | -0/+0 |
| | |||||
* | Fix for 99228: [generics][itds] ITD of a field into a generic class | aclement | 2005-06-14 | 2 | -0/+0 |
| | |||||
* | this update also includes the additional pseudo-tokens needed for parsing ↵ | acolyer | 2005-06-02 | 2 | -0/+0 |
| | | | | type parameter declarations inside the weaver / pattern parser | ||||
* | parser updates for generics in ITDs. | acolyer | 2005-06-02 | 2 | -0/+0 |
| | |||||
* | Fix and tests for pr86832, pr92163. NPE in detectHierarchyCycle | aclement | 2005-05-12 | 2 | -0/+0 |
| | |||||
* | enable compilation of @AfterReturning(pointcut="...") | acolyer | 2005-05-04 | 2 | -0/+0 |
| | | | | (compiled with -1.3) | ||||
* | Is this rebuilt with 1.3 compliance? I hope so or everything is *!"&£ed | aclement | 2005-05-04 | 1 | -0/+0 |
| | |||||
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 2 | -0/+0 |
| | |||||
* | support in ajc for parsing and error reporting of @AspectJ style aspect ↵ | acolyer | 2005-04-25 | 2 | -0/+0 |
| | | | | definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing. | ||||
* | Includes ability to remove problems from a compilation result. | aclement | 2005-02-18 | 2 | -0/+0 |
| | |||||
* | parsing updates for declare annotation, annotations on itds, and use of ↵ | acolyer | 2005-02-17 | 2 | -0/+0 |
| | | | | around as a method name | ||||
* | Correctly build jdtcore includes fix for 83423. (BinaryTypeBinding) | aclement | 2005-01-24 | 2 | -0/+0 |
| | |||||
* | fix (*cough* hack) for annotations originating from class files required by ↵ | aclement | 2005-01-21 | 1 | -0/+0 |
| | | | | the compiler... will it work ... | ||||
* | java 5 support | acolyer | 2005-01-17 | 2 | -0/+0 |
| | |||||
* | Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember ↵ | aclement | 2005-01-05 | 2 | -0/+0 |
| | | | | the type hierarchy before we munge it up. In ClassFile we generate code for the original hierarchy rather than any munged variant. (this gets fixed up later when decp is done at weave time) |