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
Commit message (
Expand
)
Author
Age
Files
Lines
*
from branch: change to advice ordering (sorts on source loc rather than name)...
aclement
2005-04-19
1
-26
/
+109
*
from branch: changed visibility
aclement
2005-04-19
1
-3
/
+2
*
from branch: loads of @AJ changes for inlining strategies, using the right JP...
aclement
2005-04-19
1
-50
/
+234
*
from branch: needs to implement mustcheckexceptions method
aclement
2005-04-19
1
-0
/
+8
*
from branch: concern from alex that sequenced hash map might be needed?
aclement
2005-04-19
1
-1
/
+2
*
from branch: redundant?
aclement
2005-04-19
1
-1
/
+11
*
from branch: dont stick the interface on @AJ thingies.
aclement
2005-04-19
1
-3
/
+12
*
from branch: rtx's now know whether they are @AJ aspects or not
aclement
2005-04-19
1
-2
/
+11
*
from branch: check exceptions if necessary
aclement
2005-04-19
1
-6
/
+15
*
from branch: mod to check if exceptions must be verified or not...
aclement
2005-04-19
1
-1
/
+8
*
from branch: perclause support necessary for @AJ
aclement
2005-04-19
1
-0
/
+13
*
modified for binding processing from branch and Andy optimized toString()
aclement
2005-04-19
1
-8
/
+15
*
from branch: processes @AJ annotations
aclement
2005-04-19
2
-0
/
+899
*
from branch: new exprs supported
aclement
2005-04-19
5
-1
/
+148
*
from branch: new tests supported
aclement
2005-04-19
1
-0
/
+28
*
From branch: necessary for @AJ
aclement
2005-04-19
1
-0
/
+389
*
from branch: modified parameter code for @AJ
aclement
2005-04-19
1
-35
/
+99
*
from branch: perclause support and modified delegate processing for multi-thr...
aclement
2005-04-19
1
-13
/
+57
*
from branch: knows about new JP subtypes
aclement
2005-04-19
1
-10
/
+48
*
from branch: processes @AJ stuff on a field
aclement
2005-04-19
1
-1
/
+4
*
from branch: processes @AJ stuff on a method
aclement
2005-04-19
1
-1
/
+4
*
from branch: capable of knowing whether it represents an @AJ aspect
aclement
2005-04-19
1
-4
/
+33
*
from branch: new utility methods for @AJ support
aclement
2005-04-19
1
-3
/
+45
*
from branch: extra perclause support for @AJ
aclement
2005-04-19
1
-0
/
+24
*
from branch: add aspectOf() via a munger
aclement
2005-04-19
2
-0
/
+16
*
from branch: binding rules different for @AJ
aclement
2005-04-19
2
-1
/
+18
*
from branch: @AJ support
aclement
2005-04-19
1
-12
/
+53
*
from branch: dealing with the binding of formals
aclement
2005-04-19
1
-2
/
+13
*
improved error message
aclement
2005-04-19
1
-1
/
+1
*
changed visibility
aclement
2005-04-19
1
-2
/
+2
*
from branch: changes for @AJ - any tests for this???
aclement
2005-04-19
1
-13
/
+25
*
from branch: expected test results changed because of new JP subtypes
aclement
2005-04-19
1
-10
/
+10
*
changed cutoff
aclement
2005-04-19
1
-3
/
+4
*
from branch: build.xml's for IntelliJ
aclement
2005-04-19
1
-0
/
+97
*
from branch: simple @AJ tests
aclement
2005-04-19
3
-0
/
+123
*
includes the basic @AJ test suite
aclement
2005-04-19
1
-0
/
+4
*
Change to ordering expected due to (harmless!) advice ordering change in Bcel...
aclement
2005-04-19
1
-1
/
+1
*
From branch: method to check if a source type is @AJ style
aclement
2005-04-19
1
-0
/
+13
*
From branch: Changes to runtime for @AJ
aclement
2005-04-19
5
-10
/
+229
*
Empty interface for EnclosingStaticPart, to enable differentiation between ES...
aclement
2005-04-19
1
-1
/
+3
*
visibility change
aclement
2005-04-19
1
-2
/
+2
*
Adds JUnit to the classpath (so it is available for test material to use)
aclement
2005-04-19
2
-3
/
+6
*
From branch: Driver for build.xmls that now exist in each module.
aclement
2005-04-19
1
-0
/
+90
*
Uses default locale rather than assuming UK
aclement
2005-04-19
1
-1
/
+1
*
organized imports
aclement
2005-04-19
2
-4
/
+4
*
Andrew Huffs coverage tests for @AJ - not currently in RunTheseBeforeYouCommi...
aclement
2005-04-19
2
-0
/
+495
*
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
*
From branch: New build scripts that Alex uses under IntelliJ - can be run ind...
aclement
2005-04-19
18
-1
/
+1072
*
Just explaining why empty test is here!
aclement
2005-04-19
1
-1
/
+4
[next]