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
/
org.aspectj.ajdt.core
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
AjcTestCase: Make sure main methods can be called in Java 21
Alexander Kriegisch
2023-10-05
1
-2
/
+5
*
Put ASM on classpath for Ajc in tests
Alexander Kriegisch
2023-08-22
1
-0
/
+2
*
Further improve indentation of compilation results on the console
gh-217
Alexander Kriegisch
2023-01-24
1
-33
/
+21
*
Fix indentation of compilation results on the console
Alexander Kriegisch
2023-01-22
1
-52
/
+36
*
AjcTestCase: be less verbose when appending to buffer repeatedly
Alexander Kriegisch
2022-03-31
1
-71
/
+39
*
Make sure to always print commands when running Java test classes
Alexander Kriegisch
2022-03-31
2
-8
/
+10
*
Add test case + experimental fix for AJC option '--add-exports'
Alexander Kriegisch
2022-03-27
1
-1
/
+9
*
Add JDT Core and bcel-builder to test classpath
Alexander Kriegisch
2022-03-24
1
-2
/
+9
*
Make sure that program arguments are passed through in full LTW mode
Alexander Kriegisch
2022-03-23
1
-14
/
+17
*
Introduce AjcTestCase.DEFAULT_FULL_LTW_CLASSPATH_ENTRIES
Alexander Kriegisch
2022-03-23
1
-5
/
+12
*
AJDT Core: use JUnit 4 from class path instead of 3.8 from lib/junit
Alexander Kriegisch
2022-03-23
2
-2
/
+9
*
Fix broken 'useFullLTW' test mode
Alexander Kriegisch
2022-03-23
1
-2
/
+6
*
Use static imports for file and path separator constants
Alexander Kriegisch
2022-03-23
2
-25
/
+31
*
Merge pull request #103 from turbanoff/redundant_boxing
Andy Clement
2021-12-13
2
-2
/
+2
|
\
|
*
Cleanup redundant boxing.
Andrey Turbanov
2021-11-20
2
-2
/
+2
*
|
Replace more usages of StringBuffer with StringBuilder
Andrey Turbanov
2021-12-05
3
-13
/
+13
*
|
Replace uses of StringBuffer with StringBuilder.
Andrey Turbanov
2021-11-20
4
-12
/
+12
|
/
*
Rename DOM AST class TypePattern to AbstractTypePattern
Alexander Kriegisch
2021-10-08
2
-7
/
+6
*
Minor code clean-ups
Alexander Kriegisch
2021-06-26
1
-2
/
+3
*
Upgrade license from CPLv1/EPLv1 to EPLv2
Alexander Kriegisch
2021-06-04
50
-1040
/
+1040
*
Replace use of ASM-renamed by original ASM
Alexander Kriegisch
2021-05-16
1
-4
/
+4
*
Remove some cruft from test classes Ajc, AjcTestCase, AntSpec
Alexander Kriegisch
2021-04-16
2
-59
/
+14
*
Remove managing obsolete folder lib/asm
Alexander Kriegisch
2021-04-16
1
-43
/
+25
*
Fix OutjarTest regarding Ajc output (usage messages etc.)
Alexander Kriegisch
2021-03-21
1
-46
/
+39
*
Fix some deprecated Java and JUnit warnings by using newer API calls
Alexander Kriegisch
2021-03-21
1
-1
/
+1
*
Fix + improve some tests regarding Ajc output (usage messages etc.)
Alexander Kriegisch
2021-03-21
4
-88
/
+106
*
Upgrade to ASM 9.1, delete obsolete ASM binaries
Alexander Kriegisch
2021-03-16
1
-1
/
+1
*
Fix 'ajdoc' tests for Java 15 build
Alexander Kriegisch
2021-03-14
2
-12
/
+12
*
AjcTestCase cosmetics: surround command in failure report by quotes
Alexander Kriegisch
2021-03-11
1
-2
/
+2
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
1
-18
/
+18
*
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
7
-8
/
+0
|
\
|
*
Cleanup unused imports
Lars Grefer
2020-08-16
7
-9
/
+2
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
5
-8
/
+10
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
1
-2
/
+1
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
2
-4
/
+5
*
|
Manual array copy
Lars Grefer
2020-08-15
1
-45
/
+21
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
3
-13
/
+5
|
/
*
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
2
-2
/
+2
*
Trying to reduce test verbosity
Andy Clement
2020-08-13
3
-102
/
+115
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
11
-27
/
+27
*
Unnecessary unboxing
Lars Grefer
2020-08-08
2
-2
/
+2
*
Unnecessary boxing
Lars Grefer
2020-08-08
3
-6
/
+6
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
5
-19
/
+17
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
12
-203
/
+181
*
Polish
Andy Clement
2020-07-22
1
-17
/
+16
*
Update ASM and fix packaging for matcher artifact
Andy Clement
2020-07-17
1
-142
/
+142
*
Include JDTCore for Java14
Andy Clement
2020-04-20
1
-13
/
+13
*
Java 13 support
Andy Clement
2019-11-25
2
-74
/
+75
*
make test a bit more reliable
Andy Clement
2019-09-09
1
-53
/
+42
*
Updated with Java12 support
Andy Clement
2019-04-03
2
-4
/
+3
[next]