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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
weaver
Commit message (
Expand
)
Author
Age
Files
Lines
*
pr115250: allows for parameterized advice and works with the generic form.
aclement
2005-11-21
1
-3
/
+8
*
pr115250: doesnt attempt to create invoke calls on parameterized types!
aclement
2005-11-21
1
-1
/
+5
*
pr115250: allows for parameterized advice.
aclement
2005-11-21
1
-1
/
+5
*
pr115250: changed parameterizeWith() signature for shadowmungers.
aclement
2005-11-21
4
-6
/
+22
*
pr115250: copy params across to variant that we build
aclement
2005-11-21
1
-0
/
+1
*
no chained exceptions under 1.3...
acolyer
2005-11-21
1
-2
/
+3
*
tests and fix for pr116229 and pr116755. Also adds support and tests for pars...
acolyer
2005-11-19
16
-79
/
+463
*
fixes for 115252 from Helen (xlint on incorrect annotation usage in signatures)
aclement
2005-11-18
10
-3
/
+311
*
fix for 115204, 116890 NPE in WildAnnotationTypePattern
aclement
2005-11-18
1
-3
/
+5
*
fix for 116949
aclement
2005-11-18
1
-6
/
+10
*
test and fix for 116626 from Matthew.
aclement
2005-11-18
1
-4
/
+6
*
fix for latest part of Alex's bug.
aclement
2005-11-17
1
-1
/
+2
*
next round of fixes for list bug reported by Alexandru.
aclement
2005-11-16
1
-1
/
+3
*
optimization - don't put bridge methods on interfaces.
aclement
2005-11-15
1
-1
/
+4
*
dont put bridge methods in an interface, you fool.
aclement
2005-11-15
1
-1
/
+1
*
Matthews patches for 115275
aclement
2005-11-15
3
-0
/
+10
*
test and fix for pr114436
aclement
2005-11-15
4
-1
/
+18
*
allow for missing type (again) - see pr116305
aclement
2005-11-15
1
-1
/
+2
*
improved bridging code gen - can cope with lazymethodgens that have no backin...
aclement
2005-11-14
1
-6
/
+17
*
fix for comment #1 in 113368
aclement
2005-11-14
1
-0
/
+1
*
fixes for pr115788 - primitive handling.
aclement
2005-11-14
2
-0
/
+13
*
tests and fixes for 115235: stackoverflow on concretizing pointcuts (patch fr...
aclement
2005-11-14
2
-1
/
+6
*
fix for parser crash on erroneous perthis() - see pr115788
aclement
2005-11-14
1
-1
/
+7
*
removed 1.5 api (doh!)
aclement
2005-11-12
1
-1
/
+1
*
fix for pr113531
aclement
2005-11-11
1
-2
/
+12
*
Fix for 113118 - use the right method to get a signature for the attribute.
aclement
2005-11-11
1
-1
/
+2
*
Matthews patches from 95529
aclement
2005-11-11
1
-6
/
+16
*
YES! Bridge method code all in !! hurrah!! See pr108101
aclement
2005-11-11
2
-79
/
+158
*
fixes for pr113447 - dont do bindings check at each shadow.
aclement
2005-11-11
8
-85
/
+33
*
fix getPackageName() to cope with parameterized types.
aclement
2005-11-10
1
-0
/
+3
*
fixes and some helper methods added.
aclement
2005-11-10
1
-4
/
+27
*
fix for binary weaving declare parents that involve parameterized times when ...
aclement
2005-11-10
1
-17
/
+16
*
fixes for pr91859
aclement
2005-11-09
2
-22
/
+16
*
testcode and fix for pr114005: copying annotations to ITDfs on interfaces.
aclement
2005-11-08
1
-3
/
+13
*
For bridge method support - make backing generic member accessible.
aclement
2005-11-08
3
-0
/
+19
*
canBeBoundTo fix for isAssignable.
aclement
2005-11-07
1
-1
/
+2
*
moved 1.5 dependency to 1.5 module!
aclement
2005-11-04
1
-2
/
+2
*
fix for pr73050 :- support for isAnonymous and name pattern matching that now...
acolyer
2005-11-04
7
-10
/
+37
*
testcode and fix for pr112476: binary weaving decp
aclement
2005-11-04
1
-1
/
+1
*
fix for 103741 - use of java 5 specific language features now policed at < 1....
acolyer
2005-11-04
13
-1
/
+83
*
new Lint warning for pr62606 - warns when an ITDC does not contain an explici...
acolyer
2005-11-03
2
-2
/
+6
*
test and fix for 86903
aclement
2005-11-03
3
-10
/
+21
*
possibly useful method being added ... investigating using it for 86903
aclement
2005-11-03
1
-0
/
+15
*
fixing a problem that services in the debugger when toString fails NPE!
aclement
2005-11-03
1
-1
/
+1
*
fix for latest variant of 114343 (see comment #5): around advice on method r...
aclement
2005-11-03
4
-7
/
+25
*
pr93253: lazytjp the default
aclement
2005-11-01
4
-19
/
+95
*
pr105479: fix. And so it begins ... the dreaded complex bridge method mechan...
aclement
2005-11-01
1
-2
/
+194
*
helpers
aclement
2005-11-01
1
-0
/
+14
*
test and fix for pr114343
aclement
2005-11-01
3
-1
/
+17
*
modified type parameter check to allow co-dependent generic declare parents t...
aclement
2005-11-01
1
-1
/
+10
[next]