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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some deprecated Java and JUnit warnings by using newer API calls
Alexander Kriegisch
2021-03-21
3
-3
/
+3
*
Add Java 16 test suite for AspectJ 1.9.7 + test refactorings
Alexander Kriegisch
2021-03-21
9
-110
/
+275
*
Remove module 'run-all-junit-tests' from root POM -> speed up the build
Alexander Kriegisch
2021-03-21
1
-1
/
+1
*
Fix MultiProjectIncrementalTests.testInvalidAspectpath_pr121395
Alexander Kriegisch
2021-03-20
1
-1
/
+8
*
Fix tests expecting usage texts as failure outputs
Alexander Kriegisch
2021-03-20
2
-207
/
+201
*
Fix test relying on JVM warning being stripped from output
Alexander Kriegisch
2021-03-20
1
-10
/
+9
*
Add Java 15 / AspectJ 1.9.7 test suite
Alexander Kriegisch
2021-03-17
17
-17
/
+490
*
Add 'yield' usage to Java 12/13 switch expressions tests
Alexander Kriegisch
2021-03-17
3
-19
/
+28
*
Do not run tests using Java 14 preview features on this Java 15 compiler
Alexander Kriegisch
2021-03-17
1
-0
/
+3
*
Restructure Java 14 / AJ 1.9.6 tests
Alexander Kriegisch
2021-03-17
8
-9
/
+10
*
Upgrade to ASM 9.1, delete obsolete ASM binaries
Alexander Kriegisch
2021-03-16
1
-1
/
+1
*
Simplify execution of PureJavaTests and KnownLimitationsTests
Alexander Kriegisch
2021-03-14
6
-2242
/
+2229
*
Fix outdated ajcTestSuite.dtd and lots of XML problems
Alexander Kriegisch
2021-03-14
14
-314
/
+368
*
Make sure Java 14-only tests using preview are not executed on JVM 15+
Alexander Kriegisch
2021-03-14
4
-57
/
+89
*
Improve text matching in OutputSpec, fixing some failing Windows tests
Alexander Kriegisch
2021-03-14
2
-2
/
+2
*
Fix 'ajdoc' tests for Java 15 build
Alexander Kriegisch
2021-03-14
4
-150
/
+150
*
Add missing '-options' values -1.5, -1.9 to ajc{150,190_from150}.xml
Alexander Kriegisch
2021-03-12
2
-549
/
+427
*
Replace path separators ';' by ',' in XML test specs
Alexander Kriegisch
2021-03-11
14
-1995
/
+1995
*
Fix MultiProjectIncrementalTests.testAspectPath_pr265693, 2nd try
Alexander Kriegisch
2021-03-11
1
-3
/
+7
*
Try to fix MultiProjectIncrementalTests.testAspectPath_pr265693
Alexander Kriegisch
2021-03-11
1
-1
/
+1
*
Fix path separators in ajc190.xml, make tests run on Windows
Alexander Kriegisch
2021-03-11
1
-21
/
+21
*
Fix misplaced or incorrect javadoc tags
Jerry James
2020-09-14
2
-2
/
+2
*
Revert to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-08-21
1
-1
/
+1
*
1.9.7 milestone 1 published
Andy Clement
2020-08-21
1
-1
/
+1
*
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
*
|
Reduce test output for incremental comp tests
Andy Clement
2020-08-15
5
-50
/
+60
*
|
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
7
-67
/
+60
|
\
\
|
*
|
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
3
-8
/
+9
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
1
-2
/
+1
*
|
Collections.sort() can be replaced with List.sort()
Lars Grefer
2020-08-15
1
-2
/
+2
|
/
*
lets have maven fail if those tests fail...
Andy Clement
2020-08-14
14
-14
/
+1
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
5
-17
/
+33
|
\
|
*
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
3
-15
/
+22
|
*
Making tests behave on 11
Andy Clement
2020-08-13
3
-4
/
+13
*
|
Simplify checks for Java 8 to true
Lars Grefer
2020-08-14
1
-5
/
+1
*
|
Remove checks for old Java Versions
Lars Grefer
2020-08-13
5
-42
/
+11
|
/
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
9
-42
/
+42
*
Unnecessary unboxing
Lars Grefer
2020-08-08
1
-1
/
+1
*
Unnecessary boxing
Lars Grefer
2020-08-08
1
-1
/
+1
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
13
-40
/
+39
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
23
-133
/
+95
*
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 and new test for 550705
Andy Clement
2020-05-01
6
-11
/
+59
*
558995 testcode
Andy Clement
2020-04-29
4
-0
/
+221
*
Include JDTCore for Java14
Andy Clement
2020-04-20
25
-515
/
+874
[next]