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
*
@testcase PR#41888 call PCD fails when given subtype of defining type
wisberg
2003-08-23
2
-0
/
+83
*
Using correct patch for bug 39436 instead of vague one from email
ehilsdal
2003-08-21
1
-21
/
+32
*
Still patching for bug 39470 (patch devised by Andy, vetted by me).
ehilsdal
2003-08-20
1
-1
/
+11
*
added ant driver for JUnit ajctest driver
wisberg
2003-08-17
1
-0
/
+40
*
initial cut at resolver. Still getting default JDK 1.4 parser error "base UR...
wisberg
2003-08-17
1
-19
/
+150
*
disabled test spec error test b/c it can't be skipped for JUnit driver
wisberg
2003-08-17
1
-4
/
+5
*
Reimplemented JUnit harness adapter
wisberg
2003-08-17
6
-200
/
+612
*
balancing start/end suite calls
wisberg
2003-08-17
1
-8
/
+12
*
some xml parsers don't like space here...
wisberg
2003-08-17
1
-1
/
+1
*
paring globals to those used, then using them consistently
wisberg
2003-08-17
3
-9
/
+9
*
permitting null input in public utility method
wisberg
2003-08-17
1
-0
/
+3
*
Added a call to remove all structure model listeners from previous run to pre...
acolyer
2003-08-16
1
-0
/
+6
*
Added a removeAllListeners method to be called from test suite to
acolyer
2003-08-16
1
-0
/
+8
*
deleted a rogue import of com.sum.crypto... that mik must have added by accid...
acolyer
2003-08-16
1
-2
/
+0
*
Fixed AJDT bug with truncation of labels (there was a weird substring call in...
mkersten
2003-08-16
16
-23
/
+129
*
Added spacewar project for testing.
mkersten
2003-08-16
6
-10
/
+59
*
Added declare error/warning relationships to model.
mkersten
2003-08-16
4
-39
/
+13
*
Expesed "isError" field with getter (used by asm relationship provider).
mkersten
2003-08-16
1
-3
/
+6
*
copyright header change to satisfy BuildModuleTests
acolyer
2003-08-15
1
-0
/
+5
*
*** empty log message ***
mkersten
2003-08-15
1
-0
/
+1
*
Ported inline annotation support to new ASM API. Ported aspect visualizer. ...
mkersten
2003-08-15
4
-45
/
+77
*
wire in older minimal test cases
wisberg
2003-08-14
3
-4
/
+36
*
static methods for unwrapping to keep internal structure knowledge local
wisberg
2003-08-14
1
-0
/
+14
*
disabled tests
wisberg
2003-08-14
1
-1
/
+1
*
comment about disabled tests
wisberg
2003-08-14
1
-1
/
+2
*
Improved declare relationships. Implemented batch-build relationship clearin...
mkersten
2003-08-14
10
-55
/
+110
*
Updated org.aspectj.asm relationship model to string-handle-based API in orde...
mkersten
2003-08-14
42
-512
/
+929
*
Added support for multiple relationships for a single program element. Renam...
mkersten
2003-08-13
24
-88
/
+137
*
Minor improvements to structure model generation, clean up of test suite outp...
mkersten
2003-08-12
27
-122
/
+142
*
Minor improvements to structure model generation, clean up of test suite outp...
mkersten
2003-08-12
8
-63
/
+88
*
use System property aspectjrt.path to add to testcase classpath if defined
acolyer
2003-08-11
5
-24
/
+59
*
Expanded developer documentation. Moved ASM doc to MSWord format since it wi...
mkersten
2003-08-11
5
-420
/
+158
*
added license header
wisberg
2003-08-08
2
-18
/
+24
*
corrected header (copyright)
wisberg
2003-08-08
2
-2
/
+12
*
fixed test to fail on license check failure
wisberg
2003-08-08
1
-55
/
+57
*
XMLEntry.toString for better errors
wisberg
2003-08-08
1
-0
/
+15
*
Updated test data.
mkersten
2003-08-08
1
-0
/
+1
*
Added check for warning issued during JAR creation (manifest not copied).
mkersten
2003-08-08
5
-89
/
+52
*
Got advice relationships working.
mkersten
2003-08-08
39
-337
/
+409
*
Fixed initialization.
mkersten
2003-08-08
1
-2
/
+3
*
put aspectjrt.jar on classpath for module tests run outside of eclipse
acolyer
2003-08-08
1
-0
/
+1
*
Fixed unwrapping of exceptions (was infinte looping).
mkersten
2003-08-08
1
-10
/
+10
*
Fixed typo in method name.
mkersten
2003-08-08
1
-1
/
+1
*
First pass at new relationship API support.
mkersten
2003-08-08
19
-111
/
+259
*
would help if i quoted test.classpath properly....
acolyer
2003-08-08
1
-2
/
+2
*
Fixed bad cast.
mkersten
2003-08-08
2
-21
/
+22
*
report fails as junit errors, not failures
acolyer
2003-08-08
1
-1
/
+1
*
Fixed ProgramElement modifiers bug.
mkersten
2003-08-08
6
-16
/
+20
*
switch to using test.classpath rather than bin.classpath - works outside of e...
acolyer
2003-08-08
1
-2
/
+2
*
Removed unnecessary cast.
mkersten
2003-08-08
1
-1
/
+0
[next]