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
*
optimization: less string manipulation
aclement
2006-02-22
1
-4
/
+5
*
optimization: minor performance tweak
aclement
2006-02-22
1
-9
/
+11
*
optimizationasm: some test updates since some weaver tests *really* need BCEL...
aclement
2006-02-22
5
-0
/
+734
*
optimizationasm: this needs to know if a modifiable (weavable) delegate is re...
aclement
2006-02-22
1
-0
/
+10
*
optimization: less ArrayList garbage creation!
aclement
2006-02-22
1
-2
/
+6
*
optimization: encapsulates lazy unpacking of annotations
aclement
2006-02-22
1
-0
/
+95
*
optimizationasm: new BCI independant Annotation representation.
aclement
2006-02-22
8
-14
/
+390
*
optimizationasm: the asm visitors and actual delegate classes
aclement
2006-02-22
11
-0
/
+1638
*
optimizationasm: includes asm-aj dependency
aclement
2006-02-22
1
-1
/
+2
*
test and fix for 122742 (more @AJ thisJoinPoint problems...)
aclement
2006-02-21
1
-0
/
+14
*
test and fix for 128237 from Helen
aclement
2006-02-21
1
-1
/
+5
*
oops - used Boolean.parseBoolean()
aclement
2006-02-21
1
-1
/
+2
*
Progress on: PointcutHandlerDesignator.
acolyer
2006-02-21
5
-13
/
+101
*
optimization: use tags not gens. improves memory (create less garbage), fast...
aclement
2006-02-21
9
-175
/
+107
*
exposed method for testing.
aclement
2006-02-21
1
-0
/
+3
*
Fix for 128699 - message. From Ramnivas.
aclement
2006-02-20
1
-1
/
+1
*
optimization: reset logic for primitives so they don't anchor a world instanc...
aclement
2006-02-20
2
-0
/
+15
*
feature: Use ASM for non-woven types: testcode
aclement
2006-02-16
41
-0
/
+353
*
test and fix for 122370 (Andy & Helen) - code generated for @Decp busted.
aclement
2006-02-16
1
-3
/
+7
*
tests and (slightly reworked) fix for 125699 from Helen. @AJ bug with inherit...
aclement
2006-02-16
1
-3
/
+6
*
Support for "-Xset:name=value,name=value,name=value". The name/value data is...
aclement
2006-02-16
1
-0
/
+31
*
optimization: made unpacking of the table lazy. With a minor change in AJ it...
aclement
2006-02-15
3
-5
/
+18
*
optimization: less fiddling with collections when setting up the localvariabl...
aclement
2006-02-14
1
-21
/
+27
*
optimization: use bit twiddling rather than Sets for manipulating the list of...
aclement
2006-02-13
31
-220
/
+240
*
optimization: char rather than string manipulation
aclement
2006-02-13
1
-7
/
+7
*
optimization: dont unnecessarily build signatures and faster signature proces...
aclement
2006-02-13
1
-7
/
+7
*
lessen the cost of hashcode and equals
aclement
2006-02-13
2
-14
/
+24
*
fix for 119882 (from Helen) - similar to fix for 113531
aclement
2006-02-13
1
-0
/
+5
*
Progress on: empty catch block warning - extra lint message
acolyer
2006-02-10
2
-0
/
+4
*
define some constants to avoid spreading string literals around
acolyer
2006-02-10
1
-0
/
+4
*
provide a way to reset dump state to free up memory
acolyer
2006-02-10
1
-0
/
+23
*
comment fix
aclement
2006-02-10
1
-2
/
+2
*
fix for 120356 - better feedback for DEOW when using @AJ. (from helen)
aclement
2006-02-10
1
-2
/
+39
*
dont do anything if we dont have to.
aclement
2006-02-07
1
-0
/
+2
*
Progress on: Bug 126328: IlegalStateException : zip file closed
acolyer
2006-02-03
1
-1
/
+18
*
Progress on: Bug 126316: Invalid method signature: Pjava/lang/Enum<Ljava/lang...
acolyer
2006-02-03
4
-4
/
+10
*
simple visitor added that lets you discover if a pointcut binds this or target
aclement
2006-02-02
2
-0
/
+46
*
Err, corrected to visit the right branch as well as the left...
aclement
2006-02-02
1
-2
/
+2
*
enh 123423 (expose PTW type) - code currently commented out until return type...
aclement
2006-01-30
1
-0
/
+11
*
fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as cl...
aclement
2006-01-30
1
-3
/
+7
*
avoid NPE (125657)
aclement
2006-01-30
1
-2
/
+2
*
useful definition of STRING
aclement
2006-01-30
1
-0
/
+1
*
fix for 125405 - demote raws to simple on incremental compiles when necessary.
aclement
2006-01-27
1
-0
/
+6
*
oops, crap comment earlier - fix for 125101
aclement
2006-01-25
1
-0
/
+1
*
fix is checked in.
aclement
2006-01-25
1
-1
/
+1
*
fix for 122452 - pattern parser for a duff pointcut definition. Also fix for...
aclement
2006-01-25
2
-2
/
+18
*
test and fix for 125080 - mixing numbers of types in a generic type hierarchy
aclement
2006-01-25
1
-20
/
+6
*
test and fix for 124654: generic annotation matching..
aclement
2006-01-23
1
-3
/
+12
*
test and fix for 124808
aclement
2006-01-23
2
-2
/
+12
*
test and fix for pr124803 - mixing numbers of tvars/tparams in a hierarchy
aclement
2006-01-23
1
-1
/
+37
[next]