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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
java5
/
reflection
Commit message (
Collapse
)
Author
Age
Files
Lines
*
merge of changes from 1.5.0 branch into HEAD
acolyer
2005-12-19
1
-2
/
+2
|
*
making the tests more resilient to legitimate cross-vm differences
acolyer
2005-12-15
1
-7
/
+45
|
*
fixes inefficient ordering of tests in SignaturePattern (that I ↵
acolyer
2005-12-14
2
-16
/
+8
|
|
|
|
inadvertantly introduced earlier), and corrects @DeclareParents impl in AJTypeSystem :- fields should NOT be shown, and nor should non-interface members.
*
tests and fix for ITDS in AjTypeSystem
acolyer
2005-12-13
4
-0
/
+415
|
*
tests for parameter name generation in advice annotations
acolyer
2005-11-29
1
-0
/
+27
|
*
updated tests and fix for pr116229
acolyer
2005-11-27
1
-1
/
+2
|
*
tests and fix for pr114332 - reflection api not detecting abstract itdms.
acolyer
2005-11-21
2
-0
/
+47
|
*
test (passing) for pr113368. Tests for reading compiled pointcuts from ↵
acolyer
2005-11-21
2
-7
/
+37
|
|
|
|
reflection world.
*
tests and fix for pr116229 and pr116755. Also adds support and tests for ↵
acolyer
2005-11-19
2
-0
/
+36
parseTypePattern in PointcutParser.