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
/
src
/
org
/
aspectj
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
259649: bit of refactoring
aclement
2009-01-06
1
-36
/
+33
|
*
259649: override shouldOverwrite()
aclement
2009-01-05
1
-0
/
+4
|
*
252722: test and fix: generated super dispatch methods
aclement
2008-12-15
1
-435
/
+346
|
*
255643: test and fix
aclement
2008-12-15
1
-6
/
+32
|
*
258653: test and fix
aclement
2008-12-12
1
-6
/
+10
|
*
257833: test and fix: anno atArgs and null
aclement
2008-12-08
1
-0
/
+10
|
*
257754: decp anno: test and fix
aclement
2008-12-06
1
-14
/
+38
|
*
162135: test and fix
aclement
2008-12-04
1
-2
/
+10
|
*
commented out solution to mixin problem
aclement
2008-12-04
1
-2
/
+16
|
*
253067: fix
aclement
2008-12-02
2
-1
/
+53
|
*
185447: fixed: abstract annotation style pointcut resolution
aclement
2008-12-01
2
-3
/
+5
|
*
213751: fix
aclement
2008-12-01
1
-1
/
+1
|
*
255555: pattern parser allowing for parentheses around declare anno ↵
aclement
2008-11-29
1
-2
/
+6
|
|
|
|
signatures; cope with weaving broken code.
*
256669: itd parameter annotations copied to target
aclement
2008-11-27
3
-2
/
+94
|
*
debug Ryans problem
aclement
2008-11-03
1
-0
/
+6
|
*
fix for 163005
aclement
2008-10-30
2
-4
/
+11
|
*
173978: test and fix: local var table for method-execution and around advice
aclement
2008-10-30
1
-11
/
+60
|
*
250091: test and fix
aclement
2008-10-29
1
-14
/
+19
|
*
252285: fix and removed system.err !
aclement
2008-10-28
1
-2
/
+1
|
*
246125: the SPLIT
aclement
2008-10-22
231
-43789
/
+0
|
*
246125: c16
aclement
2008-10-21
5
-490
/
+519
|
*
246125: c15
aclement
2008-10-21
4
-17
/
+63
|
*
246125: c14
aclement
2008-10-21
13
-439
/
+479
|
*
246125: removing bcel/runtime dependencies from patterns
aclement
2008-10-21
8
-388
/
+364
|
*
246125: move dependencies on bcel out of org.aspectj.weaver.ast ↵
aclement
2008-10-21
4
-15
/
+22
|
|
|
|
org.aspectj.weaver.patterns
*
246125: removed last Asm dependency from org.aspectj.weaver (world model ↵
aclement
2008-10-20
12
-38
/
+54
|
|
|
|
ref). Removed bcelobjecttype dependency in ReferenceType.
*
246125: all asm related stuff moved out of org.aspectj.weaver package
aclement
2008-10-20
9
-867
/
+694
|
*
246125: moving structure model related stuff out of org.aspectj.weaver into ↵
aclement
2008-10-20
8
-5
/
+21
|
|
|
|
org.aspectj.weaver.model
*
246125: promoted generic sig parsing code to util
aclement
2008-10-20
6
-202
/
+167
|
*
251277: making asmmanager non-singleton
aclement
2008-10-20
11
-2294
/
+2027
|
*
250921: xlint for missing aspect on reweave
PRE_251277
aclement
2008-10-15
3
-163
/
+174
|
*
250632: fix (poor code tho...)
aclement
2008-10-14
1
-4
/
+17
|
*
250493: fix: bridge generic itd methods missing flag
aclement
2008-10-14
2
-1
/
+22
|
*
splitting - move world weaver specific operations to an interface
aclement
2008-10-12
15
-1244
/
+1384
|
*
finally blocks to close zips/streams
aclement
2008-10-03
1
-432
/
+228
|
*
dont crash if other problems prevent annotation resolution
aclement
2008-10-01
1
-0
/
+5
|
*
186884: fix
aclement
2008-09-30
1
-2
/
+6
|
*
153572: little b for Boot
aclement
2008-09-30
1
-47
/
+24
|
*
247683: test and fix: annotations on array delegates
aclement
2008-09-29
1
-153
/
+163
|
*
tracking aspects in effect last build
aclement
2008-09-27
1
-2
/
+14
|
*
248814: perclassloaderdumpdir
aclement
2008-09-27
1
-1
/
+9
|
*
null guard on getAnnotationTypes() - pr247683
aclement
2008-09-26
1
-99
/
+56
|
*
remove decp and deca rels added at compile time
aclement
2008-09-26
1
-116
/
+217
|
*
247742:c27
aclement
2008-09-24
2
-117
/
+79
|
*
242797: latest fixes for using * rather than ? in sigs
aclement
2008-09-19
3
-6
/
+8
|
*
copyright added
aclement
2008-09-18
2
-36
/
+57
|
*
can add stackmap attributes with: -1.6 -Xset:generateStackMaps=true
aclement
2008-09-17
4
-15
/
+116
|
*
incorrect imports
aclement
2008-09-17
1
-20
/
+14
|
*
might head down this route for stackmap
aclement
2008-09-17
1
-0
/
+11
|
*
supporting multiple source folders in the model - to ensure handles ↵
aclement
2008-09-16
1
-67
/
+106
|
|
|
|
compatible with JDT
[prev]
[next]