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 bug 98952: @AJ if pointcut
acolyer
2005-08-17
1
-9
/
+10
*
fix for 98952 : @AJ if pointcut
acolyer
2005-08-15
1
-22
/
+40
*
Fix for pr92880: I've removed the exception clause from the declaration of aj...
aclement
2005-08-15
1
-3
/
+3
*
genericitds: when the compiler asks for a member that is in fact from an ITD ...
aclement
2005-08-12
1
-10
/
+123
*
genericitds: loads of checks added for when specifying a generic target type ...
aclement
2005-08-12
1
-13
/
+81
*
genericitds: tells the member finder to remember the munger so it can correct...
aclement
2005-08-12
1
-2
/
+3
*
genericitds: dont lookup those type variables ...
aclement
2005-08-12
1
-2
/
+8
*
genericitds: on first construction of the ITD, it builds some 'placeholder' t...
aclement
2005-08-12
1
-2
/
+25
*
genericitds: fields using target types tvars: New parameterization class that...
aclement
2005-08-12
1
-0
/
+55
*
a declare parents in an abstract aspect has no effect unless at least one con...
acolyer
2005-08-11
1
-0
/
+6
*
check that only abstract aspects can have type parameters, and that a generic...
acolyer
2005-08-11
1
-0
/
+14
*
ensure that the generic signature information for advice is retained
acolyer
2005-08-10
1
-1
/
+3
*
genericitds: 2 big changes here: I've modifed the super/extends stuff so it...
aclement
2005-08-09
1
-11
/
+14
*
updated rules that allow ITDs on generic types using type parameters
acolyer
2005-08-08
1
-0
/
+19
*
Fix for pr98901: copying annotations to new members created via ITD !!
aclement
2005-08-08
1
-2
/
+9
*
genericitds: lots of new support for recursive type variables and ITD ctors.
aclement
2005-08-04
3
-85
/
+143
*
changed Member to be an interface with impl MemberImpl. changed ResolvedMembe...
acolyer
2005-08-04
8
-14
/
+17
*
genericitds: using wildcard '? extends Type' and '? extends <TypeVariable>'. ...
aclement
2005-07-29
1
-8
/
+51
*
...
aclement
2005-07-28
1
-1
/
+1
*
ajh02 initials removed !
aclement
2005-07-28
1
-1
/
+1
*
genericmethoditd: uses different ctor so tvariables arent lost
aclement
2005-07-27
1
-5
/
+23
*
genericmethoditd: keep a note of rank/declaringelement in tvariable
aclement
2005-07-27
1
-1
/
+4
*
genericmethoditd: helper methods for going to/from resolvedmembers/methodbind...
aclement
2005-07-27
1
-2
/
+88
*
genericmethoditd: forces Resolvedmember to remember typevariables
aclement
2005-07-27
1
-0
/
+2
*
rebuilt jars because of resolvedmember serialization change to remember type ...
aclement
2005-07-27
3
-0
/
+0
*
minor versioning improvement. dont add the version attribute if someone else...
aclement
2005-07-26
1
-1
/
+14
*
fixing the versioning problem. Up until now if we found no version in a clas...
aclement
2005-07-26
2
-0
/
+21
*
removed erroneous "s" from method name
acolyer
2005-07-23
1
-2
/
+2
*
also support superinterfaces when converting an Eclipse TypeParameter into a ...
acolyer
2005-07-22
1
-2
/
+10
*
changed the serialized form of a WildTypePattern to remember generic info... ...
acolyer
2005-07-22
3
-0
/
+0
*
changes to construction and representation of parameterized types, and enforc...
acolyer
2005-07-20
5
-11
/
+32
*
method name in weaver refactored.
aclement
2005-07-18
1
-1
/
+1
*
Fix for pr103266: allow for nulls in the visitor (can happen if there are syn...
aclement
2005-07-18
1
-0
/
+5
*
makes fromBinding in EclipseFactory an instance rather than static method. Th...
acolyer
2005-07-15
16
-58
/
+67
*
This is the beginning of a significant refactoring needed to cleanly support ...
acolyer
2005-07-15
25
-199
/
+197
*
added an additional message operation to tidy up weaver code
acolyer
2005-07-13
1
-0
/
+5
*
Variant of Huff's fix for 102746 - untested hypothesis
wisberg
2005-07-11
1
-17
/
+22
*
changed EclipseFactory.makeResolvedMember from static to non-static member an...
acolyer
2005-07-11
10
-48
/
+55
*
generics: ask for the appropriate TypeX depending on the binding
aclement
2005-07-11
1
-1
/
+6
*
beginnings of proper type variable support in Eclipse type world
acolyer
2005-07-11
2
-9
/
+38
*
dummy implementation of getTypeVariables
acolyer
2005-07-08
1
-0
/
+6
*
generics: more accurate generic type test.
aclement
2005-07-08
1
-5
/
+5
*
simple implementation of isGeneric
acolyer
2005-07-08
1
-0
/
+5
*
add offset in MethodDeclarationAttribute for @AJ in AJDT
avasseur
2005-07-05
3
-11
/
+15
*
On the build machine, code to test is in jars, not in 'bin' folders - so the ...
aclement
2005-07-05
2
-0
/
+2
*
generics: implementation of getDeclaredGenericSignature()
aclement
2005-07-04
1
-1
/
+4
*
generics: Going from eclipse type bindings to AspectJ TypeXs (and back again)...
aclement
2005-07-04
1
-16
/
+51
*
generics: comments added to indicate whats gone wrong *should* there be an NP...
aclement
2005-07-04
1
-1
/
+9
*
make weaveradapter available to tests...
aclement
2005-07-04
2
-0
/
+2
*
fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l...
avasseur
2005-07-04
3
-22
/
+92
[next]