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
/
org.aspectj.ajdt.core
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
For build machine - fixed classpath to include built jars.
aclement
2005-06-29
2
-0
/
+2
*
Fixed classpath for build machine.
aclement
2005-06-24
1
-0
/
+8
*
Classpath set for running tests on build machine
aclement
2005-06-23
1
-11
/
+17
*
Some refactoring to try and come up with better type names!
aclement
2005-06-21
4
-8
/
+11
*
Fix and tests for bug 100227: [generics][itds] inner class with generic enclo...
aclement
2005-06-16
1
-7
/
+12
*
Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ty...
aclement
2005-06-14
1
-3
/
+3
*
Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. Allo...
aclement
2005-06-14
1
-1
/
+8
*
unused imports (only)
wisberg
2005-06-09
1
-2
/
+0
*
update to binary format as part of generics work
acolyer
2005-06-09
3
-0
/
+0
*
@style if test, fixed Ajc that was not having sandbox in cp anymore in some c...
avasseur
2005-06-09
1
-1
/
+1
*
test broken by last commit, fixed by adding lib/out.jar back into classpath f...
acolyer
2005-06-09
1
-1
/
+1
*
More aspectjrt.jar finder fixes
wisberg
2005-06-08
4
-31
/
+20
*
package roll-up, mainly for Ant JUnit gather
wisberg
2005-06-08
1
-0
/
+34
*
Adding aspectjrt.jar to classpath when n/a to avoid brittle error-checking t...
wisberg
2005-06-08
1
-1
/
+43
*
use suite() for new package tests
wisberg
2005-06-08
1
-1
/
+1
*
Prevent info messages coming out when on the command line (regression)
aclement
2005-06-07
1
-5
/
+5
*
perClause inheritance in @AJ (in ajdt module), fixed FIXME AV
avasseur
2005-06-03
2
-19
/
+113
*
Andrew Huff's patch for the -log option
acolyer
2005-06-02
2
-6
/
+51
*
Patch for 81846: Submitted by Attila Lendvai. Seems to just be hiding a prob...
aclement
2005-06-01
1
-2
/
+2
*
ignore bintest directories
acolyer
2005-05-31
1
-0
/
+1
*
empty test case for Ant junit
wisberg
2005-05-21
1
-0
/
+1
*
empty pseudo-test required by ant junit
wisberg
2005-05-21
1
-1
/
+1
[next]