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
*
246125: pulled tests from weaver into matcher and created bcel subtypes of ma...
aclement
2008-10-28
35
-4036
/
+278
*
252285: fix and removed system.err !
aclement
2008-10-28
1
-2
/
+1
*
246125: moving some very simple tests across to matcher from weaver
aclement
2008-10-23
4
-300
/
+6
*
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 org.aspectj.w...
aclement
2008-10-21
4
-15
/
+22
*
246125: removed last Asm dependency from org.aspectj.weaver (world model ref)...
aclement
2008-10-20
2
-317
/
+0
*
246125: removed last Asm dependency from org.aspectj.weaver (world model ref)...
aclement
2008-10-20
12
-38
/
+54
*
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 o...
aclement
2008-10-20
8
-5
/
+21
*
246125: introduce weaver dependency on matcher
aclement
2008-10-20
1
-0
/
+1
*
246125: promoted generic sig parsing code to util
aclement
2008-10-20
9
-252
/
+298
*
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
4
-10
/
+14
*
copyright added
aclement
2008-09-18
2
-36
/
+57
*
can add stackmap attributes with: -1.6 -Xset:generateStackMaps=true
aclement
2008-09-17
5
-15
/
+117
*
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 compatibl...
aclement
2008-09-16
1
-67
/
+106
*
246918: perclause:
aclement
2008-09-11
2
-565
/
+690
*
use String directly and dont build each time
aclement
2008-09-11
1
-16
/
+7
*
246125: move bcel dependent type to bcel package
aclement
2008-09-05
1
-1
/
+1
*
246125: removed CrosscuttingMembers bcel dependency
aclement
2008-09-05
3
-245
/
+130
*
246125: based on Bcel entity, moved to bcel package
aclement
2008-09-05
1
-2
/
+2
*
246125: removing bcel dependency
aclement
2008-09-05
1
-45
/
+0
*
246125: pull across useful utils from bcel package to 'normal' weaver package
aclement
2008-09-05
6
-41
/
+87
*
246125: break bcel dependency in AsmRelationshipProvider
aclement
2008-09-05
2
-17
/
+13
*
246125: comment 3: reworked AnnotationX - got rid of the thing
aclement
2008-09-05
32
-3571
/
+5315
*
breaking the weaver apart
aclement
2008-09-04
24
-2237
/
+2045
*
chewed by formatter
aclement
2008-09-04
1
-111
/
+122
*
chewed by formatter
aclement
2008-09-04
2
-93
/
+123
*
chewed by formatter. new constants for string array and annotation
aclement
2008-09-04
1
-557
/
+645
*
246264: test and fix
aclement
2008-09-04
1
-123
/
+59
[next]