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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix source location for @AJ + fix the AsmManager behavior for @AJ (still no l...
avasseur
2005-07-04
6
-34
/
+55
*
licensing fix.
aclement
2005-06-24
1
-1
/
+1
*
generics: helper methods
aclement
2005-06-24
1
-0
/
+18
*
generics: some of the new fields/members added
aclement
2005-06-23
1
-4
/
+58
*
copyright added.
aclement
2005-06-23
1
-0
/
+11
*
generics: Holds a generic type reference (used by the raw or parameterized va...
aclement
2005-06-23
1
-0
/
+17
*
rename weaver.patterns.TypeVariable to weaver.patterns.TypeVariablePattern
acolyer
2005-06-22
8
-60
/
+60
*
test cases for TypeVariable implementation -- AMC
acolyer
2005-06-22
2
-1
/
+125
*
early commit of TypeVariable for Andy...
acolyer
2005-06-22
1
-0
/
+131
*
Some refactoring to try and come up with better type names!
aclement
2005-06-21
8
-267
/
+315
*
LTW weaver/dump@within option + fix a sout in weaver
avasseur
2005-06-20
2
-2
/
+5
*
completed set of basic parser tests for pcds with type variables as per gener...
acolyer
2005-06-20
2
-26
/
+300
*
Fix and tests for bug 100227: [generics][itds] inner class with generic enclo...
aclement
2005-06-16
1
-20
/
+33
*
another helper method...
aclement
2005-06-16
1
-0
/
+4
*
Some new TypeX tests to check parameterization processing is working.
aclement
2005-06-14
1
-0
/
+38
*
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ...
aclement
2005-06-14
2
-5
/
+6
*
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ...
aclement
2005-06-14
1
-3
/
+3
*
Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ...
aclement
2005-06-14
1
-5
/
+102
*
rollback cvs notif test
avasseur
2005-06-13
1
-1
/
+1
*
cvs notif test
avasseur
2005-06-13
1
-1
/
+1
*
alex rollbaclk / cvs commit test
avasseur
2005-06-13
1
-1
/
+0
*
test cvsnotif
avasseur
2005-06-13
1
-0
/
+1
*
fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeComm...
avasseur
2005-06-13
2
-19
/
+6
*
unused imports (only)
wisberg
2005-06-09
7
-12
/
+0
*
This PointcutParser should *not* support if - it is not to be confused with t...
acolyer
2005-06-09
2
-137
/
+168
*
first batch of updates for generics :- largely parsing plus storage of type v...
acolyer
2005-06-09
80
-295
/
+1818
*
test for if @style - a todo for Adrian
avasseur
2005-06-09
2
-14
/
+63
*
@style if support, parser support for if() / if(true)/ if(false) [might lead ...
avasseur
2005-06-08
13
-214
/
+378
*
Tests and fixes for 98901: annotation copying on public ITDs
aclement
2005-06-08
2
-14
/
+54
*
add getters for visitor, turned on poincut test case
avasseur
2005-06-08
25
-142
/
+219
*
Tests and fix for pr98646: "Parser cannot parse varargs correctly". Fix is t...
aclement
2005-06-07
3
-33
/
+22
*
p -> append again!
acolyer
2005-06-07
1
-48
/
+48
*
p -> append
acolyer
2005-06-07
1
-53
/
+53
*
Remove Java 5 autoboxing dependency that has been introduced.
aclement
2005-06-07
1
-7
/
+6
*
mock test to avoid junit no test in there (temp / waiting for Adrian fix in p...
avasseur
2005-06-07
1
-0
/
+4
*
test case for pattern visitor, issue with varargs so test case for Adrian to ...
avasseur
2005-06-07
6
-13
/
+2509
*
finally fixed 75442+78383, impl a visitor pattern in patterns package, turned...
avasseur
2005-06-07
43
-23
/
+1277
*
perClause inheritance in @AJ (in ajdt module), fixed FIXME AV
avasseur
2005-06-03
13
-83
/
+90
*
fix for weaver test suite where munger don't have a concrete aspect attached
avasseur
2005-06-02
2
-3
/
+3
*
GenericsWork: Minor mod to Member.typesToSignature() call - now the caller ca...
aclement
2005-06-01
2
-2
/
+2
*
GenericsWork: simplified now typeX's know about raw type info
aclement
2005-06-01
1
-5
/
+0
*
GenericsWork: TypeX's know their rawTypeSignature in addition to their parame...
aclement
2005-06-01
1
-9
/
+28
*
GenericsWork: marked declaredSignature as potentially redundant - review prio...
aclement
2005-06-01
1
-1
/
+1
*
GenericsWork: signature parsing made generics aware. Added getDeclaredSignat...
aclement
2005-06-01
1
-12
/
+46
*
ignore bintest directories
acolyer
2005-05-31
1
-0
/
+2
*
@AJ aspect inheritance and static pc ref
avasseur
2005-05-31
2
-3
/
+25
*
empty pseudo-test required by ant junit
wisberg
2005-05-21
1
-0
/
+1
*
making Test a TestCase
wisberg
2005-05-21
1
-1
/
+4
*
forget the empty pseudo-test required by ant junit
wisberg
2005-05-21
1
-1
/
+1
*
test fails unless setup and run manually, so skipped with instructions
wisberg
2005-05-21
1
-1
/
+2
[next]