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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for problem introduced when checking contents of dirs on the classpath fo...
aclement
2005-04-05
1
-0
/
+25
*
new tests for ASM testing of declare annotation targetting ITDs
aclement
2005-03-24
4
-13
/
+104
*
added test for pr83645 into suite
acolyer
2005-03-24
2
-1
/
+10
*
Enhancement 88862: declare annotation hitting ITDs.
aclement
2005-03-23
3
-21
/
+161
*
fix for Bugzilla Bug 84333
acolyer
2005-03-23
3
-0
/
+37
*
not useful anymore
aclement
2005-03-23
1
-21
/
+0
*
fix for Bug 84122 - Allow aspectPath to contain directories
acolyer
2005-03-23
2
-1
/
+15
*
test and fix for handling a *... varargs pattern
acolyer
2005-03-23
2
-0
/
+11
*
Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...
acolyer
2005-03-22
2
-0
/
+11
*
fix for missing syntax error on execution((@XXX *) Foo.new(..))
acolyer
2005-03-14
2
-1
/
+11
*
test cases for Bugzilla Bug 42743: declare soft limitation
acolyer
2005-03-14
2
-1
/
+28
*
the "challenge Andy" mother of all dec @xxx tests.
acolyer
2005-03-11
2
-0
/
+42
*
Guard test execution on 1.5 vm level.
aclement
2005-03-11
1
-30
/
+33
*
added test for declare @constructor
acolyer
2005-03-11
1
-5
/
+7
*
Declare annotation: all the XML specs for the tests
aclement
2005-03-10
1
-12
/
+699
*
Declare annotation: Buckets of test cases!
aclement
2005-03-10
1
-0
/
+322
*
temporarily removed one test... until parser reopened for next compiler integ...
aclement
2005-03-10
1
-3
/
+4
*
Declare annotation: add the 50 odd tests in.
aclement
2005-03-10
1
-0
/
+1
*
fix for Bugzilla Bug 87376
acolyer
2005-03-10
2
-0
/
+11
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
1
-4
/
+6
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
1
-13
/
+14
*
fix for varargs example in AJDK - 9 failing tests now left in Ajc150...
acolyer
2005-03-09
1
-4
/
+4
*
remove accidental 1.5 dependency in tests module
acolyer
2005-03-09
2
-19
/
+2
*
completing the set of AJDK examples coded up as test cases
acolyer
2005-03-09
5
-0
/
+117
*
test cases from ajdk:annotations chapter
acolyer
2005-03-09
2
-19
/
+198
*
SuppressAjWarnings test.
aclement
2005-02-17
4
-5
/
+66
*
remove syserr
acolyer
2005-02-17
1
-1
/
+0
*
only inspect results if test could run
acolyer
2005-02-17
1
-8
/
+10
*
support for annotations on ITDs, and declare annotation
acolyer
2005-02-17
3
-1
/
+141
*
Testcases for @within() and @withincode() binding.
aclement
2005-02-17
2
-0
/
+37
*
organized imports
aclement
2005-02-16
1
-5
/
+0
*
move all java 5 tests out of code and back into .xml files now that we can co...
acolyer
2005-02-11
23
-1138
/
+1300
*
Tests for 2 new annotation bugs: (1) Using the pattern '@Annotation *' in dec...
aclement
2005-02-11
1
-0
/
+21
*
Testcases and fix for using @target() when the annotation is in a package.
aclement
2005-02-07
1
-0
/
+8
*
New annotation binding tests for @args, @this. Also test for 84290.
aclement
2005-02-03
1
-1
/
+83
*
Delete unnecessary printing
aclement
2005-02-03
2
-2
/
+2
*
Annotation Binding - now complete for @annotation (for *all* kinded PCDs)
Root_AspectJ5_Development
aclement
2005-02-01
1
-10
/
+82
*
Tests for static method call/execution with @annotation
aclement
2005-01-31
1
-0
/
+7
*
Removed test that verified restriction on binding annotations
aclement
2005-01-31
1
-5
/
+7
*
Added new tests for annotation binding
aclement
2005-01-31
1
-0
/
+1
*
Annotation binding tests: @target and call/@annotation and execution/@annotation
aclement
2005-01-31
1
-0
/
+147
*
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
aclement
2005-01-27
1
-2
/
+8
*
tests for PR48650 partial workaround - ugh
wisberg
2005-01-27
2
-0
/
+74
*
Fix for Bug 83563: pertypewithin() handling of inner classes
aclement
2005-01-25
1
-0
/
+12
*
Fix to ensure woven methods don't lose their annotations.
aclement
2005-01-24
6
-82
/
+139
*
Fix for Bug 83303: complier error when mixing inheritance, overriding and pol...
aclement
2005-01-20
1
-0
/
+5
*
Get enum value fields to work in the ASM. Plus test reorg as we are now addin...
aclement
2005-01-20
6
-0
/
+103
*
Fix for Bug 82570: Weaved code does not include debug lines
aclement
2005-01-19
1
-0
/
+54
*
PerTypeWithin support.
aclement
2005-01-18
2
-6
/
+152
*
java 5 support
acolyer
2005-01-17
6
-14
/
+30
[next]