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
/
org.aspectj.ajdt.core
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateT...
avasseur
2005-05-10
1
-2
/
+3
*
Fix for 91053 (Generics): Generics problem with Set
aclement
2005-05-06
1
-11
/
+21
*
Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using generic...
aclement
2005-05-06
1
-2
/
+26
*
Fix for 44155: TODO tasks miscategorized as warnings (fixed by Andrew Huff)
aclement
2005-05-05
1
-1
/
+10
*
enable compilation of @AfterReturning(pointcut="...")
acolyer
2005-05-04
4
-47
/
+82
*
LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME +...
avasseur
2005-05-04
3
-4
/
+31
*
it's a whole new compiler in there...
acolyer
2005-04-29
17
-213
/
+264
*
More bullet proof and with added diagnostics.
aclement
2005-04-29
1
-2
/
+19
*
Fix for timing problem in multiincrementalproject tests.
aclement
2005-04-28
1
-2
/
+2
*
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: manages state for multiple projects.
aclement
2005-04-26
1
-0
/
+72
*
organized imports
aclement
2005-04-26
2
-4
/
+0
*
Improved toString for debugging !
aclement
2005-04-26
1
-0
/
+6
*
Another useful callback method added.
aclement
2005-04-26
1
-0
/
+2
*
support in ajc for parsing and error reporting of @AspectJ style aspect defin...
acolyer
2005-04-25
17
-61
/
+1141
*
Workaround/fix for Wes' problem with the compiler building his article code. ...
aclement
2005-04-22
1
-1
/
+3
*
this set of commits teaches the TypeX world about parameterized types. it han...
acolyer
2005-04-20
1
-11
/
+37
*
fix for Bugzilla Bug 91858
acolyer
2005-04-20
1
-1
/
+3
*
first half of Andrew Huff's patch for 59636 (-log option not producing output...
acolyer
2005-04-20
1
-0
/
+22
*
From branch: method to check if a source type is @AJ style
aclement
2005-04-19
1
-0
/
+13
*
organized imports
aclement
2005-04-19
1
-3
/
+4
*
bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...
mkersten
2005-04-14
2
-4
/
+4
*
Fix for problem introduced when checking contents of dirs on the classpath fo...
aclement
2005-04-05
2
-10
/
+56
*
make deca labels 'declare @xxx' rather than 'declare at_xxx'
aclement
2005-03-24
1
-1
/
+3
*
fix for Bugzilla Bug 84333
acolyer
2005-03-23
1
-0
/
+7
*
fix for Bug 84122 - Allow aspectPath to contain directories
acolyer
2005-03-23
3
-7
/
+25
*
Ensures on multiple compiles the method generated for a declare statement alw...
aclement
2005-03-11
3
-19
/
+31
*
Declare annotation: source weaving of declare @type. Includes (commented out...
aclement
2005-03-10
1
-15
/
+318
*
Declare annotation: cope with null symbolic declare
aclement
2005-03-10
1
-2
/
+4
*
Declare annotation: filled in the blanks
aclement
2005-03-10
1
-10
/
+38
*
Fixed signature for constructor nodes to look the same as it does for methods.
aclement
2005-03-10
1
-1
/
+1
*
Declare annotation: Doesnt report errors for annotations attached incorrectly...
aclement
2005-03-10
1
-2
/
+9
*
Declare annotation: now holds set of annotations
aclement
2005-03-10
1
-17
/
+33
*
FIXME altered so we can distinguish old ones from new ones.
aclement
2005-03-10
1
-1
/
+1
*
Declare annotation: exposes collections of declare @ thingies.
aclement
2005-03-10
1
-0
/
+18
*
Guard logic for asm building initialized.
aclement
2005-03-10
1
-1
/
+2
*
DeclareAnnotation: formatting code for declare annotation nodes.
aclement
2005-03-10
1
-1
/
+22
*
Altered FIXME to allow us to distinguish between new and old ones!
aclement
2005-03-10
1
-1
/
+1
*
Declare annotation: changed to allow a more meaningful name for the generated...
aclement
2005-03-10
1
-5
/
+27
*
Declare annotation: slightly modified to allow subtypes to specify whether t...
aclement
2005-03-10
1
-3
/
+10
*
fix for Bugzilla Bug 87376
acolyer
2005-03-10
1
-2
/
+6
*
Use ability to remove problems when building using intermediate compilation r...
aclement
2005-02-18
1
-0
/
+9
*
support for annotations on ITDs, and declare annotation
acolyer
2005-02-17
7
-3
/
+115
*
Fix for PR84290: Runtime retention not recognized; inhibts use of annotation ...
aclement
2005-02-03
1
-1
/
+23
*
Fix NPE if attempting annotation usage on 1.4 rt.jar !
aclement
2005-02-01
1
-0
/
+5
*
Updates for annotation binding. Support for static methods !!
aclement
2005-01-31
1
-0
/
+1
*
Provided hasAnnotation() implementation
aclement
2005-01-31
1
-1
/
+11
*
Tests and fix for: Bug 83565
mkersten
2005-01-27
1
-39
/
+13
*
First bit of implementing annotation checking in EclipseSourceType.
aclement
2005-01-24
1
-1
/
+1
[next]