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
/
java5
/
annotations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade license from CPLv1/EPLv1 to EPLv2
Alexander Kriegisch
2021-06-04
1
-4
/
+4
*
Various changes to get tests passing on 1.8 and 1.9
Andy Clement
2017-09-24
1
-0
/
+1
*
Fix 436653: conditional aspect activation plus various polish
Andy Clement
2014-10-06
1
-1
/
+2
*
update license to EPL
acolyer
2006-06-01
1
-2
/
+2
*
switched around.
aclement
2006-03-27
1
-1
/
+1
*
tests and fix for pr119749
acolyer
2005-12-13
1
-1
/
+1
*
tests for pr62606 - itdcs don't run field initialisers in target type. Largel...
acolyer
2005-11-03
4
-11
/
+11
*
tests and fix for enh 108118, completes @SuppressAjWarnings implementation
acolyer
2005-09-29
1
-1
/
+1
*
patch from David Knibb (IBM) to make test more resilient to JVM differences i...
acolyer
2005-08-12
1
-3
/
+29
*
improved and additional signature matching tests
acolyer
2005-08-04
1
-5
/
+5
*
Tests for 98901: annotation copying on public ITDs
aclement
2005-06-08
1
-0
/
+46
*
Tests and fixes for 98901: annotation copying on public ITDs
aclement
2005-06-08
2
-0
/
+66
*
Fix and tests for pr84312: runtime retention checking. From Andrew Huff.
aclement
2005-05-12
1
-18
/
+23
*
Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an em...
aclement
2005-04-20
1
-0
/
+23
*
fix for Bugzilla Bug 91858
acolyer
2005-04-20
1
-0
/
+7
*
reworked, temporarily commented out the MethodSignature stuff as it misbehave...
aclement
2005-03-23
1
-26
/
+26
*
Declare annotation with ITDs: testcode
aclement
2005-03-17
7
-0
/
+252
*
fix for missing syntax error on execution((@XXX *) Foo.new(..))
acolyer
2005-03-14
1
-0
/
+21
*
the "challenge Andy" mother of all dec @xxx tests.
acolyer
2005-03-11
1
-0
/
+183
*
added test for declare @constructor
acolyer
2005-03-11
1
-0
/
+8
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
1
-5
/
+4
*
Declare annotation: tons of testcode
aclement
2005-03-10
48
-0
/
+713
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
17
-9
/
+17
*
remove accidental 1.5 dependency in tests module
acolyer
2005-03-09
1
-1
/
+13
*
completing the set of AJDK examples coded up as test cases
acolyer
2005-03-09
5
-0
/
+210
*
test cases from ajdk:annotations chapter
acolyer
2005-03-09
27
-0
/
+576
*
@xxx(@Foo) -> @xxx(Foo)
acolyer
2005-02-17
10
-29
/
+29
*
Updated with suppression attribute for non-matching advice.
aclement
2005-02-17
3
-11
/
+11
*
support for annotations on ITDs, and declare annotation
acolyer
2005-02-17
7
-0
/
+147
*
Testcases for @within() and @withincode() binding.
aclement
2005-02-17
3
-0
/
+134
*
move all java 5 tests out of code and back into .xml files now that we can co...
acolyer
2005-02-11
1
-4
/
+45
*
Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec...
aclement
2005-02-11
4
-0
/
+34
*
Testcases and fix for using @target() when the annotation is in a package.
aclement
2005-02-07
3
-0
/
+27
*
Annotation Binding: testcases for @this/@args and one for using named pointcu...
aclement
2005-02-03
11
-0
/
+462
*
Annotation Binding - more test data.
aclement
2005-02-01
1
-0
/
+15
*
Annotation Binding - more test data.
aclement
2005-02-01
10
-0
/
+408
*
Tests for static method call/execution with @annotation
aclement
2005-01-31
1
-0
/
+28
*
No longer a restriction.
aclement
2005-01-31
1
-10
/
+11
*
AnnotationBinding testcases: call and execution. Also verifies annotations i...
aclement
2005-01-31
16
-0
/
+556
*
Fix to ensure woven methods don't lose their annotations.
aclement
2005-01-24
2
-0
/
+32
*
java 5 support
acolyer
2005-01-17
1
-1
/
+3
*
test cases and fix for Bugzilla Bug 81863
acolyer
2005-01-05
2
-1
/
+1
*
extra test resources for within(@Foo *) tests
acolyer
2005-01-05
2
-0
/
+41
*
Tests for declare parents where annotations are involved.
aclement
2004-12-10
5
-1
/
+23
*
test correct detection of @args in a declare
acolyer
2004-12-10
1
-0
/
+5
*
@within, @withincode tests
acolyer
2004-12-10
4
-0
/
+75
*
testing for @args
acolyer
2004-12-10
3
-0
/
+209
*
more @this @target fixes and tests
acolyer
2004-12-09
3
-14
/
+30
*
mock java.lang.annotation.Annotation
acolyer
2004-12-09
1
-0
/
+0
*
annotation tests for this and target
acolyer
2004-12-09
3
-0
/
+101
[next]