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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge of RB_V1_5_0 changes back into HEAD
acolyer
2005-12-19
2
-0
/
+0
*
merge of changes from 1.5.0 branch into HEAD
acolyer
2005-12-19
2
-0
/
+0
*
fixes inefficient ordering of tests in SignaturePattern (that I inadvertantly...
acolyer
2005-12-14
2
-0
/
+0
*
tests and fix for ITDS in AjTypeSystem
acolyer
2005-12-13
2
-0
/
+0
*
fix for pr117854 - first part, broken switch statement.
aclement
2005-12-06
2
-0
/
+0
*
fixing the unfixable: 117882 incremental dec @type: made two methods in Anno...
aclement
2005-12-02
2
-0
/
+0
*
updates to bcel to support isNested test on JavaClass
acolyer
2005-12-02
2
-0
/
+0
*
new versions of aspectjrt.jar with annotation updates in
acolyer
2005-11-29
2
-0
/
+0
*
code for 116679: targetting a 1.2.1 runtime
aclement
2005-11-29
1
-0
/
+0
*
tests and fix for pr114332 - reflection api not detecting abstract itdms.
acolyer
2005-11-21
2
-0
/
+0
*
rebuilt for 95517
aclement
2005-11-15
1
-0
/
+0
*
fix for pr104220 - poor toString implementations for adviceexecution join poi...
acolyer
2005-11-08
2
-0
/
+0
*
add support and tests for isAnonymous in JavaClass
acolyer
2005-11-04
2
-0
/
+0
*
errr, org/aspectj/lang/annotation/Pointcut was missing from one of these, cau...
aclement
2005-10-26
2
-0
/
+0
*
concrete-aspect impl and doc for LTW - see #95529
avasseur
2005-10-25
1
-0
/
+0
*
rebuilt - includes DeclareImplements annotation
aclement
2005-10-18
2
-0
/
+0
*
implement @AspectJ ITD @DeclareParents and @DeclareImplements
avasseur
2005-10-17
1
-0
/
+0
*
Fix for generic signature parsing - see pr112105
aclement
2005-10-14
2
-0
/
+0
*
pr112514: better diagnostics when class format exception occurs.
aclement
2005-10-14
2
-0
/
+0
*
bootstrap jar - fix dup entries for target when assembling
wisberg
2005-10-14
1
-0
/
+0
*
itd support in the MAP
acolyer
2005-10-04
2
-0
/
+0
*
completes all of the MAP bar ITDs
acolyer
2005-10-03
2
-0
/
+0
*
updates to reflection library (largely javadoc, but with a few small tweaks)
acolyer
2005-09-30
2
-0
/
+0
*
final bcel fix for 101047
acolyer
2005-09-28
2
-0
/
+0
*
restoring original behaviour in LocalVariableGen - not happy with my change f...
acolyer
2005-09-28
2
-0
/
+0
*
fix for pr101407 - weaver produces wrong local variable table bytecode.
acolyer
2005-09-27
2
-0
/
+0
*
fix for pr104957: NPE whilst compiling GIJ
acolyer
2005-09-21
2
-0
/
+0
*
tests and implementation for 108120 - runtime pointcut parsing and matching.
acolyer
2005-09-21
4
-0
/
+0
*
pr109728: fix part 1 - don't let bcel damage descriptors.
aclement
2005-09-19
2
-0
/
+0
*
rebuilt *again* - i hope the build machine likes these?
aclement
2005-09-15
2
-0
/
+0
*
rebuilt *again* - i hope the build machine likes these?
aclement
2005-09-15
2
-0
/
+0
*
test and fix for pr109486: bcel exception when expecting compiler error for f...
aclement
2005-09-14
2
-0
/
+0
*
tests and fix for pr108062, failing to correctly tokenize (ZZLjava/...)
acolyer
2005-09-02
2
-0
/
+0
*
fix for pr59076, much more memory efficient creation of join point static parts
acolyer
2005-09-01
2
-0
/
+0
*
Fix for pr104720: busted tableswitch on around advice weaving.
aclement
2005-08-25
2
-0
/
+0
*
fix for pr107784, IllegalStateException on parsing generic signature
acolyer
2005-08-24
2
-0
/
+0
*
better error messages when failing to unpack a generic signature
acolyer
2005-08-24
2
-0
/
+0
*
replacing the bloated ones in CVS !
aclement
2005-08-18
2
-0
/
+0
*
for one little change, this sure was a hell of a lot of work to track down. F...
acolyer
2005-08-12
2
-0
/
+0
*
another case of ArrayStoreException - a bug that Java generics would actually...
acolyer
2005-08-12
2
-0
/
+0
*
includes fix in GenericSignatureParser to handle nested types properly.
acolyer
2005-08-11
2
-0
/
+0
*
add test for proxy weaving and jit class weaving, update ltw doc
avasseur
2005-08-11
1
-0
/
+0
*
do the right thing with ":" in an ftp
acolyer
2005-07-11
2
-0
/
+0
*
fix in GenericSigParser when tokenising primitives
acolyer
2005-07-08
2
-0
/
+0
*
small signature change in JavaClass
acolyer
2005-07-08
2
-0
/
+0
*
generics: first bit of making the compiler/weaver more aware - includes signa...
aclement
2005-07-04
2
-0
/
+0
*
JRockit agent for LTW with 1.3/1.4 + update in doc
avasseur
2005-07-04
2
-0
/
+8
*
fix release jars including testing-*
wisberg
2005-06-21
1
-0
/
+0
*
yet another version of aspectjrt.jar due to question mark over 1.5 contents i...
acolyer
2005-06-20
2
-0
/
+0
*
update aspectjrt.jar in lib and test cases uses MAP in tests to reflect intro...
acolyer
2005-06-20
2
-0
/
+0
[next]