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
/
bridge
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
persistence
aclement
2009-08-25
2
-59
/
+55
*
286539: test and fix (decanno type in model)
aclement
2009-08-13
1
-134
/
+162
*
declareMixin
aclement
2009-03-09
1
-63
/
+62
*
prevent multi-threaded access problems to the map
aclement
2009-01-16
1
-1
/
+2
*
remove unused code
aclement
2008-08-31
1
-105
/
+81
*
eclipse: unnecessary semi
aclement
2008-08-27
1
-1
/
+1
*
unnecessary unused code removed
aclement
2008-08-27
1
-32
/
+34
*
eclipse: unnecessary semi
aclement
2008-08-27
1
-1
/
+1
*
unnecessary null check removed
aclement
2008-08-26
1
-1
/
+1
*
210470: preventing weaver leaks: do not mess up the context stack in a multi-...
aclement
2008-05-27
1
-10
/
+14
*
231396: refactoring:
aclement
2008-05-12
2
-0
/
+9
*
231396: moved ConfigParser out of weaver jar
aclement
2008-05-09
2
-9
/
+0
*
210470: remove thread reference stored in CompilationAndWeavingContext static...
aclement
2008-05-03
1
-0
/
+8
*
Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext usi...
mwebster
2007-01-22
1
-1
/
+1
*
Bug 149289 "Support system and user aop.xml configuration" (add org/aspect/ao...
mwebster
2006-11-13
1
-0
/
+3
*
fix for 155213: made using date formatter lazy.
aclement
2006-08-25
1
-12
/
+15
*
141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat...
aclement
2006-08-25
5
-0
/
+40
*
Bug 149289 "Support system and user aop.xml configuration files" (add META-IN...
mwebster
2006-08-23
1
-0
/
+19
*
145963: binary entries in the model: various parts to the fix.
aclement
2006-08-18
2
-0
/
+19
*
Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler impleme...
mwebster
2006-08-14
1
-0
/
+16
*
fix for 152388
aclement
2006-08-08
1
-3
/
+5
*
update license to EPL
acolyer
2006-06-01
16
-32
/
+32
*
don't hold hard references to state in this context. Assume single threaded u...
acolyer
2006-02-10
1
-11
/
+37
*
an additional interface that custom message handlers may choose to implement....
acolyer
2006-01-18
1
-0
/
+35
*
eliminating compilation warnings from bridge module...
acolyer
2005-11-25
4
-4
/
+10
*
fix for #113587: when aop.xml include/exclude is used, javac @Aspect are not ...
avasseur
2005-10-25
1
-5
/
+7
*
a few more tweaks to fix for pr108123 and pr106500 - better diagnostics and e...
acolyer
2005-09-26
1
-3
/
+7
*
fix for pr108123 and pr106500 - better diagnostics and exceptions, plus suppo...
acolyer
2005-09-26
4
-0
/
+387
*
fix and test updates for enh 102459 - provide more detail in showWeaveInfo me...
acolyer
2005-09-01
1
-2
/
+2
*
removed hard-coded date of July 5th
acolyer
2005-08-11
1
-8
/
+8
*
add test for proxy weaving and jit class weaving, update ltw doc
avasseur
2005-08-11
2
-12
/
+10
*
added extra utility method for warnings
acolyer
2005-07-23
1
-0
/
+8
*
add offset in MethodDeclarationAttribute for @AJ in AJDT
avasseur
2005-07-05
1
-0
/
+1
*
Fix for 44155: TODO tasks miscategorized as warnings
aclement
2005-05-05
2
-1
/
+9
*
LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...
avasseur
2005-05-04
4
-3
/
+39
*
Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare annota...
aclement
2005-05-04
1
-2
/
+1
*
fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ...
avasseur
2005-04-26
1
-1
/
+1
*
Declare annotation: first bit of weaving messages for declare annotation - no...
aclement
2005-03-10
1
-0
/
+3
*
Matthew fix for 83380: don't use enum as a variable name.
aclement
2005-01-24
1
-2
/
+2
*
Fix for Bug 82062: WeaveMessage should provide more information
aclement
2005-01-04
1
-3
/
+41
*
Support for 'offset' in source locations - enabling AJDT improvements. Not p...
aclement
2004-12-10
2
-0
/
+15
*
remaining fix for 72016 (problem/type information flowing through AJDE)
aclement
2004-08-17
2
-2
/
+18
*
Fix for Bugzilla Bug 72016: No problem type information from AspectJ compiler...
aclement
2004-08-16
2
-2
/
+11
*
Will this fix the build?
aclement
2004-08-04
1
-1
/
+1
*
The BIG commit.
aclement
2004-08-03
4
-12
/
+106
*
Fix for Bugzilla Bug 40192
aclement
2004-03-18
1
-0
/
+11
*
move weaving to inside of the compiler.compile loop.
acolyer
2004-03-15
2
-1
/
+8
*
spring cleaning in advance of 1.2 enhancements:
acolyer
2004-01-23
1
-5
/
+0
*
Added javadoc for getExtraSourceLocations()
mkersten
2004-01-22
1
-0
/
+13
*
NPE instead of IAX for null input, clear out unused code, and update test.
wisberg
2004-01-09
1
-48
/
+9
[next]