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
/
tests
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and test for PR90827: StackOverflow while weaving enum/annotation with E...
aclement
2005-05-10
2
-3
/
+6
*
For some reason eclipse won't let me commit ajc150.xml right now, so I have t...
aclement
2005-05-10
1
-3
/
+3
*
fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT...
avasseur
2005-05-10
5
-6
/
+76
*
Fix and test for PR90827: StackOverflow while weaving enum/annotation with E...
aclement
2005-05-10
1
-0
/
+4
*
tests and fixes for 93345 and static imports. From Andrew Huff.
aclement
2005-05-09
4
-1
/
+48
*
Tests for 87282, 88606
aclement
2005-05-06
2
-0
/
+17
*
Fix for 91053 (Generics): Generics problem with Set
aclement
2005-05-06
2
-0
/
+9
*
Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic...
aclement
2005-05-06
2
-0
/
+18
*
Aha - the default test config on the build system is still finding it in the ...
aclement
2005-05-06
1
-1
/
+3
*
remove for 1 run to get a build through!!!
aclement
2005-05-05
1
-4
/
+5
*
checks vm level
aclement
2005-05-05
1
-2
/
+3
*
enable compilation of @AfterReturning(pointcut="...")
acolyer
2005-05-04
1
-5
/
+5
*
LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...
avasseur
2005-05-04
1
-0
/
+4
*
enhancement 91719 - Oli B's tests for xlint warnings, integration work done b...
aclement
2005-05-04
2
-0
/
+23
*
@AJ around inline + test, fix a bug in BcelClassWeaver on my way
avasseur
2005-05-03
3
-56
/
+61
*
PTW perClause for @AJ + perClause test
avasseur
2005-05-02
4
-222
/
+16
*
it's a whole new compiler in there...
acolyer
2005-04-29
3
-1
/
+11
*
inlining of around for @AJ works unless non public member accessed from withi...
avasseur
2005-04-28
5
-101
/
+281
*
MultiIncrementalSupport: the test harness for managing Ajde interactions and ...
aclement
2005-04-26
3
-0
/
+1135
*
organized imports
aclement
2005-04-26
1
-3
/
+2
*
Implements new statelistener interface method.
aclement
2005-04-26
1
-0
/
+1
*
fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...
avasseur
2005-04-26
6
-172
/
+177
*
test cases for @AspectJ visitors
acolyer
2005-04-25
5
-24
/
+313
*
@AJ annotation are runtime visible, fixed all licenses from branch for EPL
avasseur
2005-04-22
2
-11
/
+12
*
this set of commits teaches the TypeX world about parameterized types. it han...
acolyer
2005-04-20
1
-1
/
+1
*
commented jar target from bcel-builder/build.xml since broken (can someone co...
avasseur
2005-04-20
2
-11
/
+11
*
Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an em...
aclement
2005-04-20
2
-0
/
+9
*
fix for Bugzilla Bug 91858
acolyer
2005-04-20
2
-5
/
+11
*
new simple tests - one of which aborts...
aclement
2005-04-19
2
-0
/
+21
*
from branch: simple @AJ tests
aclement
2005-04-19
3
-0
/
+123
*
includes the basic @AJ test suite
aclement
2005-04-19
1
-0
/
+4
*
Change to ordering expected due to (harmless!) advice ordering change in Bcel...
aclement
2005-04-19
1
-1
/
+1
*
Andrew Huffs coverage tests for @AJ - not currently in RunTheseBeforeYouCommi...
aclement
2005-04-19
2
-0
/
+495
*
Patch from Andrew Huff - failing test for pr90588
aclement
2005-04-13
2
-0
/
+50
*
Changes in staticinitialization sloc reported, see pr 91090
aclement
2005-04-13
3
-3
/
+3
*
Test for pr90806
aclement
2005-04-13
2
-1
/
+16
*
Fix for problem introduced when checking contents of dirs on the classpath fo...
aclement
2005-04-05
1
-0
/
+25
*
new tests for ASM testing of declare annotation targetting ITDs
aclement
2005-03-24
4
-13
/
+104
*
added test for pr83645 into suite
acolyer
2005-03-24
2
-1
/
+10
*
Enhancement 88862: declare annotation hitting ITDs.
aclement
2005-03-23
3
-21
/
+161
*
fix for Bugzilla Bug 84333
acolyer
2005-03-23
3
-0
/
+37
*
not useful anymore
aclement
2005-03-23
1
-21
/
+0
*
fix for Bug 84122 - Allow aspectPath to contain directories
acolyer
2005-03-23
2
-1
/
+15
*
test and fix for handling a *... varargs pattern
acolyer
2005-03-23
2
-0
/
+11
*
Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...
acolyer
2005-03-22
2
-0
/
+11
*
fix for missing syntax error on execution((@XXX *) Foo.new(..))
acolyer
2005-03-14
2
-1
/
+11
*
test cases for Bugzilla Bug 42743: declare soft limitation
acolyer
2005-03-14
2
-1
/
+28
*
the "challenge Andy" mother of all dec @xxx tests.
acolyer
2005-03-11
2
-0
/
+42
*
Guard test execution on 1.5 vm level.
aclement
2005-03-11
1
-30
/
+33
*
added test for declare @constructor
acolyer
2005-03-11
1
-5
/
+7
[next]