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
...
*
Fix for timing problem in multiincrementalproject tests.
aclement
2005-04-28
1
-2
/
+2
*
Doh - didn't update aspectjtools.jar when I did aspectjrt.jar. Does this hel...
aclement
2005-04-28
1
-0
/
+0
*
inlining of around for @AJ works unless non public member accessed from withi...
avasseur
2005-04-28
8
-176
/
+592
*
MultiIncrementalSupport: the key change - looks in the IncrementalStateManage...
aclement
2005-04-26
1
-5
/
+31
*
MultiIncrementalSupport: some notes and helper stuff added.
aclement
2005-04-26
1
-9
/
+41
*
MultiIncrementalSupport: moved weaver/world into the state object and changed...
aclement
2005-04-26
1
-43
/
+91
*
MultiIncrementalSupport: state that was scattered across the hierarchy has be...
aclement
2005-04-26
1
-13
/
+99
*
MultiIncrementalSupport: reports build kind when claiming success.
aclement
2005-04-26
2
-6
/
+12
*
needed to add this dependency?
aclement
2005-04-26
1
-19
/
+80
*
useful?
aclement
2005-04-26
1
-0
/
+52
*
MultiIncrementalSupport: the test harness for managing Ajde interactions and ...
aclement
2005-04-26
3
-0
/
+1135
*
MultiIncrementalSupport: manages state for multiple projects.
aclement
2005-04-26
1
-0
/
+72
*
organized imports
aclement
2005-04-26
3
-7
/
+2
*
Improved toString for debugging !
aclement
2005-04-26
1
-0
/
+6
*
Useful guard method - prevents asking for properties twice through ajde.
aclement
2005-04-26
1
-0
/
+4
*
Implements new statelistener interface method.
aclement
2005-04-26
1
-0
/
+1
*
Another useful callback method added.
aclement
2005-04-26
1
-0
/
+2
*
Fix for structure model missing declare @constructor matches that hit the def...
aclement
2005-04-26
1
-0
/
+1
*
Put the ordering back to allow deserialization of an old set of relationships...
aclement
2005-04-26
1
-6
/
+6
*
Fix for Bug 92630: Null Pointer Exception thrown by ajc compiler
aclement
2005-04-26
1
-2
/
+4
*
Hmmm - rebuilt with 1.4 Java - any difference to the build?
aclement
2005-04-26
2
-0
/
+0
*
Copyright added to keep checklics happy.
aclement
2005-04-26
2
-3
/
+22
*
fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...
avasseur
2005-04-26
26
-221
/
+696
*
fix local build so that test run with 1.5
avasseur
2005-04-26
2
-4
/
+10
*
@AJ declarePrecedence was not runtime visible in those jar - don't know why..
avasseur
2005-04-26
2
-0
/
+0
*
MultiProjectIncremental testcases.
aclement
2005-04-25
7
-0
/
+77
*
run the aspectj5rt tests as part of this suite
acolyer
2005-04-25
2
-4
/
+6
*
test cases for @AspectJ visitors
acolyer
2005-04-25
34
-35
/
+850
*
support in ajc for parsing and error reporting of @AspectJ style aspect defin...
acolyer
2005-04-25
2
-0
/
+0
*
support in ajc for parsing and error reporting of @AspectJ style aspect defin...
acolyer
2005-04-25
34
-108
/
+1271
*
this patch implements the MAP for aspects, pointcuts, and advice. just enough...
acolyer
2005-04-25
18
-54
/
+1290
*
add aspectj5rt to classpath
acolyer
2005-04-25
1
-1
/
+1
*
test case for fix bug in bcel RIV annotations (impacted declare anno I think)
avasseur
2005-04-25
1
-1
/
+66
*
Force change of these files - might make cruisecontrol happy.
aclement
2005-04-23
2
-0
/
+0
*
Workaround/fix for Wes' problem with the compiler building his article code. ...
aclement
2005-04-22
1
-1
/
+3
*
Changed runtime invis param attrs to always be invis as discovered by Alex. W...
aclement
2005-04-22
4
-2
/
+2
*
Changed runtime invis attrs to always be invis as discovered by Alex. Was imp...
aclement
2005-04-22
3
-1
/
+1
*
Now you see them, now you don't. Annotations now runtime visible.
aclement
2005-04-22
2
-0
/
+0
*
@AJ annotation are runtime visible, fixed all licenses from branch for EPL
avasseur
2005-04-22
28
-157
/
+251
*
fixing a missing "throw" clause
avasseur
2005-04-22
1
-1
/
+1
*
compile runtime under 1.1, see how badly it fails
wisberg
2005-04-21
2
-0
/
+25
*
back to 1.3 exception API, report bad method via NoAspectBoundException.
wisberg
2005-04-21
1
-9
/
+8
*
Fixed bug#91912 added softens / softened by relationship to ASM
mkersten
2005-04-21
2
-14
/
+24
*
this set of commits teaches the TypeX world about parameterized types. it han...
acolyer
2005-04-20
6
-16
/
+180
*
commented jar target from bcel-builder/build.xml since broken (can someone co...
avasseur
2005-04-20
6
-30
/
+46
*
Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an em...
aclement
2005-04-20
4
-17
/
+43
*
fix for Bugzilla Bug 91858
acolyer
2005-04-20
5
-8
/
+22
*
first half of Andrew Huff's patch for 59636 (-log option not producing output...
acolyer
2005-04-20
1
-0
/
+22
*
refactored to avoid clash and duplicate class with modules/testing. Package f...
avasseur
2005-04-20
8
-12
/
+9
*
first half of Andrew Huff's patch for 59636 (-log option not producing output...
acolyer
2005-04-20
2
-12
/
+72
[prev]
[next]