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
*
1.9.7 milestone 1 published
Andy Clement
2020-08-21
34
-42
/
+77
*
Merge pull request #18 from larsgrefer/feature/github-actions
V1_9_7M1
Andy Clement
2020-08-16
1
-10
/
+18
|
\
|
*
Split tests in a separate step on GitHub Actions
Lars Grefer
2020-08-17
1
-10
/
+18
|
/
*
debug for test failure under github action
Andy Clement
2020-08-16
2
-25
/
+32
*
Update to JUnit Jupiter 5.6.2
Lars Grefer
2020-08-16
1
-10
/
+32
*
Merge pull request #16 from larsgrefer/cleanup/modifiers
Andy Clement
2020-08-16
93
-2550
/
+2550
|
\
|
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
91
-2548
/
+2548
|
*
Remove unnecessary enum modifiers
Lars Grefer
2020-08-17
2
-2
/
+2
*
|
debug for test failure under github action
Andy Clement
2020-08-16
1
-0
/
+2
|
/
*
debug for test failure under github action
Andy Clement
2020-08-16
1
-10
/
+11
*
polish
Andy Clement
2020-08-16
15
-253
/
+268
*
Merge pull request #10 from larsgrefer/cleanup/pom
Andy Clement
2020-08-16
24
-31
/
+0
|
\
|
*
Remove non-existing dependency
Lars Grefer
2020-08-15
1
-8
/
+0
|
*
Remove project.parent.relative path as ../pom.xml is already the default
Lars Grefer
2020-08-15
23
-23
/
+0
*
|
Reduce test output for incremental comp tests
Andy Clement
2020-08-15
5
-50
/
+60
*
|
Merge pull request #13 from larsgrefer/feature/collection-performance
Andy Clement
2020-08-15
128
-491
/
+340
|
\
\
|
*
\
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
148
-438
/
+361
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #15 from larsgrefer/update/maven/3.6.3
Andy Clement
2020-08-15
5
-189
/
+242
|
\
\
\
|
*
|
|
Update to Maven 3.6.3
Lars Grefer
2020-08-16
5
-189
/
+242
*
|
|
|
Merge pull request #12 from larsgrefer/cleanup/unused-code
Andy Clement
2020-08-15
135
-155
/
+2
|
\
\
\
\
|
*
|
|
|
Cleanup unused imports
Lars Grefer
2020-08-16
135
-155
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #11 from larsgrefer/feature/editorconfig
Andy Clement
2020-08-15
1
-0
/
+20
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add a basic .editorconfig file
Lars Grefer
2020-08-15
1
-0
/
+20
*
|
|
|
Update to JUnit 4.13
Lars Grefer
2020-08-15
10
-35
/
+37
*
|
|
|
Merge pull request #7 from larsgrefer/patch-2
Andy Clement
2020-08-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Use the Maven Wrapper for GitHub Actions
Lars Grefer
2020-08-15
1
-2
/
+2
*
|
|
|
|
Reduce test output for incremental comp tests
Andy Clement
2020-08-15
5
-49
/
+32
*
|
|
|
|
Fix test on J14
Andy Clement
2020-08-15
2
-18
/
+28
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
Weaken Collection declarations
Lars Grefer
2020-08-15
80
-199
/
+193
|
|
|
*
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
28
-78
/
+41
|
|
|
*
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
|
|
/
/
|
/
|
|
[next]