]>
source.dussan.org Git - aspectj.git/log
wisberg [Mon, 6 Jan 2003 23:30:18 +0000 (23:30 +0000)]
comments only. no build.jar update needed.
wisberg [Mon, 6 Jan 2003 23:28:40 +0000 (23:28 +0000)]
To run in eclipse without a launch configuration window
(which crashes my NT -
http://bugs.eclipse.org/bugs/show_bug.cgi?id=29011
), create a file "HarnessArgs.txt" in the run directory
for any arguments.
wisberg [Mon, 6 Jan 2003 23:24:20 +0000 (23:24 +0000)]
added classpath element to compile
wisberg [Mon, 6 Jan 2003 23:23:50 +0000 (23:23 +0000)]
added keyword comment
wisberg [Mon, 6 Jan 2003 23:13:22 +0000 (23:13 +0000)]
added two harness test cases, for classpath (jar and dir)
and aspectpath.
Currently all cases using ErrorWarning.java give
unexpected results because the declare warning does
not work.
wisberg [Mon, 6 Jan 2003 23:09:44 +0000 (23:09 +0000)]
two harness test cases, for classpath (jar and dir)
and aspectpath.
Binaries are checked in, as are binary sources
and a build script.
Test specifications are in tests/ajcHarnessTests.xml.
(also checked in) with the build script
wisberg [Mon, 6 Jan 2003 22:50:34 +0000 (22:50 +0000)]
- test class loader fix for test classes loaded from jars
- implemented aspectpath, classpath,
- removed CompilerRun state duplicated in sandbox
- sandbox owns path assembly/formatting for javarun
wisberg [Mon, 6 Jan 2003 22:48:07 +0000 (22:48 +0000)]
bad javadoc comment
wisberg [Mon, 6 Jan 2003 22:47:13 +0000 (22:47 +0000)]
- added info line on failure with TestClassLoader classpath
wisberg [Mon, 6 Jan 2003 22:41:40 +0000 (22:41 +0000)]
- generalized copyFiles to handle file-file, file-dir, and dir-dir
wisberg [Sat, 4 Jan 2003 21:39:32 +0000 (21:39 +0000)]
enabling debug symbols
jhugunin [Fri, 3 Jan 2003 23:22:57 +0000 (23:22 +0000)]
jython test scripts
jhugunin [Fri, 3 Jan 2003 23:22:45 +0000 (23:22 +0000)]
ignoring new Xlint warning
jhugunin [Fri, 3 Jan 2003 23:22:23 +0000 (23:22 +0000)]
incremental and application to binaries improved
jhugunin [Fri, 3 Jan 2003 23:21:53 +0000 (23:21 +0000)]
getting dependency info for inter-type methods
jhugunin [Fri, 3 Jan 2003 23:21:30 +0000 (23:21 +0000)]
incremental and working with binaries improved
jhugunin [Fri, 3 Jan 2003 23:19:47 +0000 (23:19 +0000)]
making jython-2.1 available for scripting
jhugunin [Fri, 3 Jan 2003 19:23:38 +0000 (19:23 +0000)]
minor improvements to incremental mode
jhugunin [Fri, 3 Jan 2003 19:17:41 +0000 (19:17 +0000)]
making inter-type decls work with incremental mode
(partially there)
jhugunin [Fri, 3 Jan 2003 19:16:44 +0000 (19:16 +0000)]
work-around for hack that makes BinaryTypeBinding extend SourceTypeBinding
jhugunin [Fri, 3 Jan 2003 19:13:35 +0000 (19:13 +0000)]
horrible hack making this a subtype of SourceTypeBinding
jhugunin [Fri, 3 Jan 2003 01:45:26 +0000 (01:45 +0000)]
looking at binary form issues
jhugunin [Fri, 3 Jan 2003 01:44:33 +0000 (01:44 +0000)]
more info messages
jhugunin [Fri, 3 Jan 2003 01:44:18 +0000 (01:44 +0000)]
better incremental support
jhugunin [Fri, 3 Jan 2003 01:43:20 +0000 (01:43 +0000)]
removed 1000 files at once limit
jhugunin [Wed, 1 Jan 2003 01:32:20 +0000 (01:32 +0000)]
better error for unsupported 'if' lexically inside cflow
jhugunin [Wed, 1 Jan 2003 01:32:00 +0000 (01:32 +0000)]
better errors for dominates circularities
jhugunin [Wed, 1 Jan 2003 01:31:39 +0000 (01:31 +0000)]
moved fixed tests
jhugunin [Wed, 1 Jan 2003 01:14:16 +0000 (01:14 +0000)]
fixed ordering of inter-dependent cflow entries
fixed matching to privileged and inter-type field gets/sets which are method
calls in bytecode
jhugunin [Wed, 1 Jan 2003 01:13:34 +0000 (01:13 +0000)]
one more knownLimitation in error handling
jhugunin [Wed, 1 Jan 2003 00:07:53 +0000 (00:07 +0000)]
expanded coverage
jhugunin [Wed, 1 Jan 2003 00:07:33 +0000 (00:07 +0000)]
finished implementation of around inlining
wisberg [Tue, 31 Dec 2002 22:10:37 +0000 (22:10 +0000)]
fixed apparantly-unused errordir attribute
wisberg [Tue, 31 Dec 2002 22:09:51 +0000 (22:09 +0000)]
minor comment changes
wisberg [Tue, 31 Dec 2002 22:09:31 +0000 (22:09 +0000)]
fixes to make ajctests mostly running - still getting some silent failures?
jhugunin [Tue, 31 Dec 2002 19:11:48 +0000 (19:11 +0000)]
added information about proceed to around advice attribute
jhugunin [Tue, 31 Dec 2002 19:11:22 +0000 (19:11 +0000)]
boolean array read/write
jhugunin [Tue, 31 Dec 2002 19:11:08 +0000 (19:11 +0000)]
new advice binary format
wisberg [Tue, 31 Dec 2002 18:25:37 +0000 (18:25 +0000)]
initial version of unused/attic code for later reference
wisberg [Tue, 31 Dec 2002 17:51:48 +0000 (17:51 +0000)]
- combined the two call/execution entries
- added Erik's entry wrt advising constructor calls
jhugunin [Tue, 31 Dec 2002 01:56:32 +0000 (01:56 +0000)]
around inlining works more often
jhugunin [Tue, 31 Dec 2002 00:55:32 +0000 (00:55 +0000)]
refactored hasThis kinda thing
jhugunin [Tue, 31 Dec 2002 00:55:19 +0000 (00:55 +0000)]
can't do around x initialization,
refactored hasThis kinda thing
jhugunin [Tue, 31 Dec 2002 00:54:23 +0000 (00:54 +0000)]
can't do around x initialization
jhugunin [Tue, 31 Dec 2002 00:53:16 +0000 (00:53 +0000)]
refactor hasThis kind of things
jhugunin [Mon, 30 Dec 2002 23:52:52 +0000 (23:52 +0000)]
local variable information is different than before (not better or worse, just different...)
jhugunin [Mon, 30 Dec 2002 20:32:08 +0000 (20:32 +0000)]
moving now working tests
jhugunin [Mon, 30 Dec 2002 20:31:38 +0000 (20:31 +0000)]
using declare dominates
jhugunin [Mon, 30 Dec 2002 20:31:30 +0000 (20:31 +0000)]
better coverage
jhugunin [Mon, 30 Dec 2002 20:31:11 +0000 (20:31 +0000)]
fixed to match fact that this syntax is forbidden
jhugunin [Mon, 30 Dec 2002 20:30:48 +0000 (20:30 +0000)]
better errors for circularities
jhugunin [Mon, 30 Dec 2002 20:30:11 +0000 (20:30 +0000)]
not allowed on aspects
jhugunin [Mon, 30 Dec 2002 20:29:56 +0000 (20:29 +0000)]
checking that parameter to after throwing isa Throwable
jhugunin [Mon, 30 Dec 2002 20:00:34 +0000 (20:00 +0000)]
fixed error
jhugunin [Mon, 30 Dec 2002 19:53:39 +0000 (19:53 +0000)]
needed a !within(A)
jhugunin [Mon, 30 Dec 2002 19:18:26 +0000 (19:18 +0000)]
fixed to use declare dominates
jhugunin [Mon, 30 Dec 2002 19:14:37 +0000 (19:14 +0000)]
fixed expected error line
wisberg [Mon, 30 Dec 2002 18:03:09 +0000 (18:03 +0000)]
initial versions (neglected .lst files)
wisberg [Mon, 30 Dec 2002 15:35:02 +0000 (15:35 +0000)]
minor Tester API tests brought down from attic
wisberg [Sat, 28 Dec 2002 02:32:32 +0000 (02:32 +0000)]
initial version
jhugunin [Tue, 24 Dec 2002 00:34:36 +0000 (00:34 +0000)]
correctly handling exceptions thrown from intro methods
jhugunin [Tue, 24 Dec 2002 00:34:05 +0000 (00:34 +0000)]
added coverage for exceptions thrown from intro methods
these tests were inspired by failures compiling observer example
jhugunin [Tue, 24 Dec 2002 00:33:03 +0000 (00:33 +0000)]
fixed names of introduced members
jhugunin [Mon, 23 Dec 2002 23:17:47 +0000 (23:17 +0000)]
fixed to use A.aspectOf() instead of A.ajc$perSingletonField for getting
singleton aspects
this lets us produce much better errors when the field is null
jhugunin [Mon, 23 Dec 2002 23:11:02 +0000 (23:11 +0000)]
better error handling
better handling of synthetic inter-type members
jhugunin [Mon, 23 Dec 2002 23:10:37 +0000 (23:10 +0000)]
better error lines
forcing a few tests to use -1.4 for correct declaring type at call sites
jhugunin [Mon, 23 Dec 2002 22:57:19 +0000 (22:57 +0000)]
changed callee-side call join point test to use execution
jhugunin [Mon, 23 Dec 2002 22:17:50 +0000 (22:17 +0000)]
better errors for bad named pointcut declarations and references
handling concrete aspect correctly for cflow fields
jhugunin [Mon, 23 Dec 2002 22:17:11 +0000 (22:17 +0000)]
a couple more known limitations and better error lines
wisberg [Mon, 23 Dec 2002 20:49:34 +0000 (20:49 +0000)]
new default quotes DEVELOPMENT for scanner.
wisberg [Mon, 23 Dec 2002 20:45:48 +0000 (20:45 +0000)]
- added aspectjrt target (alias to runtime)
- implemented target to fail if bootstrap libraries are out of date
- moved update-tree under setup comment
wisberg [Mon, 23 Dec 2002 20:44:07 +0000 (20:44 +0000)]
updated to remove ignored manifest, make more recent than sources checked in later.
wisberg [Mon, 23 Dec 2002 20:43:38 +0000 (20:43 +0000)]
updated with DEVELOPMENT manifest
wisberg [Mon, 23 Dec 2002 20:04:50 +0000 (20:04 +0000)]
rolling out build changes to bootstrap jar.
wisberg [Mon, 23 Dec 2002 20:02:42 +0000 (20:02 +0000)]
fixed bug with unnamed tasks producing messages like
[null] Building Zip: foo.zip
wisberg [Mon, 23 Dec 2002 19:41:48 +0000 (19:41 +0000)]
fixing version-handling.
build-properties.xml has actual version,
Version.java is generated,
and "DEVELOPMENT" is default.
jhugunin [Mon, 23 Dec 2002 19:40:41 +0000 (19:40 +0000)]
a couple more known limitations and increased coverage with new test case
wisberg [Mon, 23 Dec 2002 19:40:26 +0000 (19:40 +0000)]
commented out code to replace licenses
jhugunin [Mon, 23 Dec 2002 19:39:49 +0000 (19:39 +0000)]
updated for new sematics of issingleton aspects advising their own
initializers
jhugunin [Mon, 23 Dec 2002 19:39:22 +0000 (19:39 +0000)]
better errors for issingleton aspects advising own initializers
also correct typing for dynamic checks on parameters to if pcds
wisberg [Mon, 23 Dec 2002 19:38:15 +0000 (19:38 +0000)]
fixed uptodate checking for local-dist
jhugunin [Mon, 23 Dec 2002 19:25:45 +0000 (19:25 +0000)]
matching new semantics of persingleton aspect advising its own initialization
jhugunin [Mon, 23 Dec 2002 18:48:56 +0000 (18:48 +0000)]
making lack of after returning advice consitent with expected events
jhugunin [Fri, 20 Dec 2002 22:49:11 +0000 (22:49 +0000)]
fixed rules for overriding/inheriting pointcuts
jhugunin [Fri, 20 Dec 2002 22:48:48 +0000 (22:48 +0000)]
expanded coverage
jhugunin [Fri, 20 Dec 2002 22:48:37 +0000 (22:48 +0000)]
updated error messages
wisberg [Fri, 20 Dec 2002 04:54:45 +0000 (04:54 +0000)]
added test cases for old jitterbugs
moved passing tests from ajcTestsFailing to ajcTests
jhugunin [Thu, 19 Dec 2002 23:13:44 +0000 (23:13 +0000)]
excluding new preinitialization join points
jhugunin [Thu, 19 Dec 2002 23:06:42 +0000 (23:06 +0000)]
updated jars
jhugunin [Thu, 19 Dec 2002 23:06:28 +0000 (23:06 +0000)]
removed old transition warnings
jhugunin [Thu, 19 Dec 2002 23:06:10 +0000 (23:06 +0000)]
updated jars for changes to bytecode forms
jhugunin [Thu, 19 Dec 2002 23:05:52 +0000 (23:05 +0000)]
making more jars for tests
jhugunin [Thu, 19 Dec 2002 23:03:54 +0000 (23:03 +0000)]
explicitly excluding new preinitialization join points
jhugunin [Thu, 19 Dec 2002 22:43:10 +0000 (22:43 +0000)]
using external deprecated method to get warning
jhugunin [Thu, 19 Dec 2002 22:13:11 +0000 (22:13 +0000)]
better type and visibility checking for pointcut references
jhugunin [Thu, 19 Dec 2002 22:12:38 +0000 (22:12 +0000)]
removed old 1.0 warnings
jhugunin [Thu, 19 Dec 2002 21:45:13 +0000 (21:45 +0000)]
fixed illegal foward assignment not caught by 1.0.6
jhugunin [Thu, 19 Dec 2002 21:38:43 +0000 (21:38 +0000)]
updated for changed to inter-type constructors
can't conflict with default constructors
instance variables aren't initialized unless you call this
jhugunin [Thu, 19 Dec 2002 18:50:54 +0000 (18:50 +0000)]
fixed error handling for illegal overriding with inter-type members
jhugunin [Thu, 19 Dec 2002 18:00:38 +0000 (18:00 +0000)]
fixed NPE when no manifest in aspectjrt.jar