]> source.dussan.org Git - aspectj.git/log
aspectj.git
20 years agopointcuts for whether after/around advice is supported
wisberg [Thu, 8 Jan 2004 17:05:36 +0000 (17:05 +0000)]
pointcuts for whether after/around advice is supported

20 years agofix for Bugzilla Bug 41952
jhugunin [Wed, 7 Jan 2004 17:00:52 +0000 (17:00 +0000)]
fix for Bugzilla Bug 41952
   XLint warning for call PCD's using subtype of defining type

also added extraSourceLocations to IMessage+ for
message with multiple source lines

20 years agotest for pr 45184
acolyer [Wed, 7 Jan 2004 16:44:51 +0000 (16:44 +0000)]
test for pr 45184

20 years agopr 48522
acolyer [Wed, 7 Jan 2004 16:41:51 +0000 (16:41 +0000)]
pr 48522

20 years agopr 45184: External pointcut refs not resolved if named pointcut used by declare
acolyer [Wed, 7 Jan 2004 16:41:12 +0000 (16:41 +0000)]
pr 45184: External pointcut refs not resolved if named pointcut used by declare

20 years agofix for pr 47754, itd of static method on interface
acolyer [Wed, 7 Jan 2004 15:57:25 +0000 (15:57 +0000)]
fix for pr 47754, itd of static method on interface

20 years agofix for pr 48522, not warning on (un)softened exception
acolyer [Wed, 7 Jan 2004 15:21:26 +0000 (15:21 +0000)]
fix for pr 48522, not warning on (un)softened exception

20 years agoadded getCause method (patch from Andy) for 1.4 compatibility. bug 49250
acolyer [Wed, 7 Jan 2004 13:30:26 +0000 (13:30 +0000)]
added getCause method (patch from Andy) for 1.4 compatibility. bug 49250

20 years agoupdated version of aspectjrt.jar which includes getCause on SoftException
acolyer [Wed, 7 Jan 2004 13:29:42 +0000 (13:29 +0000)]
updated version of aspectjrt.jar which includes getCause on SoftException

20 years agofix for bug 49457 - test for duplicate pointcut definitions in classes
acolyer [Wed, 7 Jan 2004 13:10:07 +0000 (13:10 +0000)]
fix for bug 49457 - test for duplicate pointcut definitions in classes

20 years ago@testcase PR#49295 extra warning (join point?) for interface-typepattern execution
wisberg [Tue, 23 Dec 2003 01:28:08 +0000 (01:28 +0000)]
@testcase PR#49295 extra warning (join point?) for interface-typepattern execution

20 years agosimple script to compile aspectjtools using ajc
wisberg [Mon, 15 Dec 2003 12:37:08 +0000 (12:37 +0000)]
simple script to compile aspectjtools using ajc

20 years agoinpath support
wisberg [Mon, 15 Dec 2003 12:13:47 +0000 (12:13 +0000)]
inpath support

20 years agoinpath support
wisberg [Mon, 15 Dec 2003 12:06:51 +0000 (12:06 +0000)]
inpath support

20 years agoAdded link to class cast pointcut user langauge feature request.
mkersten [Fri, 12 Dec 2003 08:53:46 +0000 (08:53 +0000)]
Added link to class cast pointcut user langauge feature request.

20 years agoMerge of dependent tests (only shows up under IBM 131 JVM)
acolyer [Mon, 8 Dec 2003 22:08:55 +0000 (22:08 +0000)]
Merge of dependent tests (only shows up under IBM 131 JVM)

20 years agoadding projects cricketcage and atrack
wisberg [Tue, 2 Dec 2003 20:54:19 +0000 (20:54 +0000)]
adding projects cricketcage and atrack

20 years agoFix for Bugzilla 42663: doc implications of Foo.class
ehilsdal [Tue, 2 Dec 2003 19:49:16 +0000 (19:49 +0000)]
Fix for Bugzilla 42663: doc implications of Foo.class
  * added note about String+ and Foo.class to implementation notes section

20 years agoFix for Bugzilla 37899: Document or address limitations on handler pointcut/joinpoints
ehilsdal [Tue, 2 Dec 2003 19:31:52 +0000 (19:31 +0000)]
Fix for Bugzilla 37899: Document or address limitations on handler pointcut/joinpoints
 * changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide
 * added section on bytecode limitations, headed by handler issues.

20 years agono semantic change - avoiding warning about static members accessed via non-static...
wisberg [Tue, 2 Dec 2003 18:47:01 +0000 (18:47 +0000)]
no semantic change - avoiding warning about static members accessed via non-static references

20 years agoadded date to output
wisberg [Wed, 26 Nov 2003 02:13:25 +0000 (02:13 +0000)]
added date to output

20 years agoreferring out to sample code
wisberg [Wed, 26 Nov 2003 01:51:31 +0000 (01:51 +0000)]
referring out to sample code

20 years agoletting tool handle titles
wisberg [Wed, 26 Nov 2003 01:50:10 +0000 (01:50 +0000)]
letting tool handle titles

20 years agoFix for bug#47318: "org.aspectj.asm.IRelationship.Kind.ALL does not contain all kinds"
mkersten [Sun, 23 Nov 2003 21:32:30 +0000 (21:32 +0000)]
Fix for bug#47318: "org.aspectj.asm.IRelationship.Kind.ALL does not contain all kinds"

20 years agoFix for Bugzilla 43602: Small tyop in documentation
ehilsdal [Tue, 18 Nov 2003 03:52:02 +0000 (03:52 +0000)]
Fix for Bugzilla 43602: Small tyop in documentation
  * changed "aspect aspect" to "abstract aspect"

20 years agoFix for Bugzilla 43891: Example aspect A in pointcut composition section in prog...
ehilsdal [Tue, 18 Nov 2003 03:49:06 +0000 (03:49 +0000)]
Fix for Bugzilla 43891: Example aspect A in pointcut composition section in prog guide causes recursion
  * manually applied excellent doc patch contributed by Nick Brett

20 years agoFix for Bugzilla 44584: incorrect ant taskdef in docs
ehilsdal [Tue, 18 Nov 2003 02:50:44 +0000 (02:50 +0000)]
Fix for Bugzilla 44584: incorrect ant taskdef in docs
 * added a single / character

20 years agoWork on Bugzilla 42668: effect of an after returning type incompatible with a join...
ehilsdal [Tue, 18 Nov 2003 02:43:31 +0000 (02:43 +0000)]
Work on Bugzilla 42668: effect of an after returning type incompatible with a join point return type
 * fix to semantics document to describe correct semantics
 * checkin of failing coverage test case for correct semantics

20 years agoFix for Bugzilla 43064: case error in noinline option
ehilsdal [Mon, 17 Nov 2003 23:29:08 +0000 (23:29 +0000)]
Fix for Bugzilla 43064: case error in noinline option

20 years agoremoved errant debugging println
ehilsdal [Mon, 17 Nov 2003 18:29:40 +0000 (18:29 +0000)]
removed errant debugging println

20 years agoswitch from using class files in bin directory created during
acolyer [Mon, 17 Nov 2003 11:28:34 +0000 (11:28 +0000)]
switch from using class files in bin directory created during
project build, to using the ones in testdata/bin.

20 years agoThese class files are *input* to the weaver test cases.
acolyer [Mon, 17 Nov 2003 11:28:03 +0000 (11:28 +0000)]
These class files are *input* to the weaver test cases.
Can't rely on the ones built as part of the AspectJ build as
the weaver test cases are sensitive to the exact compiler
used (needs to be Eclipse 2.1.1 based).

20 years agobuilt using Eclipse 2.1.1 compiler - when we didn't do this,
acolyer [Mon, 17 Nov 2003 10:56:24 +0000 (10:56 +0000)]
built using Eclipse 2.1.1 compiler - when we didn't do this,
some tests failed on IBM JDK only ?!

20 years agoAdded JSR45 attribute
ehilsdal [Mon, 17 Nov 2003 10:45:33 +0000 (10:45 +0000)]
Added JSR45 attribute

20 years agominor pruning (semantics preserving)
ehilsdal [Fri, 14 Nov 2003 05:43:40 +0000 (05:43 +0000)]
minor pruning (semantics preserving)

20 years agofixed static calls (semantics preserving and non-crosscutting)
ehilsdal [Fri, 14 Nov 2003 02:30:04 +0000 (02:30 +0000)]
fixed static calls (semantics preserving and non-crosscutting)

20 years agoa few inner class cleanups (semantics preserving)
ehilsdal [Fri, 14 Nov 2003 01:32:52 +0000 (01:32 +0000)]
a few inner class cleanups (semantics preserving)

20 years agoremoved unused imports (semantics-preserving)
ehilsdal [Thu, 13 Nov 2003 23:59:28 +0000 (23:59 +0000)]
removed unused imports (semantics-preserving)

20 years agoupdates listed in q:faqchanges.
wisberg [Thu, 13 Nov 2003 09:04:12 +0000 (09:04 +0000)]
updates listed in q:faqchanges.
Many more to harvest from the list, and to move from here and the list to the programming guide.

20 years agopatch from George Harley for pr 42711 (test case)
acolyer [Wed, 12 Nov 2003 20:33:29 +0000 (20:33 +0000)]
patch from George Harley for pr 42711 (test case)

20 years agoadded credit for adoption slide, fixed tomcat slides
mkersten [Wed, 12 Nov 2003 06:29:21 +0000 (06:29 +0000)]
added credit for adoption slide, fixed tomcat slides

20 years agoensure InpathTestCases still behave in the presence of CVS info
acolyer [Tue, 11 Nov 2003 14:07:49 +0000 (14:07 +0000)]
ensure InpathTestCases still behave in the presence of CVS info
in the directories.

20 years agopatch from George Harley for pr 42711
acolyer [Tue, 11 Nov 2003 14:01:03 +0000 (14:01 +0000)]
patch from George Harley for pr 42711

20 years agoAndy Clement's patch for enh 46347: "-inpath"
acolyer [Tue, 11 Nov 2003 13:09:14 +0000 (13:09 +0000)]
Andy Clement's patch for enh 46347: "-inpath"

20 years agocan't use packages prefixes option in M4 due to eclipse bug
acolyer [Tue, 11 Nov 2003 11:16:20 +0000 (11:16 +0000)]
can't use packages prefixes option in M4 due to eclipse bug

20 years agoFixed slide version.
mkersten [Tue, 11 Nov 2003 06:46:04 +0000 (06:46 +0000)]
Fixed slide version.

20 years agoAdding OOPSLA 2002 slides
mkersten [Tue, 11 Nov 2003 06:41:36 +0000 (06:41 +0000)]
Adding OOPSLA 2002 slides

20 years agoAdding old demo scripts.
mkersten [Tue, 11 Nov 2003 06:36:33 +0000 (06:36 +0000)]
Adding old demo scripts.

20 years agoRenamed demo.
mkersten [Tue, 11 Nov 2003 02:32:40 +0000 (02:32 +0000)]
Renamed demo.

20 years agoRenamed demo.
mkersten [Tue, 11 Nov 2003 02:27:09 +0000 (02:27 +0000)]
Renamed demo.

20 years agoUpdated template.
mkersten [Tue, 11 Nov 2003 02:26:03 +0000 (02:26 +0000)]
Updated template.

20 years agoAdding scrubbed demos (figures & spacewar), scripts, slides, and Eclipse project...
mkersten [Mon, 10 Nov 2003 19:11:18 +0000 (19:11 +0000)]
Adding scrubbed demos (figures & spacewar), scripts, slides, and Eclipse project configurations.

20 years agoexpanded definition of makeSoftDiffs to cope with multiple expected
acolyer [Mon, 10 Nov 2003 14:45:02 +0000 (14:45 +0000)]
expanded definition of makeSoftDiffs to cope with multiple expected
messages on the same line that differ only by message text.

20 years agoadded detail of expected messages (message text) for pr31724
acolyer [Mon, 10 Nov 2003 14:43:56 +0000 (14:43 +0000)]
added detail of expected messages (message text) for pr31724

20 years agodrop the extra "s" on the project name
acolyer [Mon, 10 Nov 2003 10:57:41 +0000 (10:57 +0000)]
drop the extra "s" on the project name

20 years agodon't worry about .ajsym files in cvs
acolyer [Mon, 10 Nov 2003 10:56:37 +0000 (10:56 +0000)]
don't worry about .ajsym files in cvs

20 years agocreated the CVS module with name eclipse.plugin instead of
acolyer [Thu, 6 Nov 2003 12:30:18 +0000 (12:30 +0000)]
created the CVS module with name eclipse.plugin instead of
eclipse.plugins. Doh! Easier to change reference in this build
script than fix module name now...

20 years agoensure that release builds also build eclipse plugins
acolyer [Thu, 6 Nov 2003 10:14:36 +0000 (10:14 +0000)]
ensure that release builds also build eclipse plugins

20 years agoclass is already defined entry
wisberg [Wed, 5 Nov 2003 18:13:35 +0000 (18:13 +0000)]
class is already defined entry

20 years agochanges to build script to create aspectj eclipse plugins as part
acolyer [Wed, 5 Nov 2003 16:27:02 +0000 (16:27 +0000)]
changes to build script to create aspectj eclipse plugins as part
of an aspectj build. Results are placed in:
aj-build/dist/ide/eclipse/xxxxx

20 years agoeclipse.plugins project file
acolyer [Wed, 5 Nov 2003 16:19:58 +0000 (16:19 +0000)]
eclipse.plugins project file

20 years agodescribes role and usage of this module
acolyer [Wed, 5 Nov 2003 16:19:26 +0000 (16:19 +0000)]
describes role and usage of this module

20 years agoorg.aspectj.ajde.source plugin built as part of the aspectj build.
acolyer [Wed, 5 Nov 2003 16:19:04 +0000 (16:19 +0000)]
org.aspectj.ajde.source plugin built as part of the aspectj build.
Contains the source jars for the aspectj build.

20 years agoorg.aspectj.ajde.doc plugin built as part of aspectj build - at
acolyer [Wed, 5 Nov 2003 16:18:24 +0000 (16:18 +0000)]
org.aspectj.ajde.doc plugin built as part of aspectj build - at
last the doc in AJDT will always be up to date with the latest
in the org.aspectj CVS.

20 years agoorg.aspectj.ajde plugin to be built as part of aspectj build
acolyer [Wed, 5 Nov 2003 16:17:24 +0000 (16:17 +0000)]
org.aspectj.ajde plugin to be built as part of aspectj build

20 years agoinitial fixes for oopsla post-mortem. Many notes left on
ehilsdal [Tue, 4 Nov 2003 21:01:52 +0000 (21:01 +0000)]
initial fixes for oopsla post-mortem.  Many notes left on
starting page for additional work

20 years agomanifest.mf copying means that 1 previous warning is now no longer issued.
acolyer [Tue, 4 Nov 2003 14:32:08 +0000 (14:32 +0000)]
manifest.mf copying means that 1 previous warning is now no longer issued.

20 years agoFix from Matthew Webster for copying first resource in jars and
acolyer [Tue, 4 Nov 2003 14:31:12 +0000 (14:31 +0000)]
Fix from Matthew Webster for copying first resource in jars and
for copying first Manifest.mf file

20 years agoRogue import of EajcModuleTests was breaking Eclipse builds
acolyer [Tue, 4 Nov 2003 11:07:57 +0000 (11:07 +0000)]
Rogue import of EajcModuleTests was breaking Eclipse builds

20 years agoinitial version of common JUnit driver usable from Eclipse
wisberg [Fri, 31 Oct 2003 22:36:16 +0000 (22:36 +0000)]
initial version of common JUnit driver usable from Eclipse

20 years agousing ../{module}/ convention for testdata references so tests can be run from any...
wisberg [Fri, 31 Oct 2003 21:26:19 +0000 (21:26 +0000)]
using ../{module}/ convention for testdata references so tests can be run from any peer directory/module, i.e., from one module
Also catching some errors as failures and avoiding others with non-null ErrorHandler

20 years agoconsolidate output dir for post-test clean-up
wisberg [Fri, 31 Oct 2003 20:53:05 +0000 (20:53 +0000)]
consolidate output dir for post-test clean-up

20 years agolocate, cleanup temp files
wisberg [Fri, 31 Oct 2003 20:10:40 +0000 (20:10 +0000)]
locate, cleanup temp files

20 years agorefactored test, annotated specification for JDT bug.
wisberg [Fri, 31 Oct 2003 19:53:43 +0000 (19:53 +0000)]
refactored test, annotated specification for JDT bug.

20 years agotest for 42574 passes.
wisberg [Fri, 31 Oct 2003 19:52:39 +0000 (19:52 +0000)]
test for 42574 passes.

20 years agofix for 42574. (Not using FileUtil.listFiles as recursive (and looks broken for neste...
wisberg [Fri, 31 Oct 2003 19:50:54 +0000 (19:50 +0000)]
fix for 42574. (Not using FileUtil.listFiles as recursive (and looks broken for nested files), because I think jre/ext dir is not - should confirm.

20 years agoreorganize test b/c conflating two issues:
wisberg [Fri, 31 Oct 2003 19:47:08 +0000 (19:47 +0000)]
reorganize test b/c conflating two issues:
(a) zip not accepted by extdirs
(b) uppercase ZIP and JAR not accepted by eclipse FileSystem

20 years agousing ../{module}/ convention for testdata references so tests can be run from any...
wisberg [Fri, 31 Oct 2003 19:41:55 +0000 (19:41 +0000)]
using ../{module}/ convention for testdata references so tests can be run from any peer directory/module, i.e., from one module
Also using canonical rather than absolute path to predict generated paths

20 years agoFileFilters for zip files and source files
wisberg [Fri, 31 Oct 2003 19:32:29 +0000 (19:32 +0000)]
FileFilters for zip files and source files

20 years agousing ../{module}/ convention for testdata references so tests can be run from any...
wisberg [Fri, 31 Oct 2003 19:31:22 +0000 (19:31 +0000)]
using ../{module}/ convention for testdata references so tests can be run from any peer directory/module, i.e., from one module

20 years agoreturning TestSuite rather than Test to permit all tests to run from Eclipse
wisberg [Fri, 31 Oct 2003 19:27:44 +0000 (19:27 +0000)]
returning TestSuite rather than Test to permit all tests to run from Eclipse

20 years agobasic tests for extdirs support
wisberg [Fri, 31 Oct 2003 04:01:18 +0000 (04:01 +0000)]
basic tests for extdirs support
initial compiler stub for harness command-line munging tests

20 years agoadd support for extdirs
wisberg [Fri, 31 Oct 2003 03:55:22 +0000 (03:55 +0000)]
add support for extdirs
unhide support for classpath
fix writes for sourcepath, argfiles
add hook to not enforce compiler for testing

20 years ago@testcase PR#42574 ZIP and JAR extensions in classpath and extdirs
wisberg [Fri, 31 Oct 2003 03:52:11 +0000 (03:52 +0000)]
@testcase PR#42574 ZIP and JAR extensions in classpath and extdirs

20 years agoclean up tests not using a destination directory
wisberg [Wed, 29 Oct 2003 09:25:05 +0000 (09:25 +0000)]
clean up tests not using a destination directory

20 years agorevamped option handling: n-element options, collision/conflict detection/resolution...
wisberg [Wed, 29 Oct 2003 08:56:38 +0000 (08:56 +0000)]
revamped option handling: n-element options, collision/conflict detection/resolution via forcing as an attribute, option families.  More compiler options actually handled, and error messages for unhandled options.

20 years agoadjust tests for new message content when skipping
wisberg [Wed, 29 Oct 2003 08:51:54 +0000 (08:51 +0000)]
adjust tests for new message content when skipping

20 years agobetter mapping from messages to JUnit failure/error
wisberg [Wed, 29 Oct 2003 08:50:34 +0000 (08:50 +0000)]
better mapping from messages to JUnit failure/error

20 years agoremoving unused launch config
wisberg [Wed, 29 Oct 2003 08:49:27 +0000 (08:49 +0000)]
removing unused launch config

20 years ago-source14 is not back to -source 1.4, and XOCodeSize a knownLimitation
wisberg [Wed, 29 Oct 2003 08:48:57 +0000 (08:48 +0000)]
-source14 is not back to -source 1.4, and XOCodeSize a knownLimitation

20 years agodoc harness handling of 2-element options
wisberg [Wed, 29 Oct 2003 08:47:34 +0000 (08:47 +0000)]
doc harness handling of 2-element options

20 years agomake output dir
wisberg [Wed, 29 Oct 2003 08:46:49 +0000 (08:46 +0000)]
make output dir

20 years agodeclare -> declareDecl for ajc
wisberg [Wed, 29 Oct 2003 08:45:56 +0000 (08:45 +0000)]
declare -> declareDecl for ajc

20 years agoadding rt.jar to classpath for exercises, to make ajbrowser happy.
ehilsdal [Sat, 25 Oct 2003 06:14:15 +0000 (06:14 +0000)]
adding rt.jar to classpath for exercises, to make ajbrowser happy.

20 years agohead-compatible version of earlier fix. sigh.
wisberg [Thu, 23 Oct 2003 20:01:19 +0000 (20:01 +0000)]
head-compatible version of earlier fix. sigh.
Note that the fix is incomplete and being reworked.

20 years agofix for Bugzilla Bug 45441
jhugunin [Thu, 23 Oct 2003 16:47:24 +0000 (16:47 +0000)]
fix for Bugzilla Bug 45441
   IncompatibleClassChangeError at runtime when compiling with -1.4 option

20 years agodeleting junk
wisberg [Thu, 23 Oct 2003 15:59:23 +0000 (15:59 +0000)]
deleting junk

20 years agosupport for -1.3, -1.4, and -1.5
wisberg [Thu, 23 Oct 2003 15:53:35 +0000 (15:53 +0000)]
support for -1.3, -1.4, and -1.5

20 years agotest case for bug 45441 - joinpoint optimization when targetting 1.4
acolyer [Thu, 23 Oct 2003 15:27:31 +0000 (15:27 +0000)]
test case for bug 45441 - joinpoint optimization when targetting 1.4

20 years agoAdded test case for bug 45441
acolyer [Thu, 23 Oct 2003 15:26:37 +0000 (15:26 +0000)]
Added test case for bug 45441