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
*
adding harness feature to select tests based on their title (description), re...
wisberg
2003-05-25
1
-18
/
+192
*
updating build.jar to bootstrap changes to permit ant.jar in a testing module
wisberg
2003-05-24
1
-0
/
+0
*
no real changes, just better docs and an (untested) "all" target.
wisberg
2003-05-24
1
-2
/
+45
*
-noExit to avoid stopping a wrapping ant script
wisberg
2003-05-24
1
-1
/
+3
*
moved a command-line-driven test of classpath variants here
wisberg
2003-05-24
1
-1
/
+41
*
Better BuildModule tests following ant.jar updates.
wisberg
2003-05-24
1
-18
/
+116
*
To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ...
wisberg
2003-05-24
1
-5
/
+9
*
documenting -ajdeCompiler and -ajctaskCompiler selectors
wisberg
2003-05-24
1
-1
/
+6
*
added taskdefs to classpath to support AjcTaskCompileCommand
wisberg
2003-05-24
2
-0
/
+2
*
Tests for AjcTaskCompileCommmand adapter
wisberg
2003-05-24
1
-0
/
+270
*
ICommand adapter for Ant taskdef is simple for the non-incremental case and u...
wisberg
2003-05-24
1
-0
/
+294
*
supporting -ajctaskCompiler option with AjcTaskCompileCommand
wisberg
2003-05-24
1
-5
/
+12
*
awful downcast for AjcTaskCompileCommand - should be remedied after 1.1 with ...
wisberg
2003-05-24
1
-1
/
+5
*
updated implementation for -ajdeCompiler.
wisberg
2003-05-24
1
-61
/
+182
*
updates mainly to support maven but also to support new ICommand wrapper for...
wisberg
2003-05-24
1
-91
/
+268
*
more/better junit tests for AjcTask.java fork when possible
wisberg
2003-05-24
1
-124
/
+199
*
setting classpath for out-of-eclipse testing
wisberg
2003-05-24
1
-1
/
+5
*
fix for Bugzilla Bug 37758
jhugunin
2003-05-21
1
-12
/
+35
*
test for Bugzilla Bug 37758
jhugunin
2003-05-21
6
-3
/
+314
*
forcing target to be 1.1 in case someone builds using 1.4.
wisberg
2003-05-21
1
-0
/
+0
*
flagging with comments that 1.1 options are unimplemented
wisberg
2003-05-21
1
-3
/
+3
*
forcing target to be 1.1 in case someone builds using 1.4.
wisberg
2003-05-21
1
-0
/
+1
*
@testcase PR#37898 advice on handler join points should not throw unpermitted...
wisberg
2003-05-21
2
-0
/
+39
*
added paragraph for call site implementation
wisberg
2003-05-20
1
-1
/
+11
*
changed jars produced by BcWeaverJarMaker to increase coverage of tests
jhugunin
2003-05-19
9
-0
/
+0
*
better error message for trying declare parents on Object
jhugunin
2003-05-19
1
-1
/
+7
*
expanded test coverage
jhugunin
2003-05-19
1
-2
/
+2
*
fix for NPE revealed by BcWeaverJarMaker test code
jhugunin
2003-05-19
1
-1
/
+1
*
added test for Bugzilla Bug 37304
jhugunin
2003-05-19
2
-0
/
+25
*
fix and test Bugzilla Bug 37739
jhugunin
2003-05-19
4
-1
/
+64
*
- typo in top-level task
wisberg
2003-05-14
1
-3
/
+3
*
- tense, xref usage corrections
wisberg
2003-05-14
1
-5
/
+13
*
More message-visiting methods, used only by harness now.
wisberg
2003-05-14
1
-11
/
+121
*
defensively supplying ISourceLocation.NO_FILE when there is no file in the re...
wisberg
2003-05-14
1
-1
/
+7
*
updating for installer temp dir fix when File.getTempFile() fails.
wisberg
2003-05-14
1
-0
/
+0
*
absolutizing temp dir path.
wisberg
2003-05-14
1
-9
/
+26
*
build-testing-jars target for release testing setup
wisberg
2003-05-14
1
-0
/
+8
*
clean-jars target
wisberg
2003-05-14
1
-0
/
+9
*
Testing now seems to be working (tested incrementally)
wisberg
2003-05-14
1
-34
/
+177
*
variable renaming, verbosity - not much significant
wisberg
2003-05-14
1
-8
/
+11
*
- now supports both eclipse bin dirs (default)
wisberg
2003-05-14
1
-20
/
+99
*
raising issue of reporting source location for constructor execution as start...
wisberg
2003-05-14
1
-1
/
+28
*
- correcting message specification of existing tests
wisberg
2003-05-14
1
-93
/
+124
*
test data upgrades for adding new command-line error tests
wisberg
2003-05-14
8
-18
/
+36
*
two bad-input tests for the harness
wisberg
2003-05-14
1
-1
/
+18
*
- adding badInput attribute to compiler
wisberg
2003-05-14
1
-2
/
+3
*
stricter test run comparisons
wisberg
2003-05-14
1
-5
/
+10
*
- new data (IMessageHolder rather than lists), same algorithms
wisberg
2003-05-14
1
-128
/
+170
*
- supporting badInput for all IAjcRun
wisberg
2003-05-14
1
-26
/
+33
*
- enforcing -incremental => staging
wisberg
2003-05-14
1
-100
/
+52
[next]