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
/
ataspectj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade license from CPLv1/EPLv1 to EPLv2
Alexander Kriegisch
2021-06-04
58
-290
/
+289
*
Replace use of ASM-renamed by original ASM
Alexander Kriegisch
2021-05-16
1
-4
/
+4
*
Remove ASM 2.0 dependency from AtAjLTWTests::testLTWUnweavable
Alexander Kriegisch
2021-03-29
2
-28
/
+25
*
Make all tests run on Java 16 via '-add-opens' JVM option
java16-add-opens
Alexander Kriegisch
2021-03-23
1
-8
/
+42
*
Updated with Java12 support
Andy Clement
2019-04-03
1
-4
/
+4
*
version bump to 1.6
Andy Clement
2017-09-27
1
-4
/
+4
*
Fix 436653: conditional aspect activation plus various polish
Andy Clement
2014-10-06
5
-6
/
+20
*
Upgrade to JDT 1.8.0 compiler
Andy Clement
2014-03-18
1
-2
/
+2
*
prevents funny behaviour on JDK1.6
aclement
2008-08-08
1
-5
/
+5
*
Stupid bloody tests that don't tell you why they failed, I HATE THEM - fixed ...
aclement
2008-06-04
1
-1
/
+2
*
AspectJ6: simplified
aclement
2008-01-16
2
-3
/
+9
*
Test LTW dump for JSPs
mwebster
2007-01-22
2
-0
/
+17
*
Bug 158205 "NullPointerException when weaving with bootstrap agent" (improve ...
mwebster
2006-10-02
1
-1
/
+1
*
Bug 158205 "NullPointerException when weaving with bootstrap agent" (remove u...
mwebster
2006-10-02
1
-16
/
+41
*
154054 testcode and fix: noticing changes in around advice and forcing full b...
aclement
2006-09-22
1
-8
/
+12
*
141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat...
aclement
2006-08-25
1
-0
/
+3
*
Bug 150271 "Allow multiple levels of LTW information" (make weaving/not weavi...
mwebster
2006-08-23
5
-10
/
+10
*
tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTW
aclement
2006-08-08
3
-0
/
+23
*
Bug 150131 "org.aspectj.ajde.core testcases create "out" directory in project...
mwebster
2006-08-02
1
-21
/
+0
*
Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore dupl...
mwebster
2006-08-01
5
-0
/
+61
*
fixed decp bug and problem with 1.5 IBM VM
aclement
2006-06-19
1
-0
/
+1
*
fix for 120739
mwebster
2006-06-01
7
-1
/
+27
*
update license to EPL
acolyer
2006-06-01
5
-10
/
+10
*
fix for pr141945, misleading message re. aop.xml
acolyer
2006-05-16
1
-1
/
+1
*
attempt to remove the damn results.ser file.
aclement
2006-03-28
1
-0
/
+1
*
merge of RB_V1_5_0 changes back into HEAD
acolyer
2005-12-19
2
-3
/
+2
*
fix NPE in mixing style (can be in concrete aspect from code style as well)
avasseur
2005-12-19
3
-1
/
+46
*
fix new syntax @decp
avasseur
2005-12-19
2
-4
/
+8
*
rearchitect @decp
avasseur
2005-12-19
2
-4
/
+6
*
merge of changes from 1.5.0 branch into HEAD
acolyer
2005-12-19
1
-1
/
+1
*
making the tests more resilient to legitimate cross-vm differences
acolyer
2005-12-15
3
-28
/
+90
*
fixes for 120363 : from matthew (include/exclude problems for LTW)
aclement
2005-12-12
3
-4
/
+26
*
#120351 cflowbelow @AJ and binding
avasseur
2005-12-12
2
-0
/
+112
*
Some updates for 118754. The various places that were checking for 'MISSING'...
aclement
2005-12-09
7
-3
/
+84
*
tests for parameter name generation in advice annotations
acolyer
2005-11-29
1
-0
/
+0
*
updated tests and fix for pr116229
acolyer
2005-11-27
1
-2
/
+2
*
Matthews changes - enabling us to see bytecode before and after LTW (bug 117854)
aclement
2005-11-26
6
-19
/
+42
*
matthews patches from 116899
aclement
2005-11-24
6
-3
/
+38
*
tests and fix for pr116229 and pr116755. Also adds support and tests for pars...
acolyer
2005-11-19
1
-0
/
+1
*
#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 pr62606 - itdcs don't run field initialisers in target type. Largel...
acolyer
2005-11-03
1
-3
/
+3
*
#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
*
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
*
concrete-aspect impl and doc for LTW - see #95529
avasseur
2005-10-25
4
-0
/
+153
[next]