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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collection.toArray() call style
Lars Grefer
2020-08-15
29
-40
/
+40
*
Single Map method can be used
Lars Grefer
2020-08-15
4
-30
/
+6
*
Manual array copy
Lars Grefer
2020-08-15
6
-69
/
+29
*
Collections.sort() can be replaced with List.sort()
Lars Grefer
2020-08-15
12
-17
/
+17
*
Replace List.indexOf() with List.contains()
Lars Grefer
2020-08-15
1
-1
/
+1
*
Manual array to collection copy
Lars Grefer
2020-08-15
11
-72
/
+20
*
Fix the serial version UID contribution to work properly
Andy Clement
2020-08-14
1
-126
/
+126
*
lets have maven fail if those tests fail...
Andy Clement
2020-08-14
19
-70
/
+90
*
typo
Andy Clement
2020-08-14
1
-1
/
+1
*
Merge pull request #5 from larsgrefer/remove-old-version-checks
Andy Clement
2020-08-14
27
-367
/
+196
|
\
|
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
1
-2
/
+2
|
|
\
|
|
/
|
/
|
*
|
Test on LTS versions and most recent non LTS
Andy Clement
2020-08-14
1
-2
/
+2
|
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
22
-398
/
+371
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #4 from larsgrefer/feature/github-actions
Andy Clement
2020-08-14
4
-91
/
+9
|
\
\
|
*
\
Merge branch 'master' of github.com:eclipse/org.aspectj into feature/github-a...
Lars Grefer
2020-08-14
17
-205
/
+247
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
13
-198
/
+230
*
|
|
Attempting to get J11 build happy at github
Andy Clement
2020-08-13
1
-4
/
+0
*
|
|
Making tests behave on 11
Andy Clement
2020-08-13
4
-5
/
+19
|
*
|
Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj in...
Lars Grefer
2020-08-14
7
-196
/
+123
|
|
\
\
|
|
*
|
Always run javadoc using the ToolProvider API
Lars Grefer
2020-08-14
2
-87
/
+4
|
|
/
/
|
/
|
|
*
|
|
Trying to reduce test verbosity
Andy Clement
2020-08-13
4
-103
/
+116
|
*
|
Fix compilation of JavadocRunner for Java 13+
Lars Grefer
2020-08-13
1
-5
/
+7
|
*
|
Fix JRockitAgentTest for Java 9 and 10
Lars Grefer
2020-08-13
1
-1
/
+1
|
*
|
Test more Java versions
Lars Grefer
2020-08-13
1
-1
/
+2
|
*
|
Print used tool versions
Lars Grefer
2020-08-13
1
-0
/
+2
|
*
|
Fix compilation on Java 11
Lars Grefer
2020-08-13
1
-4
/
+4
|
|
*
Simplify checks for Java 8 to true
Lars Grefer
2020-08-14
5
-132
/
+40
|
|
*
Remove checks for old Java Versions
Lars Grefer
2020-08-13
24
-236
/
+157
|
|
/
|
/
|
*
|
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
3
-6
/
+35
|
\
|
*
Fix Javadoc generation on Java 11
Lars Grefer
2020-08-13
1
-0
/
+1
|
*
Fix Testcase
Lars Grefer
2020-08-13
1
-6
/
+8
|
*
Create maven.yml
Lars Grefer
2020-08-13
1
-0
/
+26
*
|
Merge pull request #2 from larsgrefer/feature/diamond-operator
Andy Clement
2020-08-13
243
-1046
/
+1046
|
\
\
|
|
/
|
/
|
|
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
243
-1046
/
+1046
|
/
*
Merge pull request #1 from larsgrefer/feature/java5
Andy Clement
2020-08-12
394
-4449
/
+3997
|
\
|
*
Merge branch 'master' into feature/java5
Andy Clement
2020-08-12
1
-13
/
+33
|
|
\
|
|
/
|
/
|
*
|
Add a debug flag to workaround issue until we can sort it (565713)
Andy Clement
2020-08-10
1
-15
/
+35
|
*
Unnecessary unboxing
Lars Grefer
2020-08-08
30
-58
/
+58
|
*
Unnecessary boxing
Lars Grefer
2020-08-08
25
-57
/
+58
|
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
105
-238
/
+235
|
*
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
12
-68
/
+44
|
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
336
-4045
/
+3619
|
/
*
Polish
Andy Clement
2020-07-22
7
-445
/
+467
*
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
29
-31
/
+31
*
Fixed a misplaced <para> element in the Docbook documentation for ajc
Emmanuel Bourg
2020-07-22
1
-1
/
+1
*
AspectJ 1.9.6 final bits
V1_9_6
Andy Clement
2020-07-22
35
-39
/
+73
*
Update ASM and fix packaging for matcher artifact
Andy Clement
2020-07-17
24
-160
/
+408
*
polish and new test for 550705
Andy Clement
2020-05-01
6
-11
/
+59
[next]