]>
source.dussan.org Git - aspectj.git/log
wisberg [Thu, 13 Feb 2003 05:18:47 +0000 (05:18 +0000)]
resolving misc compiler warnings
wisberg [Thu, 13 Feb 2003 05:15:13 +0000 (05:15 +0000)]
resolving unused-imports warnings
wisberg [Wed, 12 Feb 2003 22:43:39 +0000 (22:43 +0000)]
testcase for bug 31724
http://dev.eclipse.org/bugs/show_bug.cgi?id=31724
declare warning context.
Note context itself untested -- need to check/upgrade message checking.
wisberg [Mon, 3 Feb 2003 22:01:38 +0000 (22:01 +0000)]
fixed links and text for 1.1 (added ant tasks).
Still has links to porting guide and progguide.pdf.
wisberg [Mon, 3 Feb 2003 20:50:01 +0000 (20:50 +0000)]
- added bytecode-weaving example (tracing)
- fixed tracing examples using wrong main class
- added descriptions to targets so Ant 1.5 lists then using -projecthelp
- removed references to vestigial aspectj-ant.jar
wisberg [Sat, 1 Feb 2003 02:02:24 +0000 (02:02 +0000)]
- removed references to graphically editing .lst files
- discussed the .ajbrowser file
and setting classpath using options
- discussed config files separately
- added caveat about only displaying static crosscutting
wisberg [Sat, 1 Feb 2003 01:40:58 +0000 (01:40 +0000)]
text constant change only.
fixed aspectj.org and MPL references in about box.
wisberg [Sat, 1 Feb 2003 01:00:34 +0000 (01:00 +0000)]
fixed NPE (was & for &&) with bad options file.
Also now setting some options only if not empty (was resetting options if not null).
wisberg [Sat, 1 Feb 2003 00:05:56 +0000 (00:05 +0000)]
Mainly updated AjcConfigParser
- XLint handled in two if legs?
- corrected error messages
- pushed handling of -incremental down
- using handler rather than printing to System.out (per !!! comment)
- permitting both .zip and .jar suffixes in
outjar, injar, and aspectpath
- requires sourceroots to be readable
- added incremental and incrementalFile
(even though caller should handle?)
- did not remove options no longer supported in 1.1?
(bootclasspath and extdirs)
wisberg [Sat, 1 Feb 2003 00:05:08 +0000 (00:05 +0000)]
aspectjrt.jar warning now in messages (rather than stdout), so permitting it in this test case.
wisberg [Fri, 31 Jan 2003 18:39:48 +0000 (18:39 +0000)]
no longer leaving temp files/directories
wisberg [Thu, 30 Jan 2003 01:51:29 +0000 (01:51 +0000)]
- updated to 1.1 compiler options
(include -Xlinkfile file variant)
- added bytecode weaving example
warning: using hokey programlisting formatting and
not emphasizing special terms because I didn't
feel like looking up the docbook variants.
wisberg [Thu, 30 Jan 2003 01:49:09 +0000 (01:49 +0000)]
- removed 1.0 v. 1.1 caveat
- added external local link to programming guide
wisberg [Wed, 29 Jan 2003 23:34:07 +0000 (23:34 +0000)]
forgot aspectpath - adding
wisberg [Wed, 29 Jan 2003 23:27:46 +0000 (23:27 +0000)]
- added -argfile
- removed "-d none" as unimplemented
- added -Xlint variants
- Note difference from 1.1 changes doc
from: "-XLintfile:foo"
to: "-XLinefile foo"
per implementation
- re-aligned and cleaned up wording
To keep alignment, prefix each line with \t but
do alignment with spaces only (and don't edit with
editor that replaces spaces with tabs).
wisberg [Wed, 29 Jan 2003 20:50:33 +0000 (20:50 +0000)]
clearer discussion for reading incremental test specifications
wisberg [Wed, 29 Jan 2003 20:49:46 +0000 (20:49 +0000)]
added link for writing test cases
wisberg [Wed, 29 Jan 2003 20:30:02 +0000 (20:30 +0000)]
cleaned up, added release comments.
wisberg [Sun, 26 Jan 2003 18:51:32 +0000 (18:51 +0000)]
added fast-fail (untested)
wisberg [Sat, 25 Jan 2003 21:04:13 +0000 (21:04 +0000)]
more (incomplete) work on directory comparison, misc test fixes.
wisberg [Sat, 25 Jan 2003 18:28:32 +0000 (18:28 +0000)]
removing resources from former GUI client not included in CPL sources.
mkersten [Sat, 25 Jan 2003 01:25:30 +0000 (01:25 +0000)]
Committed patches specified in:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=29769
jhugunin [Wed, 22 Jan 2003 01:26:38 +0000 (01:26 +0000)]
fix for failing test case that aspects must be constructed after their
clinit has run, noting that 1/3 remaining failures is in bugzilla
jhugunin [Wed, 22 Jan 2003 01:25:44 +0000 (01:25 +0000)]
fix for failing test case that aspects must be constructed after their
clinit has run
jhugunin [Wed, 22 Jan 2003 01:06:59 +0000 (01:06 +0000)]
additional template method
jhugunin [Wed, 22 Jan 2003 00:52:42 +0000 (00:52 +0000)]
test for Bugzilla Bug 29684
Incremental: Commenting out conflict yeilds NullPointerException
jhugunin [Wed, 22 Jan 2003 00:50:14 +0000 (00:50 +0000)]
fix for Bugzilla Bug 29684
Incremental: Commenting out conflict yeilds NullPointerException
jhugunin [Tue, 21 Jan 2003 23:58:42 +0000 (23:58 +0000)]
added test for Bugzilla Bug 29662
VerifyError on accessing objects not accessible to the weaver: Incompatible object argument for invokespecial
jhugunin [Tue, 21 Jan 2003 23:57:49 +0000 (23:57 +0000)]
redesign of making members used in around bodies accessible
this design is confiined to the aspect containing the around entirely which
makes for cleaner implementation issues and lets things like super calls
be implemented correctly.
jhugunin [Tue, 21 Jan 2003 23:56:34 +0000 (23:56 +0000)]
raising visibility of field for extension
wisberg [Tue, 21 Jan 2003 20:18:54 +0000 (20:18 +0000)]
updated THROWN_PREFIX with better URLs for bug db.
wisberg [Tue, 21 Jan 2003 19:53:15 +0000 (19:53 +0000)]
added entry for detecting version
jhugunin [Tue, 21 Jan 2003 19:02:53 +0000 (19:02 +0000)]
test for Bugzilla Bug 29689
Declare precedence should not allow multiple * patterns
jhugunin [Tue, 21 Jan 2003 19:01:43 +0000 (19:01 +0000)]
fix for Bugzilla Bug 29689
Declare precedence should not allow multiple * patterns
jhugunin [Tue, 21 Jan 2003 18:55:23 +0000 (18:55 +0000)]
changed class name to match change from declare dominates to
declare precedence
jhugunin [Tue, 21 Jan 2003 18:44:29 +0000 (18:44 +0000)]
test for Bug 29693
Use of within with declare soft yeilds VerifyError 1.1b4
jhugunin [Tue, 21 Jan 2003 18:43:04 +0000 (18:43 +0000)]
fix for Bug 29693
Use of within with declare soft yeilds VerifyError 1.1b4
jhugunin [Tue, 21 Jan 2003 18:35:03 +0000 (18:35 +0000)]
test for Bug 29691
Static inner aspects cannot reference user defined pointcuts
jhugunin [Tue, 21 Jan 2003 18:32:30 +0000 (18:32 +0000)]
fix Bug 29691
Static inner aspects cannot reference user defined pointcuts
jhugunin [Tue, 21 Jan 2003 17:16:48 +0000 (17:16 +0000)]
ignoring some generated directories
jhugunin [Tue, 21 Jan 2003 17:13:31 +0000 (17:13 +0000)]
ignoring some generated files when jython is used
jhugunin [Thu, 16 Jan 2003 05:07:28 +0000 (05:07 +0000)]
removing inaccurate and hard to update version numbers
jhugunin [Thu, 16 Jan 2003 04:57:56 +0000 (04:57 +0000)]
updated to beta4
jhugunin [Thu, 16 Jan 2003 04:56:21 +0000 (04:56 +0000)]
need this or there won't be a manifest in aspectjrt.jar
jhugunin [Thu, 16 Jan 2003 04:55:26 +0000 (04:55 +0000)]
missing manifest in aspectjrt.jar will now only produce a warning, and not
an exit. This makes build issues less fatal.
ehilsdal [Wed, 15 Jan 2003 18:42:50 +0000 (18:42 +0000)]
adding another abstract/code guard
using NULL rather than empty list for abstract/native bodies
jhugunin [Wed, 15 Jan 2003 05:06:28 +0000 (05:06 +0000)]
don't forget the checked exceptions
jhugunin [Wed, 15 Jan 2003 05:06:13 +0000 (05:06 +0000)]
invokestatic should be used on private static methods, not invokespecial
jhugunin [Wed, 15 Jan 2003 02:27:50 +0000 (02:27 +0000)]
one more declare dominates to declare precedence
jhugunin [Wed, 15 Jan 2003 02:13:36 +0000 (02:13 +0000)]
closer to actual 1.1beta3 contents
jhugunin [Wed, 15 Jan 2003 02:04:20 +0000 (02:04 +0000)]
better handling of binary only types in the eclipse pass
jhugunin [Wed, 15 Jan 2003 02:03:36 +0000 (02:03 +0000)]
more coverage
jhugunin [Wed, 15 Jan 2003 02:03:25 +0000 (02:03 +0000)]
fixed visibility bug in test case
jhugunin [Wed, 15 Jan 2003 01:25:47 +0000 (01:25 +0000)]
fixed silly spelling error in toString
ehilsdal [Tue, 14 Jan 2003 22:59:28 +0000 (22:59 +0000)]
refraining from removing NOPs at thistime
jhugunin [Tue, 14 Jan 2003 22:10:10 +0000 (22:10 +0000)]
more careful null handling
jhugunin [Tue, 14 Jan 2003 22:09:55 +0000 (22:09 +0000)]
doing batch builds when previous incremental build failed badly
jhugunin [Tue, 14 Jan 2003 21:36:18 +0000 (21:36 +0000)]
fixed bug #29186, much better handling of structure generation
added an Xlint flag for warnings when join points don't have structure nodes
ehilsdal [Tue, 14 Jan 2003 21:03:06 +0000 (21:03 +0000)]
skeleton update of README-11 for 1.1beta3.
ehilsdal [Tue, 14 Jan 2003 20:26:02 +0000 (20:26 +0000)]
preparation for 1.1beta3
ehilsdal [Tue, 14 Jan 2003 20:02:43 +0000 (20:02 +0000)]
Fix for bug 28919: relaxing guard to allow native methods w/ no code
jhugunin [Tue, 14 Jan 2003 19:31:02 +0000 (19:31 +0000)]
fixed bug #28974, allowing initialization of introduced final fields
jhugunin [Tue, 14 Jan 2003 19:28:13 +0000 (19:28 +0000)]
added test for introduced final fields and rearranged some
jhugunin [Tue, 14 Jan 2003 18:56:33 +0000 (18:56 +0000)]
renamed "declare dominates" to "declare precedence"
jhugunin [Tue, 14 Jan 2003 17:33:36 +0000 (17:33 +0000)]
renamed "declare dominates" to "declare precedence"
jhugunin [Tue, 14 Jan 2003 17:32:40 +0000 (17:32 +0000)]
fixed initial implementor for code written in 2002 to be just PARC, not Xerox/PARC
jhugunin [Tue, 14 Jan 2003 17:23:52 +0000 (17:23 +0000)]
fixed initial implementor for code written in 2002 to be just PARC, not Xerox/PARC
ehilsdal [Fri, 10 Jan 2003 12:32:37 +0000 (12:32 +0000)]
updated semantics appendix to 1.1 language (still incomplete)
removed useless biblio and glossary
made a few docbook rationalizations
ehilsdal [Fri, 10 Jan 2003 08:41:00 +0000 (08:41 +0000)]
Updated for 1.1 language
ehilsdal [Fri, 10 Jan 2003 08:27:53 +0000 (08:27 +0000)]
updated printable quick reference for 1.1 language
wisberg [Wed, 8 Jan 2003 23:45:53 +0000 (23:45 +0000)]
updates for eclipse move, cvs builds, and test cases
jhugunin [Wed, 8 Jan 2003 02:17:35 +0000 (02:17 +0000)]
fixing bugs
jhugunin [Wed, 8 Jan 2003 02:17:09 +0000 (02:17 +0000)]
added version not in 'aspect' package
jhugunin [Wed, 8 Jan 2003 02:16:47 +0000 (02:16 +0000)]
correct line number
jhugunin [Wed, 8 Jan 2003 02:16:12 +0000 (02:16 +0000)]
propogating information needed for decent Xlint warnings when privileged
access is made to a type not exposed to the weaver
jhugunin [Wed, 8 Jan 2003 02:15:21 +0000 (02:15 +0000)]
proper error checks for around advice return type compatibility with join points
jhugunin [Wed, 8 Jan 2003 01:18:02 +0000 (01:18 +0000)]
fixed strange dependence on a file named foo
jhugunin [Wed, 8 Jan 2003 01:15:03 +0000 (01:15 +0000)]
fixing and cleanup
all tests in ajcTests are either passing or flagged with purejava or knownLimitation
jhugunin [Wed, 8 Jan 2003 01:14:07 +0000 (01:14 +0000)]
fixed handling of reflective signatures for static intialization join points
jhugunin [Wed, 8 Jan 2003 01:07:57 +0000 (01:07 +0000)]
fixed order of join points during initialization to match 1.1
jhugunin [Wed, 8 Jan 2003 01:01:34 +0000 (01:01 +0000)]
fixed order of join points during initialization to match 1.1
jhugunin [Wed, 8 Jan 2003 00:30:34 +0000 (00:30 +0000)]
fixed order of join points during initialization to match 1.1
wisberg [Tue, 7 Jan 2003 23:57:28 +0000 (23:57 +0000)]
initial draft of doc on writing compiler tests
jhugunin [Tue, 7 Jan 2003 23:20:59 +0000 (23:20 +0000)]
proper handling of inter-type fields with array types
jhugunin [Tue, 7 Jan 2003 23:20:37 +0000 (23:20 +0000)]
the type declared soft must be a subtype of Throwable
jhugunin [Tue, 7 Jan 2003 23:19:58 +0000 (23:19 +0000)]
more tests from bugzilla
jhugunin [Tue, 7 Jan 2003 23:19:25 +0000 (23:19 +0000)]
fixed source location
jhugunin [Tue, 7 Jan 2003 23:19:09 +0000 (23:19 +0000)]
exposing unique array creation code
jhugunin [Tue, 7 Jan 2003 23:10:23 +0000 (23:10 +0000)]
avoiding aspect advising its own constructor
jhugunin [Tue, 7 Jan 2003 20:50:18 +0000 (20:50 +0000)]
fixed bug with ajcclinit in non-persingleton aspects
jhugunin [Tue, 7 Jan 2003 20:49:59 +0000 (20:49 +0000)]
removed tracing print
jhugunin [Tue, 7 Jan 2003 20:49:38 +0000 (20:49 +0000)]
tests from bugzilla
jhugunin [Tue, 7 Jan 2003 20:48:34 +0000 (20:48 +0000)]
ignoring bin
jhugunin [Tue, 7 Jan 2003 20:10:34 +0000 (20:10 +0000)]
allowing large bug ids to make room for eclipse.org bugs
jhugunin [Tue, 7 Jan 2003 20:10:23 +0000 (20:10 +0000)]
allowing large bug ids to make room for eclipse.org bugs
wisberg [Mon, 6 Jan 2003 23:45:51 +0000 (23:45 +0000)]
explaining more properties, basics of testing.
wisberg [Mon, 6 Jan 2003 23:44:57 +0000 (23:44 +0000)]
removed MPL header accidentally left in.
wisberg [Mon, 6 Jan 2003 23:31:30 +0000 (23:31 +0000)]
accidentally commented out short-circuit property
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.