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
/
weaver
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaced Java 1.4 API
wisberg
2005-03-26
2
-2
/
+29
*
Don't report unimportant relationships (e.g. perobject)
aclement
2005-03-24
1
-1
/
+1
*
Removed 4 FIXMEs and added relationships for declare annotation on ITDs
aclement
2005-03-24
1
-16
/
+11
*
Fix for using declare annotation to target things in the default package
aclement
2005-03-24
1
-2
/
+2
*
Enhancement 88862: declare annotation hitting ITDs.
aclement
2005-03-23
8
-139
/
+593
*
Declare annotation hitting ITDs: reworked the code generation mechanism for ...
aclement
2005-03-23
1
-23
/
+21
*
fix for Bug 84122 - Allow aspectPath to contain directories
acolyer
2005-03-23
1
-16
/
+41
*
allow for changes in the underlying annotation set.
aclement
2005-03-23
1
-1
/
+1
*
one fixme resolved ...
aclement
2005-03-23
1
-2
/
+2
*
enh 76055 -
acolyer
2005-03-23
2
-0
/
+10
*
test and fix for handling a *... varargs pattern
acolyer
2005-03-23
2
-2
/
+2
*
Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...
acolyer
2005-03-22
4
-4
/
+17
*
fix for missing syntax error on execution((@XXX *) Foo.new(..))
acolyer
2005-03-14
1
-10
/
+12
*
fix for Bugzilla Bug 42743: declare soft limitation
acolyer
2005-03-14
5
-16
/
+42
*
Much more robust way to dig round the structure model ...
aclement
2005-03-11
1
-19
/
+27
*
Oops! Now skips advice/etc when looking for matches for dec @method/@ctor
aclement
2005-03-11
1
-3
/
+5
*
temporary fix to ensure we see relationships for dec @type when incrementally...
aclement
2005-03-11
1
-0
/
+5
*
Guard test execution on 1.5 vm level
aclement
2005-03-11
2
-7
/
+43
*
Declare annotation: does binary weaving of @type, copes with recursive applic...
aclement
2005-03-10
1
-27
/
+156
*
Declare annotation: Does weaving of @field, @method, @ctor - copes with recur...
aclement
2005-03-10
1
-4
/
+164
*
Improved FIXME comments ;)
aclement
2005-03-10
1
-5
/
+5
*
Declare annotation: uses the new annotation type munger
aclement
2005-03-10
1
-0
/
+9
*
Declare annotation: manages a set of annotations now
aclement
2005-03-10
5
-61
/
+231
*
Declare annotation: getAnnotations added.
aclement
2005-03-10
1
-0
/
+4
*
Declare annotation: new kind of type munger created.
aclement
2005-03-10
1
-0
/
+2
*
Declare annotation: added getAnnotation/addAnnotation to the RTX hierarchy
aclement
2005-03-10
1
-1
/
+26
*
Declare annotation: support for new declare collections.
aclement
2005-03-10
3
-1
/
+97
*
Declare annotation: put guards in for structure model building, added 'annota...
aclement
2005-03-10
1
-1
/
+132
*
Declare annotation: only declare annotation provides a differing name suffix ...
aclement
2005-03-10
1
-0
/
+11
*
Declare annotation: modified to take account of new AnnotationX stuff
aclement
2005-03-10
1
-4
/
+5
*
FIXME altered - now names culprit (me)
aclement
2005-03-10
1
-1
/
+1
*
Declare annotation: useful to know if a type pattern specifies a starred anno...
aclement
2005-03-10
1
-0
/
+4
*
Declare annotation: useful to know if a signature pattern specifies a starred...
aclement
2005-03-10
1
-0
/
+5
*
Declare annotation: creates DeclareAnnotations of the right types (using type...
aclement
2005-03-10
1
-3
/
+4
*
Declare annotation: loads of changes!
aclement
2005-03-10
1
-31
/
+229
*
Declare annotation: new infrastructure. AnnotationX is a holder for a real a...
aclement
2005-03-10
2
-0
/
+199
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
3
-6
/
+10
*
Declare annotation: New lints
aclement
2005-03-10
2
-1
/
+9
*
Declare annotation: added @Target as a well known type
aclement
2005-03-10
1
-0
/
+4
*
Declare Annotation: new message
aclement
2005-03-10
2
-0
/
+3
*
fixes for annotation type pattern bugs uncovered in 150 tests
acolyer
2005-03-10
22
-10
/
+115
*
fix for varargs example in AJDK - 9 failing tests now left in Ajc150...
acolyer
2005-03-09
6
-5
/
+33
*
fix for Bugzilla Bug 86789
acolyer
2005-03-09
1
-2
/
+7
*
@xxx(@Foo) -> @xxx(Foo)
acolyer
2005-02-17
10
-59
/
+66
*
Flag indicating if this advice actually matched anything at all.
aclement
2005-02-17
1
-0
/
+7
*
Needed for SuppressAjWarnings support
aclement
2005-02-17
1
-0
/
+3
*
Deal with putting out the non-matching advice lint warning
aclement
2005-02-17
1
-1
/
+22
*
Utility method adding for quizing whether you can find a SuppressAjWarnings a...
aclement
2005-02-17
1
-0
/
+41
*
signature for org.aspectj.lang.annotation.SuppressAjWarnings added.
aclement
2005-02-17
1
-0
/
+1
*
New lint message added for non-matching advice warning
aclement
2005-02-17
2
-2
/
+6
[next]