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
*
new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is a...
wisberg
2005-02-11
6
-0
/
+138
*
Building releases under 1.5 now. Scripts should define java15.home and shoul...
wisberg
2005-02-11
1
-12
/
+59
*
testing aspectj5rt module
wisberg
2005-02-11
1
-0
/
+17
*
support for building Java 5 sources
wisberg
2005-02-11
1
-6
/
+33
*
Module aliases in a .properties file
wisberg
2005-02-11
2
-18
/
+34
*
Constants
wisberg
2005-02-11
1
-0
/
+15
*
support for building Java 5 sources
wisberg
2005-02-11
4
-37
/
+66
*
serialVersionUID
wisberg
2005-02-11
2
-1
/
+4
*
cvsignore for .generated.[lst|ajsym]
wisberg
2005-02-10
1
-0
/
+2
*
Performance optimization - use stringbuffer (found using xray)
aclement
2005-02-08
1
-3
/
+4
*
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
*
missing copyright.
aclement
2005-02-08
1
-3
/
+10
*
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
7
-3
/
+39
*
Fix for atrocious incremental compilation performance.
aclement
2005-02-04
3
-17
/
+44
*
commented out tracing
aclement
2005-02-04
1
-1
/
+2
*
ignore invalid aspectj-home's when seeking aspectj libs
wisberg
2005-02-03
2
-14
/
+28
*
Fix for PR84290: Runtime retention not recognized; inhibts use of annotation ...
aclement
2005-02-03
1
-1
/
+23
*
Support for @this, @args
aclement
2005-02-03
4
-32
/
+43
*
New annotation binding tests for @args, @this. Also test for 84290.
aclement
2005-02-03
1
-1
/
+83
*
Delete unnecessary printing
aclement
2005-02-03
2
-2
/
+2
*
Annotation Binding: testcases for @this/@args and one for using named pointcu...
aclement
2005-02-03
11
-0
/
+462
*
Removing last 'use the static type for accessing static field' warnings from ...
aclement
2005-02-02
6
-11
/
+11
*
Fix NPE if attempting annotation usage on 1.4 rt.jar !
aclement
2005-02-01
1
-0
/
+5
*
Annotation Binding - now complete for @annotation (for *all* kinded PCDs)
Root_AspectJ5_Development
aclement
2005-02-01
3
-79
/
+236
*
Use the correct 'subject' at the join point for matching
aclement
2005-02-01
1
-3
/
+13
*
organized imports
aclement
2005-02-01
2
-2
/
+0
*
Annotation Binding - more test data.
aclement
2005-02-01
1
-0
/
+15
*
Annotation Binding - more test data.
aclement
2005-02-01
10
-0
/
+408
*
Tests for static method call/execution with @annotation
aclement
2005-01-31
2
-0
/
+35
*
Updates for annotation binding. Support for static methods !!
aclement
2005-01-31
3
-7
/
+9
*
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
*
Rebuilt with minor update to PUSH instruction
aclement
2005-01-31
2
-0
/
+0
*
Provided hasAnnotation() implementation
aclement
2005-01-31
1
-1
/
+11
*
No longer a restriction.
aclement
2005-01-31
1
-10
/
+11
*
Removed test that verified restriction on binding annotations
aclement
2005-01-31
1
-5
/
+7
*
Added new tests for annotation binding
aclement
2005-01-31
1
-0
/
+1
*
Annotation binding tests: @target and call/@annotation and execution/@annotation
aclement
2005-01-31
1
-0
/
+147
*
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
*
@testcase PR#84033 incremental declare error persists after fix
wisberg
2005-01-31
4
-0
/
+30
[next]