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
...
*
test (passing) for pr113368. Tests for reading compiled pointcuts from reflec...
acolyer
2005-11-21
2
-7
/
+37
*
tests and fix for pr116229 and pr116755. Also adds support and tests for pars...
acolyer
2005-11-19
3
-0
/
+37
*
case4 of Alex's bug ;)
aclement
2005-11-17
4
-0
/
+29
*
more tests - for 115237 and alexs bug on the list.
aclement
2005-11-17
5
-1
/
+30
*
next round of fixes for list bug reported by Alexandru.
aclement
2005-11-16
8
-0
/
+30
*
committing version with a main() in it!
aclement
2005-11-16
1
-0
/
+4
*
reported on the list - failing to compile - using ITD to override a parameter...
aclement
2005-11-14
4
-0
/
+30
*
more binary bridging testcode
aclement
2005-11-14
4
-0
/
+11
*
more bridge method testcode.
aclement
2005-11-10
4
-1
/
+19
*
bridging tests.
aclement
2005-11-07
4
-0
/
+38
*
test X - matches the spec in the AJDK (work for 112105)
aclement
2005-11-07
2
-0
/
+175
*
test X - matches the spec in the AJDK (work for 112105)
aclement
2005-11-07
1
-0
/
+177
*
#114897 notreweavable is default on LTW - by Matthew Webster.
avasseur
2005-11-07
2
-2
/
+2
*
#114875 cannot reproduce NPE in @AJ abstract aspect
avasseur
2005-11-07
2
-0
/
+59
*
aspects/include handling and doc update as per #115275
avasseur
2005-11-07
1
-1
/
+1
*
with the change in LTW to default to the same version as the runtime VM (ie j...
acolyer
2005-11-04
10
-4
/
+50
*
tests for 103741 - use of java 5 specific language features now policed at < ...
acolyer
2005-11-04
1
-0
/
+32
*
tests for pr62606 - itdcs don't run field initialisers in target type. Largel...
acolyer
2005-11-03
22
-41
/
+42
*
testcase
aclement
2005-11-01
1
-0
/
+19
*
#108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine
avasseur
2005-10-28
5
-0
/
+182
*
impl and test for dec precedence in aop.xml without extends
avasseur
2005-10-27
3
-0
/
+91
*
see pr112105 comment #13: new and modified testcode
aclement
2005-10-26
4
-2
/
+186
*
detects starttWith pattern in aop.xml include/exclude and do fast match
avasseur
2005-10-26
2
-1
/
+36
*
fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ...
avasseur
2005-10-25
2
-0
/
+95
*
ajdtcore for abstract @Pointcut
avasseur
2005-10-25
1
-1
/
+1
*
some bridge method testcases and impl for 108101
aclement
2005-10-25
6
-6
/
+17
*
concrete-aspect impl and doc for LTW - see #95529
avasseur
2005-10-25
4
-0
/
+153
*
complex aspect!
aclement
2005-10-21
1
-0
/
+160
*
fix issue in test for -1.5 and @AJ ITD with @anno
avasseur
2005-10-21
6
-2
/
+126
*
*Now* we're moving - more and more stuff from GenericsTests is working :) see...
aclement
2005-10-20
2
-2
/
+25
*
Fix for ordering problem when using generic abstract aspects. Fix for crappy...
aclement
2005-10-20
3
-35
/
+150
*
more design tests.
aclement
2005-10-20
2
-0
/
+33
*
I've tackled methods and ctor generic itds - now fields.
aclement
2005-10-19
1
-0
/
+13
*
generics tests revisted post all the recent changes - more of them now pass!
aclement
2005-10-19
10
-43
/
+67
*
removed jdwp from test for CC
avasseur
2005-10-18
1
-1
/
+0
*
due fix and test for @AJ ITD reweavable, serialization of the method delegate...
avasseur
2005-10-18
5
-0
/
+146
*
slightly changed parsing test.
aclement
2005-10-18
1
-1
/
+1
*
due fix for @AJ ITD annotation copy from ITD intf methods
avasseur
2005-10-17
1
-0
/
+15
*
implement @AspectJ ITD @DeclareParents and @DeclareImplements
avasseur
2005-10-17
3
-3
/
+157
*
Updates for generic ITDs - see pr112105 for a description of all changes.
aclement
2005-10-14
2
-2
/
+18
*
generic itds - see pr112105
aclement
2005-10-11
3
-0
/
+28
*
tests for generic abstract aspects
acolyer
2005-10-06
8
-30
/
+188
*
these changes prevent us from forgetting the interface bounds of a TypeVariab...
acolyer
2005-10-05
1
-1
/
+1
*
some abstract generic aspect tests, not yet linked into main suite
acolyer
2005-10-05
3
-0
/
+245
*
Let the bug floodgates open, reweavable is now default (pr91417)
aclement
2005-10-05
2
-2
/
+5
*
itd support in the MAP
acolyer
2005-10-04
1
-0
/
+181
*
completes all of the MAP bar ITDs
acolyer
2005-10-03
5
-0
/
+229
*
updates to reflection library (largely javadoc, but with a few small tweaks)
acolyer
2005-09-30
2
-9
/
+9
*
test fix
avasseur
2005-09-29
1
-1
/
+2
*
tests and fix for enh 108118, completes @SuppressAjWarnings implementation
acolyer
2005-09-29
3
-2
/
+48
[prev]
[next]