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
/
testsrc
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fail gracefully when trying to bind in an @pcd
acolyer
2004-12-09
2
-6
/
+16
*
lots of pointcut parsing test cases for @xxx pcds
acolyer
2004-12-08
2
-6
/
+163
*
update to new @pat syntax
acolyer
2004-12-08
1
-2
/
+2
*
Annotation matching.
aclement
2004-12-08
2
-5
/
+7
*
Annotation matching.
aclement
2004-12-08
2
-6
/
+76
*
updated test cases to reflect new parsing
acolyer
2004-12-08
2
-95
/
+93
*
updates to annotation parsing...
acolyer
2004-12-08
1
-1
/
+9
*
Annotation matching.
aclement
2004-12-08
3
-2
/
+202
*
more parser test cases and updates
acolyer
2004-12-07
1
-19
/
+100
*
annotation pattern and type pattern parsing and test cases
acolyer
2004-12-06
3
-27
/
+252
*
work in progress.... annotation pointcuts, parsing, and patterns
acolyer
2004-12-06
3
-2
/
+71
*
integrate new tools tests into suite
acolyer
2004-12-03
1
-0
/
+25
*
APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ma...
acolyer
2004-12-03
2
-0
/
+712
*
Matthews fix for Bugzilla Bug 77163: Load time weaver default verbose setting
V1_2_1
aclement
2004-11-05
1
-19
/
+99
*
fix for Bugzilla Bug 72531
acolyer
2004-08-24
1
-0
/
+14
*
organized imports
aclement
2004-08-23
1
-7
/
+2
*
FindBugs: fixes.
aclement
2004-08-23
2
-2
/
+3
*
Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"
aclement
2004-08-23
2
-0
/
+153
*
BCEL rename (enhancement 61374)
aclement
2004-08-12
3
-8
/
+8
*
cant find type/organize imports (and hopefully fix the build)
aclement
2004-08-06
1
-2
/
+0
*
Starting the quest to rid the world of unhelpful 'cant find type' messages......
aclement
2004-08-06
5
-12
/
+28
*
removed unnecessary TODOs
aclement
2004-08-02
3
-6
/
+0
*
Moved all weaver messages into weaver-messages.properties.
acolyer
2004-07-29
2
-0
/
+51
*
organized imports.
aclement
2004-07-27
1
-3
/
+4
*
ensure args() handles boxed primitives correctly when doing
acolyer
2004-06-09
2
-0
/
+26
*
additional test cases to cover matching Pointcuts against
acolyer
2004-06-08
9
-0
/
+509
*
ensure tests don't give false failures on fast machines
acolyer
2004-06-08
1
-0
/
+9
*
Fix and tests for Bugzilla Bug 62227
aclement
2004-05-14
1
-0
/
+31
*
Fix for Bug 55341
aclement
2004-04-02
1
-6
/
+2
*
fix for Bugzilla Bug 31460
acolyer
2004-04-02
2
-1
/
+304
*
Fix for Bugzilla Bug 41181
aclement
2004-03-16
2
-3
/
+5
*
Picked lowest hanging weave-time performance optimization fruit.
jhugunin
2004-01-27
1
-32
/
+33
*
spring cleaning in advance of 1.2 enhancements:
acolyer
2004-01-23
4
-25
/
+25
*
switch from using class files in bin directory created during
acolyer
2003-11-17
1
-1
/
+2
*
minor pruning (semantics preserving)
ehilsdal
2003-11-14
1
-1
/
+1
*
fixed static calls (semantics preserving and non-crosscutting)
ehilsdal
2003-11-14
1
-9
/
+13
*
a few inner class cleanups (semantics preserving)
ehilsdal
2003-11-14
1
-1
/
+1
*
removed unused imports (semantics-preserving)
ehilsdal
2003-11-13
9
-36
/
+38
*
Andy Clement's patch for enh 46347: "-inpath"
acolyer
2003-11-11
1
-2
/
+2
*
consolidate output dir for post-test clean-up
wisberg
2003-10-31
6
-12
/
+73
*
using ../{module}/ convention for testdata references so tests can be run fro...
wisberg
2003-10-31
3
-11
/
+19
*
implemented fastMatch method along with some basic tests of
jhugunin
2003-03-12
1
-1
/
+15
*
fixing Bug 31724
jhugunin
2003-03-11
1
-1
/
+2
*
Half-way through refactoring of ResolvedTypeX's and Worlds. This
jhugunin
2003-03-08
4
-11
/
+15
*
FIXED: Bugzilla Bug 32463
jhugunin
2003-03-06
1
-2
/
+2
*
applying Martin Lippert's patch in support of a weaving class loader
jhugunin
2003-02-14
1
-1
/
+1
*
resolving unused-imports warnings
wisberg
2003-02-13
20
-42
/
+1
*
changed class name to match change from declare dominates to
jhugunin
2003-01-21
1
-1
/
+1
*
renamed "declare dominates" to "declare precedence"
jhugunin
2003-01-14
1
-2
/
+2
*
fixed initial implementor for code written in 2002 to be just PARC, not Xerox...
jhugunin
2003-01-14
44
-44
/
+44
[prev]
[next]