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
/
weaver
Commit message (
Expand
)
Author
Age
Files
Lines
*
helper method
aclement
2005-10-19
1
-0
/
+9
*
moved stuff around to get rid of the annoying warning about foo() should be c...
aclement
2005-10-19
8
-0
/
+0
*
due fix and test for @AJ ITD reweavable, serialization of the method delegate...
avasseur
2005-10-18
3
-15
/
+25
*
tests and fix for pr112027
aclement
2005-10-18
2
-1
/
+5
*
ctor ITDs now remember tvar aliases (see 112105)
aclement
2005-10-18
1
-8
/
+15
*
change to itd ctor serialization - quick rebuild of jars.
aclement
2005-10-18
14
-0
/
+0
*
see pr112105: delegating impl required
aclement
2005-10-18
1
-0
/
+5
*
see pr112105: can parameterize taking aliases into account
aclement
2005-10-18
3
-6
/
+30
*
see pr112105: tidyup
aclement
2005-10-18
2
-35
/
+12
*
see pr112105: parameterizes a generic ITD when looking at whether abstract me...
aclement
2005-10-18
1
-2
/
+10
*
how many spelling mistakes could I make in one comment?
aclement
2005-10-17
1
-4
/
+8
*
due fix for @AJ ITD annotation copy from ITD intf methods
avasseur
2005-10-17
1
-34
/
+24
*
Fix part 1 for pr110307
aclement
2005-10-17
5
-1269
/
+1386
*
organized imports.
aclement
2005-10-17
2
-11
/
+7
*
polish for last commit
avasseur
2005-10-17
3
-99
/
+38
*
implement @AspectJ ITD @DeclareParents and @DeclareImplements
avasseur
2005-10-17
9
-1382
/
+1855
*
Fix for pr112602
aclement
2005-10-17
1
-3
/
+4
*
working on 112602
aclement
2005-10-17
1
-1
/
+1
*
Updates for generic ITDs - see pr112105 for a description of all changes.
aclement
2005-10-14
29
-61
/
+280
*
spelling mistake corrected.
aclement
2005-10-14
1
-1
/
+1
*
pr112529: better diagnostics (I think it'll still fail tho...)
aclement
2005-10-14
1
-2
/
+2
*
pr112529: better diagnostics (I think it'll still fail tho...)
aclement
2005-10-14
1
-4
/
+13
*
Code for enhancement 107741: Updated WeavingURLClassLoader (thanks to Matthew...
aclement
2005-10-14
3
-621
/
+0
*
Fix reference to static method to use class rather than instance.
aclement
2005-10-14
1
-1
/
+1
*
Fix for 112243: incorrect entries in type map. Includes fix for this case an...
aclement
2005-10-13
2
-2
/
+19
*
generic itds - see pr112105
aclement
2005-10-11
11
-96
/
+209
*
organized imports
aclement
2005-10-10
1
-1
/
+0
*
source locations are always written out now.
aclement
2005-10-10
3
-8
/
+12
*
change to resolvedmember serialization (to support varargs ITDs) is quite ser...
aclement
2005-10-07
17
-4
/
+30
*
fixes for generic abstract aspects
acolyer
2005-10-06
17
-20
/
+235
*
testcases and fix for binary weaving ITDs!!!!!!!!!!! (pr85132, etc,etc)
aclement
2005-10-06
6
-1
/
+51
*
organized imports
aclement
2005-10-06
1
-2
/
+0
*
these changes prevent us from forgetting the interface bounds of a TypeVariab...
acolyer
2005-10-05
4
-7
/
+69
*
Let the bug floodgates open, reweavable is now default (pr91417)
aclement
2005-10-05
6
-70
/
+297
*
completes implementation of parameterizeWith throughout the PatternNode hiera...
acolyer
2005-10-05
22
-41
/
+140
*
final part of fix for 100195 - local var debug info for inlined around advice
preDefaultReweavable
acolyer
2005-10-05
4
-9
/
+36
*
test and fix for pr110906: vararg ITDs
aclement
2005-10-04
1
-3
/
+14
*
rebuilt post fix for pr110906: varargs ITD
aclement
2005-10-04
14
-0
/
+0
*
completes all of the MAP bar ITDs
acolyer
2005-10-03
2
-7
/
+16
*
pr83717: Dont expect to find source locations for type mungers if processing ...
aclement
2005-10-03
1
-1
/
+3
*
for all the good it will do - i've updated the javadoc to prevent others fall...
aclement
2005-09-30
1
-1
/
+2
*
refreshed versions of .txt files for comparison
acolyer
2005-09-30
4
-15
/
+15
*
tests and fix for enh 108118, completes @SuppressAjWarnings implementation
acolyer
2005-09-29
2
-10
/
+34
*
#108488 @AspectJ perthis(..) was broken for some pointcut issue
avasseur
2005-09-29
3
-3
/
+5
*
tests and fix for pr100195, local var debug info not preserved when inlining ...
acolyer
2005-09-29
1
-2
/
+14
*
perclause resolving
acolyer
2005-09-29
1
-1
/
+9
*
pr110927: testcase and fix
aclement
2005-09-28
1
-0
/
+1
*
#107953 @AfterThrowing/Returning checks when extra formal is not bound
avasseur
2005-09-28
1
-5
/
+5
*
pr110788: fix - better analysis of type hierarchy
aclement
2005-09-28
1
-33
/
+46
*
organized imports
aclement
2005-09-28
3
-9
/
+12
[next]