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.matcher
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup redundant null check before instanceof
Andrey Turbanov
2022-04-17
2
-2
/
+2
*
Reduce 'Object' class usage
Andrey Turbanov
2022-04-15
2
-9
/
+9
*
Remove redundant casts after generics update
Andrey Turbanov
2022-04-12
16
-38
/
+33
*
Cleanup redundant type casts, due to too weak variable type declaration
Andrey Turbanov
2022-02-26
3
-20
/
+8
*
Improve annotation style if pointcut handling
Andy Clement
2022-01-31
1
-6
/
+32
*
polish - typo
Andy Clement
2022-01-31
1
-1
/
+1
*
Merge pull request #104 from turbanoff/use_generic_instead_of_raw_types
Andy Clement
2022-01-10
16
-36
/
+36
|
\
|
*
Update org.aspectj.matcher code to use generics.
Andrey Turbanov
2021-11-20
16
-36
/
+36
*
|
Reduce empty array allocations
Andrey Turbanov
2021-12-18
10
-21
/
+19
*
|
Merge pull request #103 from turbanoff/redundant_boxing
Andy Clement
2021-12-13
1
-1
/
+1
|
\
\
|
*
|
Cleanup redundant boxing.
Andrey Turbanov
2021-11-20
1
-1
/
+1
|
|
/
*
|
Replace more usages of StringBuffer with StringBuilder
Andrey Turbanov
2021-12-05
1
-3
/
+3
*
|
Merge pull request #102 from turbanoff/trim_trailing_whitespaces
Andy Clement
2021-11-30
2
-4
/
+4
|
\
\
|
*
|
Trim trailing whitespaces.
Andrey Turbanov
2021-11-20
2
-4
/
+4
|
|
/
*
/
Replace uses of StringBuffer with StringBuilder.
Andrey Turbanov
2021-11-20
57
-102
/
+102
|
/
*
Upgrade license from CPLv1/EPLv1 to EPLv2
Alexander Kriegisch
2021-06-04
284
-2576
/
+2576
*
Fix some deprecated Java and JUnit warnings by using newer API calls
Alexander Kriegisch
2021-03-21
6
-11
/
+19
*
Strip down compiler messages to AspectJ-specific ones
Alexander Kriegisch
2021-03-19
1
-1
/
+1
*
Fix javadoc references to nonexistent fields, classes, or packages
Jerry James
2020-09-14
5
-11
/
+11
*
Fix misplaced or incorrect javadoc tags
Jerry James
2020-09-14
12
-26
/
+21
*
Fix misplaced or incorrectly nested HTML tags
Jerry James
2020-09-14
8
-25
/
+24
*
Fix incorrect HTML entities in javadoc comments
Jerry James
2020-09-14
18
-48
/
+48
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
22
-388
/
+388
*
polish
Andy Clement
2020-08-16
1
-7
/
+6
*
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
16
-18
/
+0
|
\
|
*
Cleanup unused imports
Lars Grefer
2020-08-16
16
-18
/
+0
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
2
-4
/
+4
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
2
-4
/
+2
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
9
-12
/
+12
*
|
Manual array copy
Lars Grefer
2020-08-15
3
-9
/
+3
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
1
-6
/
+3
|
/
*
Remove checks for old Java Versions
Lars Grefer
2020-08-13
5
-62
/
+39
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
51
-197
/
+197
*
Merge branch 'master' into feature/java5
Andy Clement
2020-08-12
1
-13
/
+33
|
\
|
*
Add a debug flag to workaround issue until we can sort it (565713)
Andy Clement
2020-08-10
1
-15
/
+35
*
|
Unnecessary unboxing
Lars Grefer
2020-08-08
5
-13
/
+13
*
|
Unnecessary boxing
Lars Grefer
2020-08-08
6
-17
/
+18
*
|
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
10
-14
/
+14
*
|
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
1
-3
/
+2
*
|
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
54
-430
/
+382
|
/
*
Polish
Andy Clement
2020-07-22
3
-59
/
+73
*
Fix 550705: tricky intermittent verify error
Andy Clement
2020-04-29
1
-11
/
+24
*
polish
Andy Clement
2019-11-28
1
-31
/
+28
*
Debug for 551732
Andy Clement
2019-11-28
1
-9
/
+14
*
Fix 550494
Andy Clement
2019-11-27
1
-8
/
+11
*
Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ...
Andy Clement
2019-09-09
2
-27
/
+43
*
polish for 1.9.3
V1_9_3
Andy Clement
2019-04-04
1
-4
/
+5
*
333274: more tests and fixes: nested @Around advice with proceed
Andy Clement
2019-02-19
3
-1
/
+28
*
Adding ProceedingJoinPoint built in type
Andy Clement
2019-02-19
1
-1
/
+1
*
Fix version tagging for info strings
Andy Clement
2019-02-11
1
-1
/
+1
[next]