Commit Graph

4621 Commits

Author SHA1 Message Date
mwebster
d89bcf0270 Bug 159854 "Problem Diagnosis Guide" (typos) 2006-10-31 16:26:07 +00:00
mwebster
710844d944 Bug 159854 "Problem Diagnosis Guide" (tests) 2006-10-30 17:18:28 +00:00
mwebster
80f9849bac Bug 159854 "Problem Diagnosis Guide" (first draft) 2006-10-30 16:34:42 +00:00
aclement
26a4654ba4 fix for 162657 - remove the matchesNothingPointcut which has no source context (can cause npe when reporting messages) 2006-10-30 10:26:22 +00:00
aclement
b83891da57 tests for 162135 (commented out) and 162657 (not commented out) 2006-10-30 10:25:24 +00:00
mwebster
c3be7fc35c Bug 159854 "Problem Diagnosis Guide" 2006-10-27 16:16:42 +00:00
mwebster
a4d46605ca Bug 159854 "Problem Diagnosis Guide" (skeleton) 2006-10-26 17:23:50 +00:00
aclement
3294a35d1b removing asm for the moment 2006-10-26 10:17:19 +00:00
aclement
2d20069013 testcode for 162135 2006-10-26 09:52:09 +00:00
aclement
e4a441b93c ajdoc patches 148906 2006-10-25 09:24:00 +00:00
aclement
7b40e7e3e4 tests and fixes for 161502: annotation style generic pointcuts (!) 2006-10-24 12:42:57 +00:00
aclement
70dda81495 tests and fixes for 148906: Support -Xlintfile for ajdoc 2006-10-23 12:49:11 +00:00
aclement
757004ca67 tests and fix for 149908: NPE in org.aspectj.weaver.MemberImpl.getModifiers 2006-10-23 11:55:54 +00:00
aclement
efe6cc79c4 change for 160496: refactored ajdoc main 2006-10-23 10:39:38 +00:00
aclement
044542c6d5 test and fix for 161217 2006-10-19 14:05:02 +00:00
aclement
db68044fe8 test and fix for 123423: getWithinTypeName() for ptw aspects 2006-10-18 14:46:29 +00:00
aclement
1a2eef067f close files! 2006-10-17 14:53:42 +00:00
aclement
bc2f36fdbf test for 149293: declare atType for private annotation 2006-10-17 08:08:12 +00:00
aclement
e07c624587 pr133532 test 2006-10-16 14:26:54 +00:00
aclement
1256ae47a0 pr133532 fix: checks the state object before going back to disk - will enable it to use unwoven class file data 2006-10-16 14:26:40 +00:00
aclement
c3c65b32cb pr133532 fix: new top level type (from AjState) - implements IBinaryType and holds a little more state 2006-10-16 14:26:04 +00:00
aclement
a9744fe1e9 pr133532 fix: promoted compact representation to top level type - fixed memory leak when classes deleted 2006-10-16 14:25:35 +00:00
aclement
f503685292 pr133532 fix: always uses a StatefulNameEnvironment (since needs to check the state object) 2006-10-16 14:24:56 +00:00
aclement
3ff7b362b5 corrected some problems with parameterized types in packages 2006-10-16 14:23:57 +00:00
mwebster
fc750075fd Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (give modified testcase for 120474 a unique name to avoid intermittent failures when running the whole suite) 2006-10-16 13:23:43 +00:00
aclement
d701aa00e0 tests and fixes for 160469: handle problems 2006-10-16 13:04:42 +00:00
aclement
9030415d57 moved things around so that Xset can change world configuration 2006-10-16 09:20:27 +00:00
aclement
5b71560803 test and fix for 160674: simpler strategy for loading bytecode on SAP 2006-10-12 19:58:31 +00:00
aclement
e6a707af67 test and fix for 160674: simpler strategy for loading bytecode on SAP 2006-10-12 19:58:09 +00:00
aclement
f80ae0089b improved - hopefully get more info as to why currently failing on the build machine 2006-10-10 10:51:47 +00:00
aclement
baf4958e10 helen wanted this tidied up 2006-10-09 12:28:42 +00:00
aclement
f7508cf387 dont NPE for blank output folder (160167) 2006-10-09 12:28:29 +00:00
aclement
9175cd11df no 1.5 API! 2006-10-09 12:27:56 +00:00
aclement
7884c4e70e linux 2006-10-09 10:19:39 +00:00
aclement
d532892d89 tests and fixes for jdtlikehandleprovider, bug 159896 2006-10-06 16:29:03 +00:00
aclement
2883a55829 fixes for 156058 and 159983 2006-10-06 15:44:16 +00:00
aclement
f176ce5c3f tests for 156058 and 159983 2006-10-06 15:43:34 +00:00
wisberg
c0ef7c7243 bug 159390 Documenting long-known runtime ClassCastException from proceed 2006-10-05 17:01:58 +00:00
mwebster
c315f9d9a7 Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (restore catch(Throwable) in Aj.preProcess() and make adaptor disabled by default) 2006-10-05 10:13:54 +00:00
mwebster
3ebee688f8 Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (ensure we can filter classes like $XXX) 2006-10-05 10:12:57 +00:00
mwebster
81427c3939 Trace loader parent and class lookup 2006-10-04 14:41:49 +00:00
mwebster
6978c427a1 Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" (new "weaving aspect ..." message) 2006-10-04 13:36:23 +00:00
mwebster
6b31b32ae3 Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" 2006-10-04 13:35:09 +00:00
aclement
513564a9e5 test from Wes (bug 159143) 2006-10-04 07:27:44 +00:00
aclement
765c4be9a0 153464 - testcase in progress 2006-10-03 15:20:44 +00:00
aclement
782ade25e6 test and fix for 156904: missing type warning then it matches anyway 2006-10-03 15:00:34 +00:00
aclement
7b831ff735 test and fixes for 152366: support AND in include/exclude/dump 2006-10-03 14:30:21 +00:00
aclement
a67ec0d3c5 test and fix for 149071 2006-10-03 13:04:18 +00:00
aclement
af08e729f0 fixes for 145442: better line numbers for woven code 2006-10-03 10:32:55 +00:00
aclement
a0c198f33d fixes for 145442: better line numbers for woven code 2006-10-03 10:32:55 +00:00