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
path:
root
/
weaver
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Performance optimization - don't use toString() of a pointcut on the main cod...
aclement
2005-02-08
1
-1
/
+2
*
Fix copyright.
aclement
2005-02-08
1
-1
/
+1
*
taking the print out *again*
aclement
2005-02-07
1
-1
/
+1
*
Testcases and fix for using @target() when the annotation is in a package.
aclement
2005-02-07
3
-3
/
+4
*
Support for @this, @args
aclement
2005-02-03
4
-32
/
+43
*
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
*
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
*
Putting println back in.
aclement
2005-01-31
1
-1
/
+1
*
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
*
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
1
-10
/
+25
*
Fix for Bug 82134: AspectJ 5 M2 should implement backwards compatibility for ...
aclement
2005-01-07
58
-140
/
+242
*
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
*
BWD: improved source loc creation
aclement
2005-01-05
1
-0
/
+15
*
test cases and fix for Bugzilla Bug 81863
acolyer
2005-01-05
7
-11
/
+33
*
Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning.
aclement
2005-01-05
1
-1
/
+10
*
Binary Weaving Decp: another helper method..
aclement
2005-01-05
1
-0
/
+51
*
Very very first simple helper bits of binary weaving decp
aclement
2005-01-04
2
-0
/
+22
*
Fix for Bug 82062: WeaveMessage should provide more information
aclement
2005-01-04
4
-8
/
+17
*
organized imports.
aclement
2005-01-04
1
-1
/
+0
*
Hopefully fixes disappearance of decsofts in AJDT. The addition of the offse...
aclement
2004-12-20
2
-4
/
+4
*
Fix for Bug 80916: In some cases the structure model doesn't contain the "mat...
aclement
2004-12-20
1
-0
/
+3
*
disambiguating bindings
acolyer
2004-12-16
10
-1
/
+151
*
it is now safe to short-circuit in and/or pc matching (all side-effects removed)
acolyer
2004-12-16
2
-2
/
+6
*
payback time for all the "kinding" work - only ever generate and match
acolyer
2004-12-16
2
-34
/
+59
[next]