]> source.dussan.org Git - aspectj.git/log
aspectj.git
19 years agogenerics: one fix to ensure the class we output says 'class X implement I' rather...
aclement [Mon, 4 Jul 2005 14:59:57 +0000 (14:59 +0000)]
generics: one fix to ensure the class we output says 'class X implement I' rather than 'class X implements I<String>' when the I<String> is added via declare parents.  (I<String> should be captured in the signature attribute on the class X).  Also some placeholder code added (commented out) that we'll need when trying to fix up the signature attribute when binary weaving.

19 years agogenerics: implementation of getDeclaredGenericSignature()
aclement [Mon, 4 Jul 2005 14:58:21 +0000 (14:58 +0000)]
generics: implementation of getDeclaredGenericSignature()

19 years agogenerics: loads of changes to make the resolution process generics aware
aclement [Mon, 4 Jul 2005 14:58:00 +0000 (14:58 +0000)]
generics: loads of changes to make the resolution process generics aware

19 years agogenerics: TypeXs are much more aware of generics. The only method in this class...
aclement [Mon, 4 Jul 2005 14:57:20 +0000 (14:57 +0000)]
generics: TypeXs are much more aware of generics.  The only method in this class not finished now is forGenericTypeSignature() - it does not quite capture all the information from the parsed generic signature in the TypeX it creates.  It currently captures enough for the testcases I've written - no doubt will need extending for other testcases.

19 years agonasty clone method fix for 83311
aclement [Mon, 4 Jul 2005 14:55:34 +0000 (14:55 +0000)]
nasty clone method fix for 83311

19 years agogenerics:
aclement [Mon, 4 Jul 2005 14:55:13 +0000 (14:55 +0000)]
generics:

19 years agogenerics: delegates should be able to supply their declared generic signature.
aclement [Mon, 4 Jul 2005 14:54:51 +0000 (14:54 +0000)]
generics: delegates should be able to supply their declared generic signature.

19 years agogenerics: Going from eclipse type bindings to AspectJ TypeXs (and back again) is...
aclement [Mon, 4 Jul 2005 14:54:01 +0000 (14:54 +0000)]
generics: Going from eclipse type bindings to AspectJ TypeXs (and back again) is now generics aware.  Also modified the code that adds source type bindings into the 'world map' of types to be a little more generics aware.

19 years agogenerics: comments added to indicate whats gone wrong *should* there be an NPE at...
aclement [Mon, 4 Jul 2005 14:52:51 +0000 (14:52 +0000)]
generics: comments added to indicate whats gone wrong *should* there be an NPE at a particular line...  TODO left in so we can look to remove it later if it doesnt cause problems when generics is complete.

19 years agogenerics: simple decp test, woooo !
aclement [Mon, 4 Jul 2005 14:51:56 +0000 (14:51 +0000)]
generics: simple decp test, woooo !

19 years agogenerics: first bit of making the compiler/weaver more aware - includes signature...
aclement [Mon, 4 Jul 2005 14:50:21 +0000 (14:50 +0000)]
generics: first bit of making the compiler/weaver more aware - includes signature attribute parsing code.

19 years agoJRockit agent for LTW with 1.3/1.4 + update in doc
avasseur [Mon, 4 Jul 2005 14:42:10 +0000 (14:42 +0000)]
JRockit agent for LTW with 1.3/1.4 + update in doc

19 years agogenerics: decp testcases
aclement [Mon, 4 Jul 2005 14:36:48 +0000 (14:36 +0000)]
generics: decp testcases

19 years agotestcase
aclement [Mon, 4 Jul 2005 14:36:26 +0000 (14:36 +0000)]
testcase

19 years agomake weaveradapter available to tests...
aclement [Mon, 4 Jul 2005 14:28:00 +0000 (14:28 +0000)]
make weaveradapter available to tests...

19 years agofix source location for @AJ + fix the AsmManager behavior for @AJ (still no luck...
avasseur [Mon, 4 Jul 2005 12:58:41 +0000 (12:58 +0000)]
fix source location for @AJ + fix the AsmManager behavior for @AJ (still no luck in AJDT though)

19 years agogenerics: trivial decp implements.
aclement [Mon, 4 Jul 2005 12:32:09 +0000 (12:32 +0000)]
generics: trivial decp implements.

19 years agosignature parsing for methods and fields now complete also
acolyer [Fri, 1 Jul 2005 11:29:54 +0000 (11:29 +0000)]
signature parsing for methods and fields now complete also

19 years agoupdates to Signature parsing for generics
acolyer [Fri, 1 Jul 2005 09:10:44 +0000 (09:10 +0000)]
updates to Signature parsing for generics

19 years agoFor build machine - fixed classpath to include built jars.
aclement [Wed, 29 Jun 2005 08:22:52 +0000 (08:22 +0000)]
For build machine - fixed classpath to include built jars.

19 years ago-- here be dragons --
acolyer [Sun, 26 Jun 2005 20:29:23 +0000 (20:29 +0000)]
-- here be dragons --
this is an early check-in for handover to Andy. I've added code to parse the generic signature attributes, but only completed parsing for class signature so far, method and field to do although these will reuse many of the same building blocks.
Needs test cases and probably some more rework. Would not normally check-in at this stage.
-- end of dragons --

19 years agoadded getGenericSignature method
acolyer [Sun, 26 Jun 2005 20:27:40 +0000 (20:27 +0000)]
added getGenericSignature method

19 years agorenamed "getRealSignatureFromAttribute" to "getGenericSignature" (which is what it...
acolyer [Sun, 26 Jun 2005 20:27:23 +0000 (20:27 +0000)]
renamed "getRealSignatureFromAttribute" to "getGenericSignature" (which is what it is).

19 years agoFixed classpath for build machine.
aclement [Fri, 24 Jun 2005 11:28:31 +0000 (11:28 +0000)]
Fixed classpath for build machine.

19 years agolicensing fix.
aclement [Fri, 24 Jun 2005 08:00:09 +0000 (08:00 +0000)]
licensing fix.

19 years agogenerics: helper methods
aclement [Fri, 24 Jun 2005 07:35:56 +0000 (07:35 +0000)]
generics: helper methods

19 years agoClasspath set for running tests on build machine
aclement [Thu, 23 Jun 2005 08:42:08 +0000 (08:42 +0000)]
Classpath set for running tests on build machine

19 years agogenerics: some of the new fields/members added
aclement [Thu, 23 Jun 2005 08:33:01 +0000 (08:33 +0000)]
generics: some of the new fields/members added

19 years agocopyright added.
aclement [Thu, 23 Jun 2005 08:02:19 +0000 (08:02 +0000)]
copyright added.

19 years agogenerics: Holds a generic type reference (used by the raw or parameterized variants)
aclement [Thu, 23 Jun 2005 07:30:50 +0000 (07:30 +0000)]
generics: Holds a generic type reference (used by the raw or parameterized variants)

19 years agorename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern
acolyer [Wed, 22 Jun 2005 15:15:49 +0000 (15:15 +0000)]
rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern

19 years agotest cases for TypeVariable implementation -- AMC
acolyer [Wed, 22 Jun 2005 15:12:33 +0000 (15:12 +0000)]
test cases for TypeVariable implementation -- AMC

19 years agoearly commit of TypeVariable for Andy...
acolyer [Wed, 22 Jun 2005 14:38:36 +0000 (14:38 +0000)]
early commit of TypeVariable for Andy...

19 years agoimportant updates for call, get, and set wrt. erasure and declaring type semantics
acolyer [Wed, 22 Jun 2005 12:43:06 +0000 (12:43 +0000)]
important updates for call, get, and set wrt. erasure and declaring type semantics

19 years agoeasier to manually debug output jars
wisberg [Tue, 21 Jun 2005 18:48:13 +0000 (18:48 +0000)]
easier to manually debug output jars

19 years agofix release jars including testing-*
wisberg [Tue, 21 Jun 2005 18:47:46 +0000 (18:47 +0000)]
fix release jars including testing-*

19 years agoSome refactoring to try and come up with better type names!
aclement [Tue, 21 Jun 2005 12:26:14 +0000 (12:26 +0000)]
Some refactoring to try and come up with better type names!

19 years agogenerics decp test.
aclement [Tue, 21 Jun 2005 10:06:39 +0000 (10:06 +0000)]
generics decp test.

19 years agoyet another version of aspectjrt.jar due to question mark over 1.5 contents in previous
acolyer [Mon, 20 Jun 2005 16:04:00 +0000 (16:04 +0000)]
yet another version of aspectjrt.jar due to question mark over 1.5 contents in previous

19 years agoLTW weaver/dump@within option + fix a sout in weaver
avasseur [Mon, 20 Jun 2005 13:41:09 +0000 (13:41 +0000)]
LTW weaver/dump@within option + fix a sout in weaver

19 years agocompleted set of basic parser tests for pcds with type variables as per generics...
acolyer [Mon, 20 Jun 2005 13:06:16 +0000 (13:06 +0000)]
completed set of basic parser tests for pcds with type variables as per generics chapter.

19 years agoupdate aspectjrt.jar in lib and test cases uses MAP in tests to reflect introduction...
acolyer [Mon, 20 Jun 2005 10:28:36 +0000 (10:28 +0000)]
update aspectjrt.jar in lib and test cases uses MAP in tests to reflect introduction of PointcutExpression interface

19 years agofirst complete version of the generics chapter.
acolyer [Sun, 19 Jun 2005 14:15:39 +0000 (14:15 +0000)]
first complete version of the generics chapter.

19 years agoinstall before examples, vm-setup fix
wisberg [Sat, 18 Jun 2005 13:33:49 +0000 (13:33 +0000)]
install before examples, vm-setup fix

19 years agoextensive updates to the generics chapter to describe pointcut matching with generic...
acolyer [Fri, 17 Jun 2005 13:53:32 +0000 (13:53 +0000)]
extensive updates to the generics chapter to describe pointcut matching with generic and parameterized types. Not quite finished yet, but this is a long way forward... - AMC.

19 years agoupdated reflection interfaces to represent a pointcut expression as a PointcutExpress...
acolyer [Fri, 17 Jun 2005 09:24:30 +0000 (09:24 +0000)]
updated reflection interfaces to represent a pointcut expression as a PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line.
Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4.
-- AMC.

19 years agoconsolidated build script failure reports in one target
wisberg [Fri, 17 Jun 2005 06:29:51 +0000 (06:29 +0000)]
consolidated build script failure reports in one target

19 years agoremoved redundant properties, failonerror=false with build-aspectj using reporting...
wisberg [Fri, 17 Jun 2005 04:30:44 +0000 (04:30 +0000)]
removed redundant properties, failonerror=false with build-aspectj using reporting, avoid multiple entries and ; in aspectjrt.path

19 years agoflattened release build sequence into target "all", lost compile-runtime-11 to ....
wisberg [Fri, 17 Jun 2005 04:30:23 +0000 (04:30 +0000)]
flattened release build sequence into target "all", lost compile-runtime-11 to ../build.xml, harness tests updated but omitted

19 years agoremoved rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 from release...
wisberg [Fri, 17 Jun 2005 04:29:56 +0000 (04:29 +0000)]
removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 from release build, added 1.3 switch

19 years agonow handling (init, clean, save) multiple results, better failure reporting, properti...
wisberg [Fri, 17 Jun 2005 04:29:39 +0000 (04:29 +0000)]
now handling (init, clean, save) multiple results, better failure reporting, properties echo for build info

19 years agospurious aspectjlib dir
wisberg [Fri, 17 Jun 2005 03:07:20 +0000 (03:07 +0000)]
spurious aspectjlib dir

19 years agoreflective calls outside the Java language
wisberg [Thu, 16 Jun 2005 17:15:33 +0000 (17:15 +0000)]
reflective calls outside the Java language

19 years agoreflective calls, bcel
wisberg [Thu, 16 Jun 2005 16:53:16 +0000 (16:53 +0000)]
reflective calls, bcel

19 years agocomment out dump - needs to be impl thru weaver option pretty soon
avasseur [Thu, 16 Jun 2005 14:09:43 +0000 (14:09 +0000)]
comment out dump - needs to be impl thru weaver option pretty soon

19 years agofix LTW5/515 stuff as per Wes spot
avasseur [Thu, 16 Jun 2005 14:09:00 +0000 (14:09 +0000)]
fix LTW5/515 stuff as per Wes spot

19 years agoTests and fixes for bug 100260: methods inherited from a generic parent
aclement [Thu, 16 Jun 2005 11:57:28 +0000 (11:57 +0000)]
Tests and fixes for bug 100260: methods inherited from a generic parent

19 years agoTest for bug 83311 - dreaded clone() method being ITDd
aclement [Thu, 16 Jun 2005 10:11:54 +0000 (10:11 +0000)]
Test for bug 83311 - dreaded clone() method being ITDd

19 years agoFix and tests for bug 100227: [generics][itds] inner class with generic enclosing...
aclement [Thu, 16 Jun 2005 08:30:14 +0000 (08:30 +0000)]
Fix and tests for bug 100227: [generics][itds] inner class with generic enclosing class

19 years agoanother helper method...
aclement [Thu, 16 Jun 2005 07:13:57 +0000 (07:13 +0000)]
another helper method...

19 years agoship dtd's too (see loadtime)
wisberg [Wed, 15 Jun 2005 20:09:02 +0000 (20:09 +0000)]
ship dtd's too (see loadtime)

19 years agoout-of-date check working. Applies only to compiles, not assembly or Ant targets.
wisberg [Wed, 15 Jun 2005 06:04:21 +0000 (06:04 +0000)]
out-of-date check working. Applies only to compiles, not assembly or Ant targets.

19 years agoskipping long-running test builds
wisberg [Wed, 15 Jun 2005 06:00:57 +0000 (06:00 +0000)]
skipping long-running test builds

19 years agoout-of-date check working.
wisberg [Wed, 15 Jun 2005 06:00:07 +0000 (06:00 +0000)]
out-of-date check working.

19 years agoout-of-date check working. Better logging
wisberg [Wed, 15 Jun 2005 05:59:47 +0000 (05:59 +0000)]
out-of-date check working.  Better logging

19 years agoout-of-date check working. Force-libraries changed to disabled flag since eclipse...
wisberg [Wed, 15 Jun 2005 05:59:17 +0000 (05:59 +0000)]
out-of-date check working.  Force-libraries changed to disabled flag since eclipse ant builds are working.

19 years agoUpdated with a simple erasure test case - will need more later!
aclement [Tue, 14 Jun 2005 15:17:16 +0000 (15:17 +0000)]
Updated with a simple erasure test case - will need more later!

19 years agoFix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic type....
aclement [Tue, 14 Jun 2005 15:15:01 +0000 (15:15 +0000)]
Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic type.  Now allows for nesting of parameterization by making recursive calls to resolve types and make bindings.

19 years agogenerics bugs testcases.
aclement [Tue, 14 Jun 2005 14:57:24 +0000 (14:57 +0000)]
generics bugs testcases.

19 years agoSome new TypeX tests to check parameterization processing is working.
aclement [Tue, 14 Jun 2005 14:56:51 +0000 (14:56 +0000)]
Some new TypeX tests to check parameterization processing is working.

19 years agoFix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileg...
aclement [Tue, 14 Jun 2005 14:56:23 +0000 (14:56 +0000)]
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileged aspects.  Correct handling for parameterized signatures.

19 years agoFix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileg...
aclement [Tue, 14 Jun 2005 14:55:51 +0000 (14:55 +0000)]
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileged aspects.  Uses the rawtypesignatures when attempting to resolve types rather than any parameterized variants.

19 years agoFix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileg...
aclement [Tue, 14 Jun 2005 14:55:20 +0000 (14:55 +0000)]
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in privileged aspects.  TypeX's correctly parse parameterized signatures.

19 years agoFix for 99168: [generics][itds] ITD on generic inner class crashes ajc. Allows for...
aclement [Tue, 14 Jun 2005 14:53:37 +0000 (14:53 +0000)]
Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc.  Allows for ParameterizedTypeBindings (and RawTypeBindings)

19 years agoAltered classpath calculating logic to hopefully work on the build machine
aclement [Tue, 14 Jun 2005 14:50:30 +0000 (14:50 +0000)]
Altered classpath calculating logic to hopefully work on the build machine

19 years agoTests for 98320, 99228, 99089: [generics][itds]
aclement [Tue, 14 Jun 2005 13:58:09 +0000 (13:58 +0000)]
Tests for 98320, 99228, 99089: [generics][itds]

19 years agoFix for 99228: [generics][itds] ITD of a field into a generic class
aclement [Tue, 14 Jun 2005 13:18:49 +0000 (13:18 +0000)]
Fix for 99228: [generics][itds] ITD of a field into a generic class

19 years agorollback cvs notif test
avasseur [Mon, 13 Jun 2005 14:16:12 +0000 (14:16 +0000)]
rollback cvs notif test

19 years agocvs notif test
avasseur [Mon, 13 Jun 2005 14:11:46 +0000 (14:11 +0000)]
cvs notif test

19 years agoalex rollbaclk / cvs commit test
avasseur [Mon, 13 Jun 2005 13:59:40 +0000 (13:59 +0000)]
alex rollbaclk / cvs commit test

19 years agotest cvsnotif
avasseur [Mon, 13 Jun 2005 13:57:44 +0000 (13:57 +0000)]
test cvsnotif

19 years agofixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeCommit ...
avasseur [Mon, 13 Jun 2005 09:21:14 +0000 (09:21 +0000)]
fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeCommit (was misnamed..)

19 years agounused imports (only)
wisberg [Thu, 9 Jun 2005 15:57:10 +0000 (15:57 +0000)]
unused imports (only)

19 years agonew logic in AllTests failed unless loadtime5 was on project path
acolyer [Thu, 9 Jun 2005 14:46:27 +0000 (14:46 +0000)]
new logic in AllTests failed unless loadtime5 was on project path

19 years agoThis PointcutParser should *not* support if - it is not to be confused with the Patte...
acolyer [Thu, 9 Jun 2005 14:45:16 +0000 (14:45 +0000)]
This PointcutParser should *not* support if - it is not to be confused with the PatternParser in weaver.patterns

19 years agofirst batch of updates for generics :- largely parsing plus storage of type variable...
acolyer [Thu, 9 Jun 2005 14:44:30 +0000 (14:44 +0000)]
first batch of updates for generics :- largely parsing plus storage of type variable patterns, plus a few tweaks to visitor pattern

19 years agoupdate to binary format as part of generics work, plus remove needless duplication...
acolyer [Thu, 9 Jun 2005 14:43:12 +0000 (14:43 +0000)]
update to binary format as part of generics work, plus remove needless duplication of tests in RunTheseBeforeYouCommitTests

19 years agoupdate to binary format as part of generics work
acolyer [Thu, 9 Jun 2005 14:41:22 +0000 (14:41 +0000)]
update to binary format as part of generics work

19 years ago@style if test, fixed Ajc that was not having sandbox in cp anymore in some case...
avasseur [Thu, 9 Jun 2005 14:18:36 +0000 (14:18 +0000)]
@style if test, fixed Ajc that was not having sandbox in cp anymore in some case (ltw test failed)

19 years agoTests for pr99089 - commented out in Ajc150Tests.java
aclement [Thu, 9 Jun 2005 13:59:15 +0000 (13:59 +0000)]
Tests for pr99089 - commented out in Ajc150Tests.java

19 years ago@style if doc
avasseur [Thu, 9 Jun 2005 13:44:48 +0000 (13:44 +0000)]
@style if doc

19 years agoReadded test, order fixed via precedence
aclement [Thu, 9 Jun 2005 12:33:19 +0000 (12:33 +0000)]
Readded test, order fixed via precedence

19 years agofixing typo
aclement [Thu, 9 Jun 2005 12:25:32 +0000 (12:25 +0000)]
fixing typo

19 years agotest for if @style - a todo for Adrian
avasseur [Thu, 9 Jun 2005 12:23:14 +0000 (12:23 +0000)]
test for if @style - a todo for Adrian

19 years agotest broken by last commit, fixed by adding lib/out.jar back into classpath for compile
acolyer [Thu, 9 Jun 2005 11:56:29 +0000 (11:56 +0000)]
test broken by last commit, fixed by adding lib/out.jar back into classpath for compile

19 years agowhoops - removed test target
wisberg [Thu, 9 Jun 2005 00:17:26 +0000 (00:17 +0000)]
whoops - removed test target

19 years agoignore local.properties
wisberg [Thu, 9 Jun 2005 00:14:06 +0000 (00:14 +0000)]
ignore local.properties

19 years agoremoving junitModules - use ant test in each module or run-all-junit-tests module
wisberg [Thu, 9 Jun 2005 00:13:29 +0000 (00:13 +0000)]
removing junitModules - use ant test in each module or run-all-junit-tests module

19 years agoupdated tests for revamped module-result builder
wisberg [Thu, 9 Jun 2005 00:11:58 +0000 (00:11 +0000)]
updated tests for revamped module-result builder

19 years agoNow targeting Module results (release, test, release-all, test-all) rather than modul...
wisberg [Thu, 9 Jun 2005 00:11:27 +0000 (00:11 +0000)]
Now targeting Module results (release, test, release-all, test-all) rather than modules (with variants), since that conflated test and release classes.  uptodate check needs work.