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
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provision libraries in 'lib' automatically
Alexander Kriegisch
2021-05-05
1
-0
/
+6
*
Remove some cruft from test classes Ajc, AjcTestCase, AntSpec
Alexander Kriegisch
2021-04-16
1
-28
/
+18
*
Remove redundant 'name' and 'packaging' tags from POMs
Alexander Kriegisch
2021-04-15
1
-2
/
+0
*
Clean up Maven dependencies using 'dependency:analyze' goal
Alexander Kriegisch
2021-04-12
1
-28
/
+11
*
Replace JDiff by regular Maven dependency from GitHub Packages
Alexander Kriegisch
2021-04-10
1
-7
/
+0
*
Replace JDT Core system dependency by deployed one
Alexander Kriegisch
2021-04-09
1
-3
/
+0
*
Get rid of some Maven warnings concerning plugins + dependencies
Alexander Kriegisch
2021-03-30
1
-1
/
+0
*
Replace system-scoped dependency on commons by granular dependencies
Alexander Kriegisch
2021-03-29
1
-5
/
+3
*
Replace Ant and Xerces system-scopes libraries by normal dependencies
Alexander Kriegisch
2021-03-29
1
-18
/
+14
*
Add POM to download libs (WIP) which previously were committed to SCM
Alexander Kriegisch
2021-03-29
1
-17
/
+22
*
Make all tests run on Java 16 via '-add-opens' JVM option
java16-add-opens
Alexander Kriegisch
2021-03-23
2
-10
/
+40
*
Fix some deprecated Java and JUnit warnings by using newer API calls
Alexander Kriegisch
2021-03-21
4
-4
/
+3
*
Fix + improve some tests regarding Ajc output (usage messages etc.)
Alexander Kriegisch
2021-03-21
1
-1
/
+4
*
Add Java 16 test suite for AspectJ 1.9.7 + test refactorings
Alexander Kriegisch
2021-03-21
11
-42
/
+95
*
Fix test relying on JVM warning being stripped from output
Alexander Kriegisch
2021-03-20
1
-5
/
+3
*
Improve usage text, error and warning output in batch compiler
Alexander Kriegisch
2021-03-20
1
-0
/
+7
*
Add Java 15 / AspectJ 1.9.7 test suite
Alexander Kriegisch
2021-03-17
1
-0
/
+39
*
Do not run tests using Java 14 preview features on this Java 15 compiler
Alexander Kriegisch
2021-03-17
1
-0
/
+7
*
Add Java 15 class vile version to BCEL constants, adjust test tools etc.
Alexander Kriegisch
2021-03-16
2
-30
/
+45
*
Fix outdated ajcTestSuite.dtd and lots of XML problems
Alexander Kriegisch
2021-03-14
1
-83
/
+82
*
Fix OutputSpec corner case (test empty output) from @052bd66f
Alexander Kriegisch
2021-03-14
1
-1
/
+2
*
Make sure Java 14-only tests using preview are not executed on JVM 15+
Alexander Kriegisch
2021-03-14
1
-0
/
+31
*
Improve text matching in OutputSpec, fixing some failing Windows tests
Alexander Kriegisch
2021-03-14
1
-25
/
+20
*
Fix 'ajdoc' tests for Java 15 build
Alexander Kriegisch
2021-03-14
3
-48
/
+48
*
Fix: WeaveSpec no longer ignores the '-Xlintfile' parameter
Alexander Kriegisch
2021-03-12
1
-18
/
+23
*
Unify classpath handling in CompileSpec & RunSpec
Alexander Kriegisch
2021-03-11
2
-11
/
+7
*
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
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
9
-242
/
+242
*
polish
Andy Clement
2020-08-16
3
-194
/
+197
*
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
16
-20
/
+4
|
\
\
|
*
|
Cleanup unused imports
Lars Grefer
2020-08-16
18
-18
/
+0
|
*
|
Update to JUnit 4.13
Lars Grefer
2020-08-15
4
-7
/
+4
|
|
/
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
25
-72
/
+68
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
7
-30
/
+17
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
1
-1
/
+1
*
|
Manual array copy
Lars Grefer
2020-08-15
1
-6
/
+2
*
|
Collections.sort() can be replaced with List.sort()
Lars Grefer
2020-08-15
3
-5
/
+5
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
3
-16
/
+4
|
/
*
Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...
Lars Grefer
2020-08-14
2
-5
/
+6
|
\
|
*
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
1
-1
/
+6
*
|
Simplify checks for Java 8 to true
Lars Grefer
2020-08-14
1
-1
/
+1
*
|
Remove checks for old Java Versions
Lars Grefer
2020-08-13
1
-4
/
+4
|
/
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
17
-48
/
+48
*
Unnecessary unboxing
Lars Grefer
2020-08-08
9
-10
/
+10
*
Unnecessary boxing
Lars Grefer
2020-08-08
3
-5
/
+5
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
16
-32
/
+32
[next]