]> source.dussan.org Git - aspectj.git/log
aspectj.git
16 years agotrigger build
aclement [Thu, 21 Feb 2008 17:01:16 +0000 (17:01 +0000)]
trigger build

16 years agofix expected result
aclement [Thu, 21 Feb 2008 03:17:42 +0000 (03:17 +0000)]
fix expected result

16 years ago209831: ensure resolved before matching
aclement [Thu, 21 Feb 2008 03:17:24 +0000 (03:17 +0000)]
209831: ensure resolved before matching

16 years ago209831: testcode
aclement [Thu, 21 Feb 2008 03:17:04 +0000 (03:17 +0000)]
209831: testcode

16 years ago209831: testcode
aclement [Thu, 21 Feb 2008 03:16:45 +0000 (03:16 +0000)]
209831: testcode

16 years ago210848: better javadoc
aclement [Thu, 21 Feb 2008 01:05:35 +0000 (01:05 +0000)]
210848: better javadoc

16 years agoadded test for 'enum' and upgraded testcode to use source level 1.5 (and JLS3)
aclement [Wed, 20 Feb 2008 23:24:45 +0000 (23:24 +0000)]
added test for 'enum' and upgraded testcode to use source level 1.5 (and JLS3)

16 years ago214559: tests and fix: cope with varying orderings for interdependant declare parents...
aclement [Wed, 20 Feb 2008 21:07:44 +0000 (21:07 +0000)]
214559: tests and fix: cope with varying orderings for interdependant declare parents statements.

16 years ago214559: tests and fix: cope with varying orderings for interdependant declare parents...
aclement [Wed, 20 Feb 2008 21:07:43 +0000 (21:07 +0000)]
214559: tests and fix: cope with varying orderings for interdependant declare parents statements.

16 years ago216311: add 'instance' component to field name and then use it to identify what shoul...
aclement [Wed, 20 Feb 2008 20:00:00 +0000 (20:00 +0000)]
216311: add 'instance' component to field name and then use it to identify what should not be made transient.

16 years ago216311: testcode
aclement [Wed, 20 Feb 2008 19:59:15 +0000 (19:59 +0000)]
216311: testcode

16 years ago216311: testcode
aclement [Wed, 20 Feb 2008 19:58:49 +0000 (19:58 +0000)]
216311: testcode

16 years agodebug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390
aclement [Tue, 19 Feb 2008 22:41:26 +0000 (22:41 +0000)]
debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390

16 years ago204505: testcode and fix: poorly documented method in ResolvedMemberImpl now creates...
aclement [Tue, 19 Feb 2008 22:01:34 +0000 (22:01 +0000)]
204505: testcode and fix: poorly documented method in ResolvedMemberImpl now creates a sig based on the erasure of the type variable rather than using the type variable itself.  Passes this case but could be related situations that fail...

16 years ago204505: testcode and fix: poorly documented method in ResolvedMemberImpl now creates...
aclement [Tue, 19 Feb 2008 22:01:33 +0000 (22:01 +0000)]
204505: testcode and fix: poorly documented method in ResolvedMemberImpl now creates a sig based on the erasure of the type variable rather than using the type variable itself.  Passes this case but could be related situations that fail...

16 years ago219298: new error message comes out
aclement [Tue, 19 Feb 2008 18:52:45 +0000 (18:52 +0000)]
219298: new error message comes out

16 years ago219298: raised visibility of CompilationUnitScope.checkParameterizedTypes()
aclement [Tue, 19 Feb 2008 18:52:12 +0000 (18:52 +0000)]
219298: raised visibility of CompilationUnitScope.checkParameterizedTypes()

16 years ago219298: testcode
aclement [Tue, 19 Feb 2008 18:51:58 +0000 (18:51 +0000)]
219298: testcode

16 years ago219298: raised visibility of CompilationUnitScope.checkParameterizedTypes()
aclement [Tue, 19 Feb 2008 18:50:05 +0000 (18:50 +0000)]
219298: raised visibility of CompilationUnitScope.checkParameterizedTypes()

16 years ago219298: testcode
aclement [Tue, 19 Feb 2008 18:11:19 +0000 (18:11 +0000)]
219298: testcode

16 years agoextra diagnostics for weaverstate problem
aclement [Mon, 11 Feb 2008 13:49:10 +0000 (13:49 +0000)]
extra diagnostics for weaverstate problem

16 years ago218167: test and fix: compiler crash on multiple dec @fields
aclement [Thu, 7 Feb 2008 18:03:44 +0000 (18:03 +0000)]
218167: test and fix: compiler crash on multiple dec @fields

16 years ago218167: test and fix: compiler crash on multiple dec @fields
aclement [Thu, 7 Feb 2008 17:00:27 +0000 (17:00 +0000)]
218167: test and fix: compiler crash on multiple dec @fields

16 years ago218167: test and fix: compiler crash on multiple dec @fields
aclement [Thu, 7 Feb 2008 17:00:25 +0000 (17:00 +0000)]
218167: test and fix: compiler crash on multiple dec @fields

16 years agoremove unwanted xlint for parameter annotations
aclement [Wed, 6 Feb 2008 20:27:37 +0000 (20:27 +0000)]
remove unwanted xlint for parameter annotations

16 years agoremove unwanted xlint for parameter annotations
aclement [Wed, 6 Feb 2008 20:27:15 +0000 (20:27 +0000)]
remove unwanted xlint for parameter annotations

16 years agotrigger build
aclement [Sat, 26 Jan 2008 01:14:25 +0000 (01:14 +0000)]
trigger build

16 years agoparamannos: lists outstanding work items on this
aclement [Fri, 25 Jan 2008 21:14:11 +0000 (21:14 +0000)]
paramannos: lists outstanding work items on this

16 years agoparamannos: doc updates to give examples
aclement [Fri, 25 Jan 2008 21:12:57 +0000 (21:12 +0000)]
paramannos: doc updates to give examples

16 years agoparamannos: ResolvedType can hold 'temporary annotations' during a match (parameter...
aclement [Fri, 25 Jan 2008 20:05:56 +0000 (20:05 +0000)]
paramannos: ResolvedType can hold 'temporary annotations' during a match (parameter annos).  PatternParser supports distinction between parameter and type annos.

16 years agoparamannos: ResolvedType can hold 'temporary annotations' during a match (parameter...
aclement [Fri, 25 Jan 2008 20:05:55 +0000 (20:05 +0000)]
paramannos: ResolvedType can hold 'temporary annotations' during a match (parameter annos).  PatternParser supports distinction between parameter and type annos.

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 19:08:54 +0000 (19:08 +0000)]
paramannos: testcode

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:08:24 +0000 (19:08 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:07:58 +0000 (19:07 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:07:46 +0000 (19:07 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:07:33 +0000 (19:07 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:06:30 +0000 (19:06 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:05:57 +0000 (19:05 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: aware of parameter annotation matching
aclement [Fri, 25 Jan 2008 19:05:31 +0000 (19:05 +0000)]
paramannos: aware of parameter annotation matching

16 years agoparamannos: extracted from being secondary type in existing source file
aclement [Fri, 25 Jan 2008 19:04:36 +0000 (19:04 +0000)]
paramannos: extracted from being secondary type in existing source file

16 years agoparamannos: knows whether it is for matching parameter annotations or not
aclement [Fri, 25 Jan 2008 19:03:55 +0000 (19:03 +0000)]
paramannos: knows whether it is for matching parameter annotations or not

16 years agoparamannos: implementation!
aclement [Fri, 25 Jan 2008 19:01:37 +0000 (19:01 +0000)]
paramannos: implementation!

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 19:00:40 +0000 (19:00 +0000)]
paramannos: testcode

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 19:00:31 +0000 (19:00 +0000)]
paramannos: testcode

16 years agoparamannos: implementation!
aclement [Fri, 25 Jan 2008 19:00:08 +0000 (19:00 +0000)]
paramannos: implementation!

16 years agoparamannos: implementation!
aclement [Fri, 25 Jan 2008 18:59:49 +0000 (18:59 +0000)]
paramannos: implementation!

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 18:56:37 +0000 (18:56 +0000)]
paramannos: testcode

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 18:55:53 +0000 (18:55 +0000)]
paramannos: testcode

16 years agoparamannos: improved annotation unpacking
aclement [Fri, 25 Jan 2008 18:33:38 +0000 (18:33 +0000)]
paramannos: improved annotation unpacking

16 years agoparamannos: improved annotation unpacking
aclement [Fri, 25 Jan 2008 18:33:24 +0000 (18:33 +0000)]
paramannos: improved annotation unpacking

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 02:41:34 +0000 (02:41 +0000)]
paramannos: testcode

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 02:32:26 +0000 (02:32 +0000)]
paramannos: testcode

16 years agoparamannos: can fetch all annotations in one call for a method
aclement [Fri, 25 Jan 2008 02:32:04 +0000 (02:32 +0000)]
paramannos: can fetch all annotations in one call for a method

16 years agounused import
aclement [Fri, 25 Jan 2008 02:30:42 +0000 (02:30 +0000)]
unused import

16 years agoparamannos: testcode
aclement [Fri, 25 Jan 2008 02:30:08 +0000 (02:30 +0000)]
paramannos: testcode

16 years ago2008!
aclement [Fri, 25 Jan 2008 02:28:38 +0000 (02:28 +0000)]
2008!

16 years agoparamannos: obtain all the annotations together
aclement [Fri, 25 Jan 2008 02:28:23 +0000 (02:28 +0000)]
paramannos: obtain all the annotations together

16 years agounused import
aclement [Thu, 24 Jan 2008 20:48:18 +0000 (20:48 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:47:06 +0000 (20:47 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:46:53 +0000 (20:46 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:46:34 +0000 (20:46 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:45:36 +0000 (20:45 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:45:15 +0000 (20:45 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:45:02 +0000 (20:45 +0000)]
unused import

16 years agounused import
aclement [Thu, 24 Jan 2008 20:43:29 +0000 (20:43 +0000)]
unused import

16 years agotypo fix - 216205
aclement [Tue, 22 Jan 2008 23:52:08 +0000 (23:52 +0000)]
typo fix - 216205

16 years agopr206911: tests and fix: generic super itd
aclement [Tue, 22 Jan 2008 23:49:19 +0000 (23:49 +0000)]
pr206911: tests and fix: generic super itd

16 years agopr206911: tests and fix: generic super itd
aclement [Tue, 22 Jan 2008 23:48:51 +0000 (23:48 +0000)]
pr206911: tests and fix: generic super itd

16 years agobug 203384: getting ontype information from the AST
aclement [Tue, 22 Jan 2008 18:48:29 +0000 (18:48 +0000)]
bug 203384: getting ontype information from the AST

16 years agoremoved silly println V1_6_0M1
aclement [Tue, 22 Jan 2008 01:15:24 +0000 (01:15 +0000)]
removed silly println

16 years agosupport weaving of java. and javax. in ltw - risky business
aclement [Mon, 21 Jan 2008 20:07:53 +0000 (20:07 +0000)]
support weaving of java. and javax. in ltw - risky business

16 years agosupport weaving of java. and javax. in ltw - risky business
aclement [Mon, 21 Jan 2008 20:07:52 +0000 (20:07 +0000)]
support weaving of java. and javax. in ltw - risky business

16 years agofield made public in SourceJavadocParser - for AJDT
aclement [Mon, 21 Jan 2008 20:02:03 +0000 (20:02 +0000)]
field made public in SourceJavadocParser - for AJDT

16 years agoremove unnecessary imports to keep build happy
aclement [Thu, 17 Jan 2008 17:19:29 +0000 (17:19 +0000)]
remove unnecessary imports to keep build happy

16 years agocorrect date
aclement [Thu, 17 Jan 2008 03:25:26 +0000 (03:25 +0000)]
correct date

16 years agoAspectJ6: removed due to bad implementation of generic itds that the new compiler...
aclement [Thu, 17 Jan 2008 00:58:44 +0000 (00:58 +0000)]
AspectJ6: removed due to bad implementation of generic itds that the new compiler has revealed.  Should be added back in for final

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:28:08 +0000 (00:28 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:27:56 +0000 (00:27 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:27:21 +0000 (00:27 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:26:42 +0000 (00:26 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:26:02 +0000 (00:26 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:25:17 +0000 (00:25 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: beginnings of fix for proper parameterization of generic ITDs
aclement [Thu, 17 Jan 2008 00:24:51 +0000 (00:24 +0000)]
AspectJ6: beginnings of fix for proper parameterization of generic ITDs

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:11:58 +0000 (00:11 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:11:35 +0000 (00:11 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:11:22 +0000 (00:11 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:10:53 +0000 (00:10 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:09:57 +0000 (00:09 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes: fields are now in two groups (synthe...
aclement [Thu, 17 Jan 2008 00:09:35 +0000 (00:09 +0000)]
AspectJ6: picking up compiler interface changes: fields are now in two groups (synthetic and normal) and it isnt managed so well..

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:08:43 +0000 (00:08 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:08:30 +0000 (00:08 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:08:10 +0000 (00:08 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:07:56 +0000 (00:07 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:07:31 +0000 (00:07 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:07:10 +0000 (00:07 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:05:46 +0000 (00:05 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:05:27 +0000 (00:05 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:04:20 +0000 (00:04 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:04:06 +0000 (00:04 +0000)]
AspectJ6: picking up compiler interface changes

16 years agoAspectJ6: picking up compiler interface changes
aclement [Thu, 17 Jan 2008 00:03:37 +0000 (00:03 +0000)]
AspectJ6: picking up compiler interface changes