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
*
Set version to 1.9.21-SNAPSHOT
Alexander Kriegisch
2023-09-04
1
-1
/
+1
*
AspectJ release 1.9.20.1
Alexander Kriegisch
2023-09-04
1
-1
/
+1
*
ajc162.xml: Fix test failing after previous bugfix
Alexander Kriegisch
2023-08-23
1
-2
/
+2
*
Add regression test for #257
Alexander Kriegisch
2023-08-23
3
-0
/
+174
*
Improve bridge method test, bootstrapping ASM usage
Alexander Kriegisch
2023-08-22
3
-3
/
+11
*
Regression test for Spring issue 27761
Alexander Kriegisch
2023-08-21
5
-0
/
+117
*
Set version to 1.9.21-SNAPSHOT
Alexander Kriegisch
2023-08-16
1
-1
/
+1
*
Release 1.9.20
V1_9_20
Alexander Kriegisch
2023-08-16
1
-1
/
+1
*
Move 1.9.20 bug regression tests to the correct spots
Alexander Kriegisch
2023-08-15
15
-247
/
+247
*
Fix tests using Javac via Ant using source/target < 1.8
Alexander Kriegisch
2023-08-06
1
-1
/
+1
*
Fix inline accessor method bug in BcelAccessForInlineMunger
Alexander Kriegisch
2023-08-06
1
-3
/
+5
*
Add regression test for #250
Alexander Kriegisch
2023-08-06
3
-0
/
+62
*
Add method ArrayReferenceType.equals to fix failing tests
Alexander Kriegisch
2023-06-26
2
-1
/
+13
*
Add failing test reproducing #246
Alexander Kriegisch
2023-06-26
6
-2
/
+55
*
Adjust expected error message in switch pattern tests after upstream typo fix
Alexander Kriegisch
2023-06-24
4
-11
/
+11
*
Improve SystemPropertiesTest
Alexander Kriegisch
2023-06-24
1
-5
/
+3
*
Add AllTestsAspectJ1920 to AllTests19 suite
Alexander Kriegisch
2023-06-24
1
-0
/
+2
*
eclipse-jdt/eclipse.jdt.core#919 has been fixed
Alexander Kriegisch
2023-06-24
1
-5
/
+0
*
Fix tests using Javac using source/target 1.7
Alexander Kriegisch
2023-06-24
1
-4
/
+4
*
Add basic tests for Java 20, deactivate Java 19 preview tests
Alexander Kriegisch
2023-06-24
13
-10
/
+730
*
Fix XML config for Bugs1919Tests.test_GitHub_214
Alexander Kriegisch
2023-06-04
1
-2
/
+4
*
Sync HandleProviderDelimiter with JDT Core & AJDT
Alexander Kriegisch
2023-02-26
29
-273
/
+276
*
Add regression test reproducing GitHub #214
Alexander Kriegisch
2023-01-21
7
-0
/
+68
*
Comment on newly pointcut parsing found problem in test class
Alexander Kriegisch
2023-01-15
2
-0
/
+27
*
Fix failing tests after previous commit
Alexander Kriegisch
2023-01-15
4
-23
/
+35
*
Remove old, erroneously committed binaries from tests/bugs193/543657
Alexander Kriegisch
2023-01-15
9
-0
/
+0
*
WildTypePattern: fix hashCode and toString methods
Alexander Kriegisch
2023-01-15
1
-6
/
+20
*
Expand regression tests for GitHub bug #24
Alexander Kriegisch
2023-01-15
4
-13
/
+112
*
Add regression tests for GitHub bug #24
Alexander Kriegisch
2023-01-15
5
-0
/
+142
*
Refactor, comment and reactivate Ajc183Tests.testAnnoStyleDecp_442425
Alexander Kriegisch
2023-01-07
7
-67
/
+74
*
Remove some old, accidentally committed class files from tests
Alexander Kriegisch
2023-01-07
9
-0
/
+0
*
BcelTypeMunger.mungeMethodDelegate: only use 'synchronized' when necessary
Alexander Kriegisch
2023-01-07
1
-3
/
+5
*
No more compiler errors for implicitly static inner aspects of interfaces
Alexander Kriegisch
2023-01-06
3
-0
/
+54
*
Test cosmetics
Alexander Kriegisch
2023-01-06
2
-3
/
+3
*
Add test reproducing problem from #198
Alexander Kriegisch
2023-01-04
3
-25
/
+133
*
Fix parenthesised AJ keyword compiler problem
Alexander Kriegisch
2023-01-04
3
-0
/
+57
*
Regression test for #190
Alexander Kriegisch
2022-12-30
3
-0
/
+36
*
Fix indentation in ajc1919.xml (cosmetics)
Alexander Kriegisch
2022-12-30
1
-8
/
+8
*
Set version to 1.9.20-SNAPSHOT
Alexander Kriegisch
2022-12-21
1
-1
/
+1
*
AspectJ release 1.9.19
V1_9_19
Alexander Kriegisch
2022-12-21
1
-1
/
+1
*
Fix #366085 concerning declared annotations with source retention
Alexander Kriegisch
2022-12-21
6
-5
/
+43
*
Add tests for Java 19 record patterns
Alexander Kriegisch
2022-12-21
11
-7
/
+297
*
OutputSpec.matchesThisVm better supports version ranges
Alexander Kriegisch
2022-10-05
11
-272
/
+272
*
Fix tests due to changed JDK 'toString' methods in Java 19
Alexander Kriegisch
2022-10-03
3
-42
/
+51
*
Add the first few Java 19 tests
Alexander Kriegisch
2022-10-03
12
-0
/
+698
*
Deactivate Java 18 preview language feature tests
Alexander Kriegisch
2022-10-03
2
-1
/
+4
*
Remove Batik path entries from test classpath
Alexander Kriegisch
2022-10-03
1
-7
/
+8
*
Cosmetic fixes in Java 18 tests (e.g. copyright year 2022)
Alexander Kriegisch
2022-10-03
6
-11
/
+7
*
Set Maven version to 1.9.19-SNAPSHOT
Alexander Kriegisch
2022-10-02
1
-1
/
+1
*
vuln-fix: Partial Path Traversal Vulnerability
Jonathan Leitschuh
2022-09-10
1
-1
/
+1
[next]