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
Commit message (
Expand
)
Author
Age
Files
Lines
*
239441 - testcode and fix
aclement
2008-07-17
1
-2
/
+6
*
239910: fix
aclement
2008-07-08
1
-1
/
+1
*
239910: fix
aclement
2008-07-08
1
-2
/
+3
*
239910: fix
aclement
2008-07-08
1
-5
/
+4
*
239910: fixed
aclement
2008-07-08
1
-1
/
+1
*
238992: test and fix
aclement
2008-07-07
1
-1
/
+12
*
remove redundant param
aclement
2008-06-24
1
-3
/
+3
*
rename from gen to regular cp
aclement
2008-06-23
1
-14
/
+13
*
MEMORY: don't create unnecessary empty arrays
aclement
2008-06-23
1
-27
/
+42
*
MEMORY: Don't create unnecessary empty lists
aclement
2008-06-23
1
-2
/
+1
*
throw more helpful exceptions when serialized form broken
aclement
2008-06-23
1
-1
/
+3
*
define empty array constant
aclement
2008-06-22
1
-0
/
+2
*
237962: deserializing 1.5.4 aspects - fix
aclement
2008-06-20
4
-4
/
+4
*
organized imports
aclement
2008-06-20
1
-1
/
+0
*
organized imports
aclement
2008-06-20
1
-2
/
+0
*
better error
aclement
2008-06-20
1
-1
/
+1
*
new fixme
aclement
2008-06-20
1
-1
/
+1
*
yikes! address megabug. switch statements whose jump destinations were woven...
aclement
2008-06-19
1
-3
/
+13
*
merge of splitNames into innerMatchesExactly - reduces number of unnecessary ...
aclement
2008-06-19
1
-16
/
+23
*
231396: cache the member!
aclement
2008-06-19
1
-3
/
+10
*
231396: loop, dont iterate
aclement
2008-06-19
1
-6
/
+9
*
231396: reducing toArray calls
aclement
2008-06-19
1
-44
/
+50
*
delegating 2 arg method to keep those on a back level happy
aclement
2008-06-18
1
-0
/
+11
*
237447: test and fix: nested parameterization
aclement
2008-06-18
1
-0
/
+25
*
237381: fix: allow deow annotations in code style aspect
aclement
2008-06-17
1
-3
/
+3
*
trying to get 237447 to happen
aclement
2008-06-17
1
-0
/
+10
*
237419: testcode and fix: use erased signature of member and dont tag all typ...
aclement
2008-06-17
5
-11
/
+36
*
test and fix for 168982: message on ataspectj nonabstract generic aspect
aclement
2008-06-11
1
-0
/
+5
*
234933: test and partial fix, just for adviceDidNotMatch so far.
aclement
2008-06-11
2
-1
/
+14
*
223226: test and fix for NPE and duplicate signature
aclement
2008-06-11
1
-2
/
+6
*
197719: second testcase
aclement
2008-06-11
1
-2
/
+0
*
197719: test and fix: advising protected method calls from inner classes
aclement
2008-06-11
1
-4
/
+12
*
230075: testcode and fix
aclement
2008-06-10
1
-2
/
+3
*
guard 155347
aclement
2008-06-10
1
-2
/
+6
*
remove leftover debug
aclement
2008-06-10
1
-3
/
+0
*
added todo
aclement
2008-06-10
1
-0
/
+2
*
test and fix for 226201 - convert return type of generic advice to parameteri...
aclement
2008-06-08
1
-1
/
+9
*
switch to container from jrelib
aclement
2008-06-06
1
-4
/
+4
*
231396: refactoring AspectJ: simplified Member again, removed string compares...
aclement
2008-06-06
6
-413
/
+53
*
231396: refactoring AspectJ: constants for two very very common types
aclement
2008-06-06
1
-0
/
+2
*
231396: refactoring AspectJ: use getExtractableName() at new location
aclement
2008-06-06
1
-2
/
+2
*
231396: refactoring AspectJ: moved getExtractableName() into here from Member
aclement
2008-06-06
1
-1
/
+10
*
231396: refactoring AspectJ: optimize flag added
aclement
2008-06-06
1
-0
/
+1
*
231396: refactoring AspectJ: used cheaper variant of method() creation
aclement
2008-06-06
1
-2
/
+3
*
used wrong level API - fixing
aclement
2008-06-06
1
-2
/
+2
*
231396: refactoring AspectJ: reduced unnecessary sig parsing from strings
aclement
2008-06-06
1
-3
/
+3
*
231396: refactoring AspectJ: moving junk out of MemberImpl
aclement
2008-06-06
1
-0
/
+246
*
231396: refactoring AspectJ: simplifying resolvedmember hierarchy and removin...
aclement
2008-06-05
8
-243
/
+221
*
(no commit message)
aclement
2008-06-04
2
-2
/
+6
*
231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to ...
aclement
2008-06-04
24
-367
/
+367
[next]