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
Commit message (
Expand
)
Author
Age
Files
Lines
*
handles resolution of bindings when the pointcut uses type variables
acolyer
2005-07-12
1
-4
/
+4
*
a pointcut now has a simple list of type variable names in scope rather than ...
acolyer
2005-07-12
8
-74
/
+90
*
test that a signature with a generic declaring type does not match on the era...
acolyer
2005-07-12
3
-1
/
+29
*
organized imports
aclement
2005-07-12
1
-3
/
+1
*
generics: new error messages.
aclement
2005-07-12
2
-0
/
+4
*
I needed to make some changes to resolveBindings, but the original method had...
acolyer
2005-07-12
1
-84
/
+111
*
parameterized members remember their erasure and this is used in member match...
acolyer
2005-07-12
4
-23
/
+126
*
test that a the erasure of a signature matches a parameterized implementation...
acolyer
2005-07-12
3
-0
/
+27
*
tests for Huff's fix for 102746 - not hooked up b/c harness manages classpath.
wisberg
2005-07-11
3
-0
/
+24
*
Variant of Huff's fix for 102746 - untested hypothesis
wisberg
2005-07-11
1
-17
/
+22
*
99861 temp fix for deadlock when Sun' Unsafe.defineClass API is used (deadloc...
avasseur
2005-07-11
1
-6
/
+8
*
fix 83935 where Jp / Pjp is an arg and bound in a formal binding as well as a...
avasseur
2005-07-11
5
-16
/
+223
*
add unresolved TypeVariableRefTypes which are created by EclipseFactory durin...
acolyer
2005-07-11
2
-0
/
+48
*
a simple type pattern for a generic type should match any parameterization of...
acolyer
2005-07-11
1
-0
/
+6
*
added one simple test for matching members of a parameterized type.
acolyer
2005-07-11
6
-13
/
+71
*
changed EclipseFactory.makeResolvedMember from static to non-static member an...
acolyer
2005-07-11
10
-48
/
+55
*
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
*
generics: temporarily use the raw type when matching until the type pattern l...
aclement
2005-07-11
1
-0
/
+2
*
generics: polices the combinations of decp when using generics/raws/parameter...
aclement
2005-07-11
1
-0
/
+44
*
generics: writes out correct class signature
aclement
2005-07-11
1
-37
/
+102
*
generics: improved type resolution, aware of raw/simple/parameterized/generic
aclement
2005-07-11
1
-4
/
+18
*
generics: dont assume bcelmethod, it cant be resolvedmember
aclement
2005-07-11
1
-2
/
+2
*
generics: signature unpacking.
aclement
2005-07-11
1
-16
/
+32
*
generics: dont assume its a bcelmethod. When working with generic methods th...
aclement
2005-07-11
1
-1
/
+1
*
generics: now promotes simple types to raw types if we discover they are gene...
aclement
2005-07-11
1
-6
/
+19
*
generics: copes with '+' '-' in the signature, less than ideal...
aclement
2005-07-11
1
-8
/
+37
*
generics: allow for type variables that arrive in static methods and don't co...
aclement
2005-07-11
1
-1
/
+1
*
generics: few bug fixes to ensure typex's know if they represent generics/raw...
aclement
2005-07-11
1
-1
/
+15
*
generics: lots of generic decp tests.
aclement
2005-07-11
2
-7
/
+117
*
generics: ask for the appropriate TypeX depending on the binding
aclement
2005-07-11
1
-1
/
+6
*
but i only changed a comment...
acolyer
2005-07-11
1
-0
/
+5
*
fixes dumb array cast
acolyer
2005-07-11
1
-2
/
+6
*
ability to replace upper bound (used when fixing up circular dependencies)
acolyer
2005-07-11
1
-0
/
+10
*
test case for Enum conversions
acolyer
2005-07-11
2
-0
/
+75
*
answer correct superclass and superinterfaces taking into account generic sig...
acolyer
2005-07-11
1
-0
/
+29
*
handle recursive type variables such as Enum
acolyer
2005-07-11
1
-15
/
+98
*
beginnings of proper type variable support in Eclipse type world
acolyer
2005-07-11
2
-9
/
+38
*
do the right thing with ":" in an ftp
acolyer
2005-07-11
3
-1
/
+1
*
generics: includes fix for generic signatures
aclement
2005-07-08
2
-0
/
+0
*
expose generic ClassTypeSignature for member resolving
acolyer
2005-07-08
1
-0
/
+4
*
support for unpacking generic signature
acolyer
2005-07-08
1
-23
/
+53
*
avoid needless resolving
acolyer
2005-07-08
1
-0
/
+5
*
improved tolerance for generics signature chars
acolyer
2005-07-08
1
-0
/
+5
*
simplify signature processing and remove implicit extends
acolyer
2005-07-08
1
-20
/
+11
*
added getTypeVariables to interface
acolyer
2005-07-08
1
-0
/
+1
*
give back parameterized versions of members for parameterized types
acolyer
2005-07-08
3
-6
/
+147
*
change signature until we figure out the right thing to do in TypeX
acolyer
2005-07-08
1
-2
/
+2
*
raise inner type visibility for subclasses
acolyer
2005-07-08
1
-2
/
+6
*
moved some tests with 1.5 dependencies
acolyer
2005-07-08
9
-75
/
+189
[next]