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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
aclement
2005-01-27
3
-10
/
+14
*
tests for PR48650 partial workaround - ugh
wisberg
2005-01-27
2
-0
/
+74
*
@testcase PR83645 pertypewithin on interface
wisberg
2005-01-25
2
-0
/
+30
*
Fix for Bug 83563: pertypewithin() handling of inner classes
aclement
2005-01-25
3
-0
/
+60
*
Fix to ensure woven methods don't lose their annotations.
aclement
2005-01-24
8
-82
/
+171
*
Fix for Bug 83303: complier error when mixing inheritance, overriding and pol...
aclement
2005-01-20
2
-0
/
+31
*
Get enum value fields to work in the ASM. Plus test reorg as we are now addin...
aclement
2005-01-20
7
-0
/
+106
*
Fix for Bug 82570: Weaved code does not include debug lines
aclement
2005-01-19
3
-0
/
+87
*
PerTypeWithin support.
aclement
2005-01-18
2
-6
/
+152
*
PerTypeWithin: Test data
aclement
2005-01-18
13
-0
/
+277
*
New compiler gives additional error message on 1.3 vm that makes this test fail.
acolyer
2005-01-17
1
-1
/
+1
*
java 5 support
acolyer
2005-01-17
8
-16
/
+34
*
Fixes for 78021, 79554 - both to do with us breaking the exception table for ...
aclement
2005-01-11
6
-4
/
+135
*
Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...
aclement
2005-01-07
2
-0
/
+60
*
All jars rebuilt with rev'd weaver version number 2.0 that we will use for As...
aclement
2005-01-07
5
-0
/
+0
*
Testcode for migration testing
aclement
2005-01-07
7
-0
/
+73
*
Removed warning that no longer comes out for this test. We were putting out ...
aclement
2005-01-07
1
-1
/
+1
*
test was failing because a message was coming out twice - once when applying ...
aclement
2005-01-06
1
-1
/
+1
*
BWD: Improvements in source location handling allow us to now include a line ...
aclement
2005-01-05
1
-1
/
+1
*
BWD: New error checking catches one more error in this testcase.
aclement
2005-01-05
1
-0
/
+1
*
Recent changes seem to have made some messages come out in a different order !
aclement
2005-01-05
2
-6
/
+8
*
test cases and fix for Bugzilla Bug 81863
acolyer
2005-01-05
4
-15
/
+23
*
extra test resources for within(@Foo *) tests
acolyer
2005-01-05
2
-0
/
+41
*
forgot to check in this updated java 5 jar for test cases
acolyer
2004-12-16
1
-0
/
+0
*
more ambiguous bindings testing
acolyer
2004-12-16
4
-0
/
+121
*
it is now safe to short-circuit in and/or pc matching (all side-effects removed)
acolyer
2004-12-16
2
-15
/
+14
*
partial fix for bug 61568.
acolyer
2004-12-15
5
-17
/
+13
*
check errors/xlints for decp'ing on annos/enums
aclement
2004-12-10
2
-13
/
+54
*
Autoboxing tests - not checked in as need 1.5 JVM to run.
aclement
2004-12-10
1
-0
/
+155
*
autoboxing for return values
aclement
2004-12-10
1
-0
/
+31
*
Tests for declare parents where enums are involved.
aclement
2004-12-10
5
-3
/
+14
*
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
2
-2
/
+16
*
@within, @withincode tests
acolyer
2004-12-10
5
-2
/
+99
*
testing for @args
acolyer
2004-12-10
4
-1
/
+216
*
more tests
acolyer
2004-12-09
4
-2
/
+21
*
updated binary form
acolyer
2004-12-09
8
-0
/
+0
*
Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior)
aclement
2004-12-09
1
-4
/
+18
*
Autoboxing testdata - all primitives covered.
aclement
2004-12-09
20
-0
/
+245
*
add in @this and @target tests to main suite
acolyer
2004-12-09
1
-0
/
+1
*
more @this @target fixes and tests
acolyer
2004-12-09
4
-14
/
+78
*
Complete varargs support.
aclement
2004-12-09
7
-23
/
+52
*
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
*
unwanted import
acolyer
2004-12-08
1
-1
/
+0
*
first @annotation test
acolyer
2004-12-08
2
-0
/
+16
*
Annotation matching.
aclement
2004-12-08
2
-19
/
+24
*
Annotation matching.
aclement
2004-12-08
6
-0
/
+67
*
updated binary form
acolyer
2004-12-08
5
-0
/
+0
*
With type mungers remembering their location, we now get a sensible error lin...
aclement
2004-12-07
1
-1
/
+1
[next]