]> source.dussan.org Git - aspectj.git/log
aspectj.git
19 years agoBWD: Main part of the implementation, checks all the rules before allowing the DECP...
aclement [Wed, 5 Jan 2005 16:42:21 +0000 (16:42 +0000)]
BWD: Main part of the implementation, checks all the rules before allowing the DECP to proceed.

19 years agoBWD: improved source loc creation
aclement [Wed, 5 Jan 2005 16:42:01 +0000 (16:42 +0000)]
BWD: improved source loc creation

19 years agoBWD: Improvements in source location handling allow us to now include a line number...
aclement [Wed, 5 Jan 2005 16:41:40 +0000 (16:41 +0000)]
BWD: Improvements in source location handling allow us to now include a line number here.

19 years agoBWD: New error checking catches one more error in this testcase.
aclement [Wed, 5 Jan 2005 16:41:18 +0000 (16:41 +0000)]
BWD: New error checking catches one more error in this testcase.

19 years agoRecent changes seem to have made some messages come out in a different order !
aclement [Wed, 5 Jan 2005 16:40:56 +0000 (16:40 +0000)]
Recent changes seem to have made some messages come out in a different order !

19 years agoBWD: Updated - now type processing order is sensible for applying decp, we don't...
aclement [Wed, 5 Jan 2005 16:40:31 +0000 (16:40 +0000)]
BWD: Updated - now type processing order is sensible for applying decp, we don't get an error here.

19 years agoBWD: test cases
aclement [Wed, 5 Jan 2005 16:39:42 +0000 (16:39 +0000)]
BWD: test cases

19 years agoBWD: Use new API on sourcetypebinding to remember original type hierarchy and don...
aclement [Wed, 5 Jan 2005 16:39:28 +0000 (16:39 +0000)]
BWD: Use new API on sourcetypebinding to remember original type hierarchy and don't put out weaving messages for decp.

19 years agoBinary Weaving Decp: Two changes: In SourceTypeBinding we can now remember the type...
aclement [Wed, 5 Jan 2005 16:34:31 +0000 (16:34 +0000)]
Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember 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)

19 years agotest cases and fix for Bugzilla Bug 81863
acolyer [Wed, 5 Jan 2005 15:15:28 +0000 (15:15 +0000)]
test cases and fix for Bugzilla Bug 81863
   Annotation matching using within() PCD doesn't appear to be working.

19 years agoBinary Weaving Decp: test code
aclement [Wed, 5 Jan 2005 14:42:34 +0000 (14:42 +0000)]
Binary Weaving Decp: test code

19 years agoextra test resources for within(@Foo *) tests
acolyer [Wed, 5 Jan 2005 13:21:27 +0000 (13:21 +0000)]
extra test resources for within(@Foo *) tests

19 years agoBinary Weaving Decp: helper methods and bug fix for unnecessary suid warning.
aclement [Wed, 5 Jan 2005 13:14:41 +0000 (13:14 +0000)]
Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning.

19 years agoBinary Weaving Decp: another helper method..
aclement [Wed, 5 Jan 2005 13:12:55 +0000 (13:12 +0000)]
Binary Weaving Decp: another helper method..

19 years agoswitch from string comparison to a more robust RPN format for testing pointcut expres...
acolyer [Wed, 5 Jan 2005 13:07:35 +0000 (13:07 +0000)]
switch from string comparison to a more robust RPN format for testing pointcut expression equality

19 years agotemporarily taken out a periodically misbehaving test case
acolyer [Wed, 5 Jan 2005 11:09:23 +0000 (11:09 +0000)]
temporarily taken out a periodically misbehaving test case

19 years agoorganized imports.
aclement [Wed, 5 Jan 2005 08:36:25 +0000 (08:36 +0000)]
organized imports.

19 years agoVery very first simple helper bits of binary weaving decp
aclement [Tue, 4 Jan 2005 21:08:48 +0000 (21:08 +0000)]
Very very first simple helper bits of binary weaving decp

19 years agoFix for Bug 82062: WeaveMessage should provide more information
aclement [Tue, 4 Jan 2005 13:15:57 +0000 (13:15 +0000)]
Fix for Bug 82062: WeaveMessage should provide more information
(Bug and fix from Martin Lippert)

19 years agoorganized imports.
aclement [Tue, 4 Jan 2005 13:14:17 +0000 (13:14 +0000)]
organized imports.

19 years agoHopefully fixes disappearance of decsofts in AJDT. The addition of the offset to...
aclement [Mon, 20 Dec 2004 14:46:11 +0000 (14:46 +0000)]
Hopefully fixes disappearance of decsofts in AJDT.  The addition of the offset to the source location caused problems because a declare soft was being assigned 2 diff offsets in different parts of the weaver.  First source location was the offset of the 'declare', second location was the offset for the declares pointcut expression.  Now resolved so offset is always position of the 'declare'.

19 years agoFix for Bug 80916: In some cases the structure model doesn't contain the "matches...
aclement [Mon, 20 Dec 2004 14:44:07 +0000 (14:44 +0000)]
Fix for Bug 80916: In some cases the structure model doesn't contain the "matches declare" relationship

19 years agoincorporate tim peierls suggestion from mailing list
acolyer [Fri, 17 Dec 2004 13:25:52 +0000 (13:25 +0000)]
incorporate tim peierls suggestion from mailing list

19 years agoforgot to check in this updated java 5 jar for test cases
acolyer [Thu, 16 Dec 2004 14:49:31 +0000 (14:49 +0000)]
forgot to check in this updated java 5 jar for test cases

19 years agomore ambiguous bindings testing
acolyer [Thu, 16 Dec 2004 13:08:07 +0000 (13:08 +0000)]
more ambiguous bindings testing

19 years agodisambiguating bindings
acolyer [Thu, 16 Dec 2004 13:07:38 +0000 (13:07 +0000)]
disambiguating bindings

19 years agoit is now safe to short-circuit in and/or pc matching (all side-effects removed)
acolyer [Thu, 16 Dec 2004 11:04:19 +0000 (11:04 +0000)]
it is now safe to short-circuit in and/or pc matching (all side-effects removed)

19 years agopayback time for all the "kinding" work - only ever generate and match
acolyer [Thu, 16 Dec 2004 10:41:15 +0000 (10:41 +0000)]
payback time for all the "kinding" work - only ever generate and match
against shadows that we know might be matched.

19 years agojust tidying up a few unused imports
acolyer [Wed, 15 Dec 2004 20:55:06 +0000 (20:55 +0000)]
just tidying up a few unused imports

19 years agopartial fix for bug 61568.
acolyer [Wed, 15 Dec 2004 20:51:01 +0000 (20:51 +0000)]
partial fix for bug 61568.
These changes are both (a) a performance optimization, and (b) an
improvement on the binding across || rules that we implemented in
1.2.1.
Instead of saying the the first binding in a left-to-right traversal of the
pointcuts DNF is the one that you get (too much to ask users to do DNF
rewriting in their heads), this version implements the rule that every
|| branch in the DNF must bind all formals, and if two || branches can have
any join points in common (can match join points of the same kind), then
both must bind all formals identically.

So it allows things like execution(* *(..)) && args(x) || call(* *(..)) && this(x)
which previously we used to forbid.

But primarily it turned out to be a performance optimization.

19 years agoSupport for 'offset' in source locations - enabling AJDT improvements. Not perfect...
aclement [Fri, 10 Dec 2004 15:40:59 +0000 (15:40 +0000)]
Support for 'offset' in source locations - enabling AJDT improvements.  Not perfect - really the whole ISourceLocation thing needs sorting out ...

19 years agoUpdates for AJDK1.5.0
aclement [Fri, 10 Dec 2004 15:31:47 +0000 (15:31 +0000)]
Updates for AJDK1.5.0

19 years agoAutoboxing and decp restrictions
aclement [Fri, 10 Dec 2004 13:34:42 +0000 (13:34 +0000)]
Autoboxing and decp restrictions

19 years agocheck errors/xlints for decp'ing on annos/enums
aclement [Fri, 10 Dec 2004 13:34:15 +0000 (13:34 +0000)]
check errors/xlints for decp'ing on annos/enums

19 years agoAutoboxing tests - not checked in as need 1.5 JVM to run.
aclement [Fri, 10 Dec 2004 13:33:59 +0000 (13:33 +0000)]
Autoboxing tests - not checked in as need 1.5 JVM to run.

19 years agoautoboxing for return values
aclement [Fri, 10 Dec 2004 13:33:24 +0000 (13:33 +0000)]
autoboxing for return values

19 years agoannotation/enum xlints
aclement [Fri, 10 Dec 2004 13:32:50 +0000 (13:32 +0000)]
annotation/enum xlints

19 years agoAll the new enum/annotation messages
aclement [Fri, 10 Dec 2004 13:32:03 +0000 (13:32 +0000)]
All the new enum/annotation messages

19 years agoTests for declare parents where enums are involved.
aclement [Fri, 10 Dec 2004 13:30:30 +0000 (13:30 +0000)]
Tests for declare parents where enums are involved.

19 years agoTests for declare parents where annotations are involved.
aclement [Fri, 10 Dec 2004 13:29:53 +0000 (13:29 +0000)]
Tests for declare parents where annotations are involved.

19 years agotest correct detection of @args in a declare
acolyer [Fri, 10 Dec 2004 13:25:46 +0000 (13:25 +0000)]
test correct detection of @args in a declare

19 years ago@within, @withincode fixes
acolyer [Fri, 10 Dec 2004 13:21:38 +0000 (13:21 +0000)]
@within, @withincode fixes

19 years ago@within, @withincode tests
acolyer [Fri, 10 Dec 2004 13:21:26 +0000 (13:21 +0000)]
@within, @withincode tests

19 years agofinal(?) @args fixes
acolyer [Fri, 10 Dec 2004 11:27:26 +0000 (11:27 +0000)]
final(?) @args fixes

19 years agotesting for @args
acolyer [Fri, 10 Dec 2004 11:26:37 +0000 (11:26 +0000)]
testing for @args

19 years agomore testing, @args support
acolyer [Thu, 9 Dec 2004 22:14:57 +0000 (22:14 +0000)]
more testing, @args support

19 years agomore tests
acolyer [Thu, 9 Dec 2004 22:14:27 +0000 (22:14 +0000)]
more tests

19 years agoupdated binary form
acolyer [Thu, 9 Dec 2004 22:13:20 +0000 (22:13 +0000)]
updated binary form

19 years agoAllows passing of extra argument to the compiler (-1.5 for autoboxing behavior)
aclement [Thu, 9 Dec 2004 19:02:01 +0000 (19:02 +0000)]
Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior)

19 years agoAutoboxing testdata - all primitives covered.
aclement [Thu, 9 Dec 2004 18:58:06 +0000 (18:58 +0000)]
Autoboxing testdata - all primitives covered.

19 years agocompleted @this and @target
acolyer [Thu, 9 Dec 2004 17:47:44 +0000 (17:47 +0000)]
completed @this and @target

19 years agoadd in @this and @target tests to main suite
acolyer [Thu, 9 Dec 2004 17:46:29 +0000 (17:46 +0000)]
add in @this and @target tests to main suite

19 years agoget test instructions ahead of jump test
acolyer [Thu, 9 Dec 2004 17:02:53 +0000 (17:02 +0000)]
get test instructions ahead of jump test

19 years agowho put that there???
acolyer [Thu, 9 Dec 2004 16:56:13 +0000 (16:56 +0000)]
who put that there???

19 years agomore @this @target fixes and tests
acolyer [Thu, 9 Dec 2004 16:27:56 +0000 (16:27 +0000)]
more @this @target fixes and tests

19 years agoComplete varargs support.
aclement [Thu, 9 Dec 2004 16:15:38 +0000 (16:15 +0000)]
Complete varargs support.

19 years agomock java.lang.annotation.Annotation
acolyer [Thu, 9 Dec 2004 15:51:01 +0000 (15:51 +0000)]
mock java.lang.annotation.Annotation

19 years agoAllows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks invis...
aclement [Thu, 9 Dec 2004 15:19:39 +0000 (15:19 +0000)]
Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks invis annotations on classgens correctly.

19 years agoclarify requirement for runtime retention in @this, @target, @args
acolyer [Thu, 9 Dec 2004 14:03:18 +0000 (14:03 +0000)]
clarify requirement for runtime retention in @this, @target, @args

19 years agoannotation tests for this and target
acolyer [Thu, 9 Dec 2004 14:02:47 +0000 (14:02 +0000)]
annotation tests for this and target

19 years agofail gracefully when trying to bind in an @pcd
acolyer [Thu, 9 Dec 2004 10:33:44 +0000 (10:33 +0000)]
fail gracefully when trying to bind in an @pcd

19 years agoupdate installer page
acolyer [Thu, 9 Dec 2004 10:12:48 +0000 (10:12 +0000)]
update installer page

19 years agoa few words about 1.5.0 M1
acolyer [Thu, 9 Dec 2004 09:37:07 +0000 (09:37 +0000)]
a few words about 1.5.0 M1

19 years agofixed some alignment issues in grammar fragments
acolyer [Thu, 9 Dec 2004 09:13:53 +0000 (09:13 +0000)]
fixed some alignment issues in grammar fragments

19 years agoupdates for 1.5.0 M1
acolyer [Thu, 9 Dec 2004 08:59:22 +0000 (08:59 +0000)]
updates for 1.5.0 M1

19 years agosay what we are installing...
acolyer [Thu, 9 Dec 2004 08:58:46 +0000 (08:58 +0000)]
say what we are installing...

19 years ago@within, @withincode impl (non-binding)
acolyer [Wed, 8 Dec 2004 17:10:18 +0000 (17:10 +0000)]
@within, @withincode impl (non-binding)

19 years agounwanted import
acolyer [Wed, 8 Dec 2004 16:35:36 +0000 (16:35 +0000)]
unwanted import

19 years agofirst @annotation test
acolyer [Wed, 8 Dec 2004 16:27:58 +0000 (16:27 +0000)]
first @annotation test

19 years agolots of pointcut parsing test cases for @xxx pcds
acolyer [Wed, 8 Dec 2004 16:14:20 +0000 (16:14 +0000)]
lots of pointcut parsing test cases for @xxx pcds

19 years agoupdate to new @pat syntax
acolyer [Wed, 8 Dec 2004 15:04:37 +0000 (15:04 +0000)]
update to new @pat syntax

19 years agoAnnotation matching.
aclement [Wed, 8 Dec 2004 14:34:33 +0000 (14:34 +0000)]
Annotation matching.

19 years agoAnnotation matching.
aclement [Wed, 8 Dec 2004 14:15:42 +0000 (14:15 +0000)]
Annotation matching.

19 years ago@annotation parsing and matching
acolyer [Wed, 8 Dec 2004 13:43:57 +0000 (13:43 +0000)]
@annotation parsing and matching

19 years agoupdated binary form
acolyer [Wed, 8 Dec 2004 13:42:29 +0000 (13:42 +0000)]
updated binary form

19 years agoupdated test cases to reflect new parsing
acolyer [Wed, 8 Dec 2004 12:46:09 +0000 (12:46 +0000)]
updated test cases to reflect new parsing

19 years agoAnnotation matching.
aclement [Wed, 8 Dec 2004 10:25:38 +0000 (10:25 +0000)]
Annotation matching.

19 years agoupdates to annotation parsing...
acolyer [Wed, 8 Dec 2004 10:00:01 +0000 (10:00 +0000)]
updates to annotation parsing...

19 years agoupdates to annotation parsing...
acolyer [Wed, 8 Dec 2004 10:00:01 +0000 (10:00 +0000)]
updates to annotation parsing...

19 years agoAnnotation matching.
aclement [Wed, 8 Dec 2004 09:47:36 +0000 (09:47 +0000)]
Annotation matching.

19 years agoupdate the scanner class too to tokenize correctly
acolyer [Tue, 7 Dec 2004 21:54:21 +0000 (21:54 +0000)]
update the scanner class too to tokenize correctly

19 years agoupdated jdtcore that can also handle @, ... as PseudoTokens
acolyer [Tue, 7 Dec 2004 11:15:55 +0000 (11:15 +0000)]
updated jdtcore that can also handle @, ... as PseudoTokens

19 years agomore parser test cases and updates
acolyer [Tue, 7 Dec 2004 10:34:37 +0000 (10:34 +0000)]
more parser test cases and updates

19 years agoWith type mungers remembering their location, we now get a sensible error line for...
aclement [Tue, 7 Dec 2004 10:13:42 +0000 (10:13 +0000)]
With type mungers remembering their location, we now get a sensible error line for this test!

19 years agoRebuilt due to type munger attribute change
aclement [Tue, 7 Dec 2004 10:12:41 +0000 (10:12 +0000)]
Rebuilt due to type munger attribute change

19 years agoFinally ... type mungers now remember where they came from in their attributes. ...
aclement [Tue, 7 Dec 2004 10:12:16 +0000 (10:12 +0000)]
Finally ... type mungers now remember where they came from in their attributes.  So during binary weaving we can determine the source of the declarations.  We will still understand the old form of attribute that is missing the source location.
(This means incremental compilation of ITDs will work properly for the IDE.)

19 years agoAnnotation Matching - test code
aclement [Tue, 7 Dec 2004 09:41:57 +0000 (09:41 +0000)]
Annotation Matching - test code

19 years agoannotation pattern and type pattern parsing and test cases
acolyer [Mon, 6 Dec 2004 22:36:58 +0000 (22:36 +0000)]
annotation pattern and type pattern parsing and test cases

19 years agowork in progress.... annotation pointcuts, parsing, and patterns
acolyer [Mon, 6 Dec 2004 14:16:43 +0000 (14:16 +0000)]
work in progress.... annotation pointcuts, parsing, and patterns

19 years agowork in progress.... annotation pointcuts, parsing, and patterns
acolyer [Mon, 6 Dec 2004 14:08:23 +0000 (14:08 +0000)]
work in progress.... annotation pointcuts, parsing, and patterns

19 years agowork in progress.... annotation pointcuts, parsing, and patterns
acolyer [Mon, 6 Dec 2004 13:58:33 +0000 (13:58 +0000)]
work in progress.... annotation pointcuts, parsing, and patterns

19 years agoFixes for Bug 80249: Order of types passed to compiler determines weaving behavior
aclement [Mon, 6 Dec 2004 10:38:07 +0000 (10:38 +0000)]
Fixes for Bug 80249: Order of types passed to compiler determines weaving behavior

19 years agojdeveloperaop link, corrected html, added email archive search link, removed unused...
wisberg [Mon, 6 Dec 2004 09:29:57 +0000 (09:29 +0000)]
jdeveloperaop link, corrected html, added email archive search link, removed unused html comments

19 years agoThis modified ordering (?!?) means you don't get silly .ajsym files left around that...
aclement [Fri, 3 Dec 2004 17:35:37 +0000 (17:35 +0000)]
This modified ordering (?!?) means you don't get silly .ajsym files left around that Eclipse wants you to check into CVS.

19 years agoremove that stupid launcher in org.eclipse.jdt.core
aclement [Fri, 3 Dec 2004 17:06:55 +0000 (17:06 +0000)]
remove that stupid launcher in org.eclipse.jdt.core

19 years ago72766 - varargs policing in signature matching
aclement [Fri, 3 Dec 2004 16:11:16 +0000 (16:11 +0000)]
72766 - varargs policing in signature matching

19 years ago72766 - varargs policing in signature matching
aclement [Fri, 3 Dec 2004 15:58:40 +0000 (15:58 +0000)]
72766 - varargs policing in signature matching

19 years ago72766 - avoided another problem to do with asking unresolvable members for their...
aclement [Fri, 3 Dec 2004 15:49:36 +0000 (15:49 +0000)]
72766 - avoided another problem to do with asking unresolvable members for their modifiers.

19 years ago72766 - avoid the potential NPE !
aclement [Fri, 3 Dec 2004 15:35:18 +0000 (15:35 +0000)]
72766 - avoid the potential NPE !

19 years ago72766 - varargs policing in signature matching
aclement [Fri, 3 Dec 2004 14:01:16 +0000 (14:01 +0000)]
72766 - varargs policing in signature matching