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
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
4
-69
/
+69
*
Remove unnecessary enum modifiers
Lars Grefer
2020-08-17
2
-2
/
+2
*
polish
Andy Clement
2020-08-16
3
-38
/
+38
*
Merge pull request #10 from larsgrefer/cleanup/pom
Andy Clement
2020-08-16
1
-1
/
+0
|
\
|
*
Remove project.parent.relative path as ../pom.xml is already the default
Lars Grefer
2020-08-15
1
-1
/
+0
*
|
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
17
-22
/
+0
|
\
\
|
*
|
Cleanup unused imports
Lars Grefer
2020-08-16
17
-22
/
+0
|
|
/
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
5
-24
/
+24
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
4
-14
/
+7
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
4
-4
/
+4
*
|
Single Map method can be used
Lars Grefer
2020-08-15
1
-5
/
+1
*
|
Collections.sort() can be replaced with List.sort()
Lars Grefer
2020-08-15
4
-4
/
+4
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
1
-6
/
+2
|
/
*
Fix the serial version UID contribution to work properly
Andy Clement
2020-08-14
1
-126
/
+126
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
1
-63
/
+87
|
\
|
*
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
1
-63
/
+87
*
|
Simplify checks for Java 8 to true
Lars Grefer
2020-08-14
1
-3
/
+1
*
|
Remove checks for old Java Versions
Lars Grefer
2020-08-13
9
-122
/
+93
|
/
*
Adjust ASM version number used to work properly with Records (J14)
Andy Clement
2020-08-13
1
-2
/
+3
*
Merge pull request #3 from larsgrefer/feature/github-actions
Andy Clement
2020-08-13
1
-6
/
+8
|
\
|
*
Fix Testcase
Lars Grefer
2020-08-13
1
-6
/
+8
*
|
Use the diamond operator where possible
Lars Grefer
2020-08-13
40
-233
/
+233
|
/
*
Unnecessary boxing
Lars Grefer
2020-08-08
5
-11
/
+11
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
10
-16
/
+16
*
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
6
-21
/
+9
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
34
-404
/
+321
*
Fix serialVersionUID initialization for java9+
eli-fin
2020-07-22
1
-24
/
+13
*
Rev to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-07-22
1
-1
/
+1
*
AspectJ 1.9.6 final bits
V1_9_6
Andy Clement
2020-07-22
1
-1
/
+1
*
Update ASM and fix packaging for matcher artifact
Andy Clement
2020-07-17
1
-1
/
+1
*
Polish
Andy Clement
2020-04-22
2
-16
/
+15
*
polish
Andy Clement
2019-11-29
42
-89
/
+139
*
Move to 1.9.6.BUILD-SNAPSHOT version
Andy Clement
2019-11-28
1
-1
/
+1
*
1.9.5 release versions in poms
V1_9_5
Andy Clement
2019-11-28
1
-1
/
+1
*
Fix 550494
Andy Clement
2019-11-27
1
-55
/
+45
*
Java 13 support
Andy Clement
2019-11-25
2
-14
/
+21
*
Fix Bug 387122 - threadlocal in weavingadaptor is potential memory leak
Andy Clement
2019-09-12
1
-22
/
+22
*
543657: tweak to use current data rather than last known packed data
Andy Clement
2019-09-11
1
-5
/
+6
*
Moved tests around for avoiding weaving switch infrastructure method
Andy Clement
2019-09-11
5
-79
/
+57
*
- dont't weave synthetic enum helper method for switch
Semyon Danilov
2019-09-10
8
-3
/
+428
*
Fix Bug 550696 - ClassCastException during load time weaving: InstructionHand...
Andy Clement
2019-09-09
1
-3
/
+3
*
Fix 548785: Check level is >=1.8 when looking to skip inlining around advice ...
Andy Clement
2019-07-02
2
-14
/
+15
*
Fix 548860: don't pass lowercased string through
Andy Clement
2019-07-02
1
-32
/
+31
*
Fix 547808: npe regression for multi @Around
Andy Clement
2019-06-03
1
-61
/
+62
*
Update to 1.9.5.BUILD-SNAPSHOT in poms
Andy Clement
2019-06-03
1
-1
/
+1
*
1.9.4 POMS
Andy Clement
2019-05-10
1
-1
/
+1
*
Final bits of AspectJ 1.9.4
Andy Clement
2019-05-10
3
-28
/
+280
*
pushed versions to 1.9.4.BUILD-SNAPSHOT
Andy Clement
2019-04-17
1
-1
/
+1
*
Updated with Java12 support
Andy Clement
2019-04-03
1
-3
/
+13
*
extra check...
Andy Clement
2019-03-06
1
-1
/
+3
[next]