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
*
copyrights added.
aclement
2005-04-15
7
-0
/
+70
*
refactor build for Eclipse requirement..
avasseur
2005-04-11
1
-1
/
+1
*
LTW include/exclude and some refactoring of LTW
avasseur
2005-04-11
2
-3
/
+9
*
added LTW: modules loadtime and loadtime5
avasseur
2005-04-07
4
-7
/
+21
*
build the jars
avasseur
2005-03-21
1
-0
/
+11
*
moved testingutil to avoid duplicate class
avasseur
2005-03-08
1
-12
/
+11
*
build infrastructure + run test from Ant (req Ant 1.6) on its way (up to weav...
avasseur
2005-03-07
9
-20
/
+103
*
comments
avasseur
2005-02-28
3
-6
/
+8
*
moved, see README
avasseur
2005-02-28
10
-548
/
+0
*
reorg package else cannot work
avasseur
2005-02-25
12
-1
/
+588
*
@AJ aspect support. Some issue left with formal bindings, no PTW yet
avasseur
2005-02-24
41
-394
/
+1170
*
Alexs first patch.
aclement
2005-02-02
31
-185
/
+1523
*
Annotation Binding - now complete for @annotation (for *all* kinded PCDs)
Root_AspectJ5_Development
aclement
2005-02-01
2
-69
/
+154
*
Use the correct 'subject' at the join point for matching
aclement
2005-02-01
1
-3
/
+13
*
Updates for annotation binding. Support for static methods !!
aclement
2005-01-31
2
-7
/
+8
*
Annotation Binding
aclement
2005-01-31
1
-10
/
+13
*
No longer a restriction
aclement
2005-01-31
1
-4
/
+4
*
Puts out binding restriction message for unsupported kinded pcds - also verif...
aclement
2005-01-31
1
-1
/
+19
*
Annotation binding support
aclement
2005-01-31
2
-0
/
+257
*
Annotation Binding: works for @target and @annotation (when combined with cal...
aclement
2005-01-31
1
-1
/
+59
*
Organized imports.
aclement
2005-01-31
1
-1
/
+0
*
Remove message about binding restriction for @annotation
aclement
2005-01-31
1
-5
/
+0
*
Fix for annotation resolution - allow for package names!
aclement
2005-01-31
1
-1
/
+16
*
Fix for hasAnnotation() - add the annotation type through the standard route ...
aclement
2005-01-31
1
-2
/
+4
*
Updated javadoc to tell you not to use a particular method if you can help it.
aclement
2005-01-31
1
-0
/
+1
*
some of these tests were failing in an environment which did not have an aspe...
acolyer
2005-01-31
1
-10
/
+17
*
Putting println back in.
aclement
2005-01-31
1
-1
/
+1
*
weaver manifest for aspectjweaver.jar (if it changes to using this)
wisberg
2005-01-29
1
-0
/
+10
*
copyright holder - test failed when enabled.
wisberg
2005-01-29
1
-1
/
+1
*
Removing string temporarily - might be interfering with XML output for test r...
aclement
2005-01-28
1
-1
/
+1
*
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
aclement
2005-01-27
1
-1
/
+3
*
Fix for Bug 83645: pertypewithin({interface}) illegal field modifier
aclement
2005-01-27
1
-0
/
+2
*
Fix for null arrays (from AV)
aclement
2005-01-26
1
-1
/
+1
*
Added isSynthetic() to keep Java5 compiler happy (isSynthetic() is a new meth...
aclement
2005-01-26
1
-0
/
+4
*
Matthew fix for 83380: don't use enum as a variable name.
aclement
2005-01-26
1
-2
/
+2
*
Fix for Bug 83563: pertypewithin() handling of inner classes
aclement
2005-01-25
2
-6
/
+24
*
Fix to ensure woven methods don't lose their annotations.
aclement
2005-01-24
1
-0
/
+10
*
Fix for Bug 82570: Weaved code does not include debug lines
aclement
2005-01-19
1
-1
/
+8
*
PerTypeWithin support.
aclement
2005-01-18
13
-5
/
+430
*
pass addURL calls onto super
acolyer
2005-01-17
1
-0
/
+2
*
java 5 support
acolyer
2005-01-17
1
-1
/
+1
*
Fix for AjcPre10xTests.test016 if run standalone. (if run standalone no-one ...
aclement
2005-01-14
1
-0
/
+4
*
Fix for "staticinitialization(@Blah *)"
aclement
2005-01-14
1
-0
/
+2
*
Fixes for 78021, 79554 - both to do with us breaking the exception table for ...
aclement
2005-01-11
6
-37
/
+54
*
Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...
aclement
2005-01-07
68
-151
/
+256
*
rebuilt with 2.0 weaver version attribute (aj1.2.1 had version 1.0)
aclement
2005-01-07
14
-0
/
+0
*
BWD: One extra check.
aclement
2005-01-05
1
-1
/
+2
*
BWD: Improved source loc stuff and helper methods
aclement
2005-01-05
1
-0
/
+20
*
Changed order processing for weaving to match the recent changes in source or...
aclement
2005-01-05
1
-17
/
+68
*
BWD: Main part of the implementation, checks all the rules before allowing th...
aclement
2005-01-05
1
-11
/
+292
[next]