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
/
bcel-builder
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
11
-870
/
+870
*
polish
Andy Clement
2020-08-16
6
-7
/
+23
*
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
9
-9
/
+0
|
\
|
*
Cleanup unused imports
Lars Grefer
2020-08-16
10
-10
/
+0
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
6
-27
/
+17
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
1
-2
/
+1
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
2
-2
/
+2
*
|
Single Map method can be used
Lars Grefer
2020-08-15
1
-5
/
+1
*
|
Collections.sort() can be replaced with List.sort()
Lars Grefer
2020-08-15
1
-3
/
+3
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
1
-9
/
+2
|
/
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
25
-73
/
+73
*
Unnecessary unboxing
Lars Grefer
2020-08-08
2
-6
/
+6
*
Unnecessary boxing
Lars Grefer
2020-08-08
2
-3
/
+3
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
5
-9
/
+9
*
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
1
-3
/
+1
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
35
-322
/
+286
*
Added basic ThreadLocalAwareRepository - groundwork for 561819
Andy Clement
2020-04-22
1
-0
/
+111
*
Include JDTCore for Java14
Andy Clement
2020-04-20
2
-33
/
+36
*
polish
Andy Clement
2019-11-29
19
-25
/
+30
*
Move to 1.9.6.BUILD-SNAPSHOT version
Andy Clement
2019-11-28
2
-1
/
+2
*
Java 13 support
Andy Clement
2019-11-25
2
-23
/
+27
*
Updated with Java12 support
Andy Clement
2019-04-03
2
-1
/
+7
*
fix pom version and minor improvement to classpath calc
Andy Clement
2019-01-25
1
-1
/
+1
*
mavenizing bcel-builder - complete
Andy Clement
2019-01-24
165
-0
/
+4998
*
Change the mehtod name "containsField" to "findsField".
Kui Liu
2018-10-11
1
-1
/
+1
*
More fixes for 1.9.2
V1_9_2_RC2
Andy Clement
2018-10-01
5
-3
/
+265
*
1.9.2.RC1 changes
V1_9_2_RC1
Andy Clement
2018-09-29
5
-4
/
+128
*
Support Java10
Andy Clement
2018-04-18
2
-9
/
+44
*
Bug#531694: generate more optional thisJoinPoint construction code
Andy Clement
2018-03-09
2
-3
/
+5
*
Fix for Bug 531819 - Negative parameter annotation matching not behaving
Andy Clement
2018-02-28
1
-0
/
+1
*
Add missing cases to bcel constantToString
Andy Clement
2018-02-07
1
-0
/
+21
*
Fixes Bug 525293 - Spring AOP could be faster
Andy Clement
2017-09-28
1
-5
/
+3
*
Ensure interfacemethodref can be built for invokestatic calls on interface me...
Andy Clement
2017-09-26
1
-2
/
+7
*
Various changes to get tests passing on 1.8 and 1.9
Andy Clement
2017-09-24
1
-50
/
+5
*
various changes to make more tests pass on Java9
Andy Clement
2017-09-22
1
-45
/
+100
*
Bring Java9 branch in line with 1.8.11 progress
Andy Clement
2017-09-21
2
-8
/
+21
|
\
|
*
Fix 500035: handling target only binding in @AJ pointcut
Andy Clement
2016-11-18
2
-4
/
+4
|
*
Fix 500796: Allow for kotlin creating 'synthetic' local variable table entries
Andy Clement
2016-11-07
1
-4
/
+17
*
|
add constants to list
Andy Clement
2017-09-21
1
-2
/
+4
*
|
Merged post 1.8.5 changes into Java9 branch
Andy Clement
2017-09-20
14
-29
/
+46
|
\
|
|
*
Fix 487927: ClassFormatException if LocalVariableTable data cannot be fully read
Andy Clement
2016-02-18
7
-7
/
+7
|
*
Fix 487694: Race condition in annotation unpacking can surface through Spring...
Andy Clement
2016-02-11
2
-8
/
+21
|
*
Fix 485055: declare @field failing for final String fields (see also Bug 327141)
Andy Clement
2016-01-05
1
-1
/
+3
|
*
allow reflection world to resolve generated types (e.g. lambdas)
Andy Clement
2015-06-08
5
-12
/
+12
|
*
Bug 467415 - Weaver created bridge methods missing ACC_SYNTHETIC
Andy Clement
2015-05-15
1
-0
/
+1
*
|
Upgrading bcel to latest J9 attributes
Andy Clement
2017-09-20
11
-72
/
+812
*
|
Upgrading to latest 1.9 compiler
Andy Clement
2016-06-17
2
-5
/
+8
*
|
[j9] Basic read/write of Module attribute
Andy Clement
2016-06-06
2
-1
/
+441
*
|
Cope with Java9 b74 changes
Andy Clement
2015-08-01
1
-298
/
+461
|
/
*
Use generics
Andy Clement
2014-10-08
2
-4
/
+5
[next]