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
Commit message (
Expand
)
Author
Age
Files
Lines
*
@AJ around inline + test, fix a bug in BcelClassWeaver on my way
avasseur
2005-05-03
1
-0
/
+108
*
PTW perClause for @AJ + perClause test
avasseur
2005-05-02
2
-7
/
+169
*
it's a whole new compiler in there...
acolyer
2005-04-29
2
-5
/
+24
*
inlining of around for @AJ works unless non public member accessed from withi...
avasseur
2005-04-28
1
-0
/
+103
*
fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...
avasseur
2005-04-26
11
-0
/
+123
*
test cases for @AspectJ visitors
acolyer
2005-04-25
29
-11
/
+537
*
@AJ annotation are runtime visible, fixed all licenses from branch for EPL
avasseur
2005-04-22
10
-50
/
+90
*
this set of commits teaches the TypeX world about parameterized types. it han...
acolyer
2005-04-20
1
-0
/
+2
*
commented jar target from bcel-builder/build.xml since broken (can someone co...
avasseur
2005-04-20
1
-0
/
+1
*
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
*
removed issingleton - causes crash
aclement
2005-04-19
1
-1
/
+1
*
From branch: @AJ test material
aclement
2005-04-19
12
-0
/
+980
*
Andrew Huffs test programs for @AJ
aclement
2005-04-19
44
-0
/
+498
*
fix for Bugzilla Bug 84333
acolyer
2005-03-23
1
-0
/
+21
*
reworked, temporarily commented out the MethodSignature stuff as it misbehave...
aclement
2005-03-23
1
-26
/
+26
*
test and fix for handling a *... varargs pattern
acolyer
2005-03-23
1
-0
/
+11
*
Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...
acolyer
2005-03-22
1
-0
/
+20
*
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
2
-6
/
+6
*
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
*
fix for varargs example in AJDK - 9 failing tests now left in Ajc150...
acolyer
2005-03-09
1
-0
/
+1
*
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
11
-0
/
+348
*
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
9
-12
/
+18
*
SuppressAjWarnings test.
aclement
2005-02-17
5
-0
/
+71
*
support for annotations on ITDs, and declare annotation
acolyer
2005-02-17
9
-0
/
+153
*
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
10
-10
/
+254
*
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
*
PerTypeWithin: Test data
aclement
2005-01-18
13
-0
/
+277
*
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
*
forgot to check in this updated java 5 jar for test cases
acolyer
2004-12-16
1
-0
/
+0
*
it is now safe to short-circuit in and/or pc matching (all side-effects removed)
acolyer
2004-12-16
1
-2
/
+7
[next]