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
/
tests
/
ajcTests.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added check for warning issued during JAR creation (manifest not copied).
mkersten
2003-08-08
1
-1
/
+3
*
fix and tests for Bugzilla Bug 41123
jhugunin
2003-08-08
1
-0
/
+36
*
fix for Bugzilla Bug 41175
jhugunin
2003-08-08
1
-0
/
+38
*
@testcase PR#41175 aspect-declared methods with exception clauses fail in bin...
wisberg
2003-08-06
1
-0
/
+30
*
passing tests for interface libraries. The behavior might be wrong (i.e., so...
wisberg
2003-08-06
1
-0
/
+84
*
fix for Bugzilla Bug 40805
jhugunin
2003-08-05
1
-1
/
+16
*
fixes for Bugzilla Bug 40858
jhugunin
2003-08-04
1
-0
/
+22
*
fix for Bugzilla Bug 40876
jhugunin
2003-07-29
1
-0
/
+7
*
passing tests compiler errors when abstract pointcuts are outside abstract a...
wisberg
2003-07-26
1
-0
/
+9
*
fix and moved test for Bugzilla Bug 39711
jhugunin
2003-07-24
1
-0
/
+6
*
moved to 2.1.1 jdtcore. Updated our code to change one call to a
jhugunin
2003-07-24
1
-1
/
+1
*
added test for Bugzilla Bug 40589
jhugunin
2003-07-23
1
-0
/
+6
*
fix and expanded tests for Bugzilla Bug 39462
jhugunin
2003-07-22
1
-0
/
+17
*
tests and fix for Bugzilla Bug 39993
jhugunin
2003-07-22
1
-0
/
+13
*
Fix for Bugzilla #39479, #40109
jhugunin
2003-07-16
1
-0
/
+12
*
tests and fixes for two awful error message bugs:
jhugunin
2003-07-02
1
-0
/
+20
*
added test for Bugzilla Bug 38345
jhugunin
2003-06-02
1
-0
/
+6
*
Bugzilla Bug 38212
jhugunin
2003-05-28
1
-0
/
+10
*
keywords knownLimitation-ajdeCompiler for correct but different results when ...
wisberg
2003-05-27
1
-3
/
+8
*
test for Bugzilla Bug 38168
jhugunin
2003-05-27
1
-0
/
+5
*
moved tests to ajcTests.xml as passing or knownLimitation
wisberg
2003-05-27
1
-0
/
+40
*
moved knownLimitations from ajcTestsFailing to ajcTests and labeled with keyword
jhugunin
2003-05-27
1
-0
/
+44
*
-Xlint:{level} tests
wisberg
2003-05-27
1
-0
/
+21
*
test checks that setting warn:constructorName works
wisberg
2003-05-27
1
-0
/
+8
*
added keyword knownLimitations-ajctaskCompiler to the one command-line test t...
wisberg
2003-05-25
1
-1
/
+5
*
test for Bugzilla Bug 37758
jhugunin
2003-05-21
1
-2
/
+7
*
added test for Bugzilla Bug 37304
jhugunin
2003-05-19
1
-0
/
+7
*
fix and test Bugzilla Bug 37739
jhugunin
2003-05-19
1
-0
/
+7
*
- correcting message specification of existing tests
wisberg
2003-05-14
1
-93
/
+124
*
test for Bugzilla Bug 37325
jhugunin
2003-05-11
1
-1
/
+6
*
includeClassesDir
wisberg
2003-05-09
1
-3
/
+6
*
moved incremental tests from failing (since they now pass)
jhugunin
2003-05-09
1
-0
/
+25
*
comment documenting keyword "incremental-test"
wisberg
2003-05-09
1
-0
/
+1
*
fix and better tests for
jhugunin
2003-05-02
1
-2
/
+9
*
passing incremental tests from testing-drivers/testdata/harness/incremental
wisberg
2003-05-02
1
-1
/
+104
*
added test that deprecation warnings are not shown unless asked for
jhugunin
2003-05-01
1
-0
/
+7
*
updated tests for [method|execution] binary join point detection.
wisberg
2003-05-01
1
-0
/
+131
*
Added easy to understand test for issue of Class.forName differences
jhugunin
2003-05-01
1
-0
/
+15
*
fix test title
wisberg
2003-04-29
1
-1
/
+1
*
fix and tests for
jhugunin
2003-04-27
1
-0
/
+20
*
fix and tests for
jhugunin
2003-04-25
1
-0
/
+6
*
expanded tests and fix for
jhugunin
2003-04-24
1
-0
/
+15
*
@testcase try/finally in around advice (same as ...messy arounds?)
wisberg
2003-04-23
1
-0
/
+6
*
tests and fixes for
jhugunin
2003-04-22
1
-0
/
+17
*
test and fix for Bugzilla Bug 36564
jhugunin
2003-04-22
1
-0
/
+6
*
fix for Bugzilla Bug 36736
jhugunin
2003-04-22
1
-0
/
+13
*
fix and test for Bugzilla Bug 36110
jhugunin
2003-04-12
1
-2
/
+13
*
fixing declare parents problems
jhugunin
2003-04-11
1
-0
/
+22
*
test for
jhugunin
2003-04-10
1
-0
/
+7
*
test and fix for
jhugunin
2003-04-10
1
-0
/
+7
[next]