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
/
testsrc
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
delegates modified to return the same thing as BCEL. Ctors have the name <in...
aclement
2005-12-09
1
-1
/
+49
*
removed unused import.
aclement
2005-11-30
1
-3
/
+2
*
Further changes for 118192
aclement
2005-11-28
1
-17
/
+0
*
horrible work around for the fact that the build machine runs tests on a 1.5 ...
acolyer
2005-11-28
5
-5
/
+150
*
fixes for 118192
aclement
2005-11-28
1
-2
/
+86
*
updated tests and fix for pr116229
acolyer
2005-11-27
5
-18
/
+18
*
ensure this test works on non-windows machines too!
acolyer
2005-11-25
1
-0
/
+9
*
some fixes for 117622
aclement
2005-11-23
1
-15
/
+37
*
tests and fix for pr116229 and pr116755. Also adds support and tests for pars...
acolyer
2005-11-19
3
-0
/
+51
*
fix for 103741 - use of java 5 specific language features now policed at < 1....
acolyer
2005-11-04
3
-0
/
+3
*
organized imports.
aclement
2005-11-01
1
-3
/
+2
*
hopefully the last of the array gremlins in the reflection based world...
acolyer
2005-10-28
1
-2
/
+2
*
added a test to make sure primitives work (they do), and also tidied up the a...
acolyer
2005-10-25
1
-0
/
+6
*
ensure that reflection based world can cope when given a java.lang.Class that...
acolyer
2005-10-24
1
-0
/
+8
*
moved stuff around to get rid of the annoying warning about foo() should be c...
aclement
2005-10-19
8
-562
/
+0
*
Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew...
aclement
2005-10-14
2
-502
/
+0
*
organized imports
aclement
2005-09-28
1
-5
/
+12
*
imports organized.
aclement
2005-09-26
1
-8
/
+8
*
tests and implementation for 108120 - runtime pointcut parsing and matching.
acolyer
2005-09-21
13
-791
/
+725
*
tests and a fix for the bug with no name, in which Pooh gets carried away and...
acolyer
2005-09-12
2
-0
/
+5
*
fix for pr108818, changed the signature of concretize and concretize1 to pass...
acolyer
2005-09-06
4
-4
/
+4
*
fix for pr108448 - failing to look in *all* outer types for type variables wh...
acolyer
2005-08-31
1
-2
/
+2
*
organized imports.
aclement
2005-08-23
2
-2
/
+0
*
tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ...
wisberg
2005-08-18
1
-4
/
+90
*
early "parameterizeWith" support for pointcuts
acolyer
2005-08-11
1
-0
/
+5
*
genericitds: 2 big changes here: I've modifed the super/extends stuff so it...
aclement
2005-08-09
1
-4
/
+2
*
tests and implementation for calls to bridge methods. This completes the impl...
acolyer
2005-08-05
1
-1
/
+1
*
changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...
acolyer
2005-08-04
11
-62
/
+350
*
parser updates for generics simplification plan
acolyer
2005-07-28
1
-61
/
+126
*
full support for generic wildcard (?, ? extends, ? super)
acolyer
2005-07-28
2
-37
/
+470
*
fix corrupted test failing on Jrockit, fix a ltw doc, ltw include are ORed as...
avasseur
2005-07-28
1
-1
/
+3
*
This commit simply makes the World a better place.
acolyer
2005-07-23
1
-1
/
+1
*
dont go looking for generic types pre 1.5
aclement
2005-07-21
1
-11
/
+15
*
generics: fixes for decp testcases involving generic types targeted by param...
aclement
2005-07-21
1
-2
/
+2
*
ensure that when parameterizing a member, we handle any types that are themse...
acolyer
2005-07-20
1
-1
/
+15
*
changes to construction and representation of parameterized types, and enforc...
acolyer
2005-07-20
5
-21
/
+44
*
This is the beginning of a significant refactoring needed to cleanly support ...
acolyer
2005-07-15
32
-270
/
+272
*
organized imports
PRE_ANDY
aclement
2005-07-13
1
-4
/
+2
*
test case updates...
acolyer
2005-07-13
2
-22
/
+13
*
a pointcut now has a simple list of type variable names in scope rather than ...
acolyer
2005-07-12
1
-32
/
+31
*
generics: use raw type of iterator
aclement
2005-07-11
1
-1
/
+1
*
generics: modified to use built in types since otherwise world setup is painful.
aclement
2005-07-11
1
-2
/
+2
*
test case for Enum conversions
acolyer
2005-07-11
1
-0
/
+73
*
moved some tests with 1.5 dependencies
acolyer
2005-07-08
6
-63
/
+147
*
test cases for generics updates made by amc
acolyer
2005-07-08
6
-1
/
+303
*
copyright added.
aclement
2005-06-23
1
-0
/
+11
*
rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern
acolyer
2005-06-22
1
-32
/
+32
*
test cases for TypeVariable implementation -- AMC
acolyer
2005-06-22
1
-0
/
+123
*
completed set of basic parser tests for pcds with type variables as per gener...
acolyer
2005-06-20
1
-2
/
+236
*
Some new TypeX tests to check parameterization processing is working.
aclement
2005-06-14
1
-0
/
+38
[next]