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
*
From branch: New build scripts that Alex uses under IntelliJ - can be run ind...
aclement
2005-04-19
1
-0
/
+62
*
bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...
mkersten
2005-04-14
2
-12
/
+13
*
copyright added
aclement
2005-04-14
8
-0
/
+80
*
From The Branch: Alex's changes in the weaver module to avoid use of the defa...
aclement
2005-04-13
13
-5
/
+30
*
Fix for: Bugzilla Bug 91090: declare warning with staticinitialization matchi...
aclement
2005-04-13
1
-1
/
+5
*
Fix for pr90806 - stash sourcecontext whilst we have it.
aclement
2005-04-13
1
-1
/
+4
*
Use names like 'tjp.GetInfo' rather than 'tjp_GetInfo' in the lint message !
aclement
2005-04-07
1
-1
/
+1
*
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
[next]