index
:
aspectj.git
1.8.x
356694
AspectJ5_Development
BETA_JAVA8
RB_V1_5_0
RB_V1_8
RB_V_1_5_2
V1_6_X
V1_8_X
ajdt_support
antora
bug356694
bug433351
conditionalThis
dependabot/maven/com.thoughtworks.xstream-xstream-1.4.20
dependabot/maven/commons-logging-commons-logging-1.2
dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.5.0
dependabot/maven/org.apache.maven.plugins-maven-clean-plugin-3.3.1
dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.11.0
dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.1.0
dependabot/maven/org.apache.maven.plugins-maven-help-plugin-3.4.0
dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.5.0
dependabot/maven/org.codehaus.mojo-build-helper-maven-plugin-3.3.0
dependabot/maven/org.codehaus.mojo-flatten-maven-plugin-1.4.0
earlyJava9
extensions
gh-217
gh-314
invokedynamic
java-21
java8
master
maven_build
origin
paramAnnotationBinding
param_anno_matching_change
refactoring
transientTjp
verification
A seamless aspect-oriented extension to the Java programming language: https://github.com/eclipse-aspectj/aspectj
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.aspectj.ajdt.core
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ...
avasseur
2005-10-25
1
-2
/
+6
*
ajdtcore for abstract @Pointcut
avasseur
2005-10-25
2
-17
/
+61
*
test and fix for 112615 (-XhasMember not working if passed through AJDT). Pa...
aclement
2005-10-25
1
-0
/
+3
*
*Now* we're moving - more and more stuff from GenericsTests is working :) see...
aclement
2005-10-20
1
-15
/
+51
*
Fix for ordering problem when using generic abstract aspects. Fix for crappy...
aclement
2005-10-20
1
-2
/
+11
*
Changes for generic field itds - see 112105 comment 9
aclement
2005-10-20
4
-40
/
+66
*
serialized form of ITD field mungers changed (includes aliases) - jars rebuilt
aclement
2005-10-20
3
-0
/
+0
*
change to itd ctor serialization - quick rebuild of jars.
aclement
2005-10-18
3
-0
/
+0
*
ctor ITDs now remember tvar aliases (see 112105)
aclement
2005-10-18
2
-4
/
+5
*
Fix part 1 for pr110307
aclement
2005-10-17
1
-0
/
+4
*
Fix for pr112602
aclement
2005-10-17
1
-6
/
+12
*
Updates for generic ITDs - see pr112105 for a description of all changes.
aclement
2005-10-14
9
-59
/
+161
*
Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew...
aclement
2005-10-14
2
-4
/
+18
*
generic itds - see pr112105
aclement
2005-10-11
2
-6
/
+48
*
change to resolvedmember serialization (to support varargs ITDs) is quite ser...
aclement
2005-10-07
4
-0
/
+1
*
fixes for generic abstract aspects
acolyer
2005-10-06
2
-5
/
+14
*
testcases and fix for binary weaving ITDs!!!!!!!!!!! (pr85132, etc,etc)
aclement
2005-10-06
2
-6
/
+12
*
Let the bug floodgates open, reweavable is now default (pr91417)
aclement
2005-10-05
9
-48
/
+41
*
test and fix for pr111481: varargs ITD ctors. Patch from Helen Hawkins.
aclement
2005-10-05
1
-1
/
+3
*
itd support in the MAP
acolyer
2005-10-04
3
-0
/
+31
*
test and fix for pr110906: vararg ITDs
aclement
2005-10-04
6
-4
/
+9
*
Fix and tests for pr77269: incorrect structure model for inner types. (Patch ...
aclement
2005-10-04
1
-1
/
+15
*
completes all of the MAP bar ITDs
acolyer
2005-10-03
3
-8
/
+98
*
pr83717: allows ITD incremental compilation with reweavable. Also commented ...
aclement
2005-10-03
1
-24
/
+57
*
avoid unpleasant NPE (see pr110307)
aclement
2005-09-30
1
-2
/
+2
*
give compilation context on compiler crashes during test case runs
acolyer
2005-09-29
1
-0
/
+28
*
#108488 @AspectJ perthis(..) was broken for some pointcut issue
avasseur
2005-09-29
1
-10
/
+2
*
#107953 @AfterThrowing/Returning checks when extra formal is not bound
avasseur
2005-09-28
1
-14
/
+28
*
organized imports
aclement
2005-09-28
1
-2
/
+0
*
organized imports
aclement
2005-09-28
1
-5
/
+0
*
improve abort handling for AJDT
acolyer
2005-09-27
1
-0
/
+1
*
a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...
acolyer
2005-09-26
3
-5
/
+18
*
weaver5 added
aclement
2005-09-26
2
-1
/
+5
*
fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...
acolyer
2005-09-26
13
-14
/
+202
*
avoid using IdentityHashMap - that doesnt exist < 1.4
aclement
2005-09-26
1
-3
/
+3
*
avoid 'illegal forward reference' problem when compiling with 1.3
aclement
2005-09-26
1
-2
/
+3
*
Ensure tests run if no aj-build folder exists.
aclement
2005-09-26
2
-1
/
+3
*
now builds ok under 1.3. Needs a 'drastic' refactor/tidyup
aclement
2005-09-26
1
-571
/
+574
*
tests and fix for pr77076 - MUCH better toleration of missing types when weav...
acolyer
2005-09-24
4
-3
/
+12
*
tiny update.
aclement
2005-09-23
1
-0
/
+1
*
ast support ! (and testcase)
aclement
2005-09-23
3
-0
/
+4161
*
ast support !
aclement
2005-09-23
27
-0
/
+9276
*
AST support - factories for ensuring when the classes in JDT core initialize,...
aclement
2005-09-23
3
-0
/
+95
*
tests and fix for 109283.
acolyer
2005-09-22
2
-8
/
+2
*
tests and implementation for 108120 - runtime pointcut parsing and matching.
acolyer
2005-09-21
3
-4
/
+47
*
was missing two jars - I've added them.
aclement
2005-09-13
1
-0
/
+28
*
rebuilt due to attribute modifications.
aclement
2005-09-13
3
-0
/
+0
*
tests and fix for pr105181, implicit cast of itd field type on return from ge...
acolyer
2005-09-12
1
-0
/
+5
*
tests and fix for pr108903 - MUST process from super aspect to sub aspect whe...
acolyer
2005-09-12
2
-9
/
+34
*
tests and fix for pr108826, not correctly converting from T[] to ResolvedType.
acolyer
2005-09-09
1
-0
/
+7
[next]