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
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for "p...
V1_5_0M3
mkersten
2005-08-25
1
-10
/
+0
*
ignore bintest directories
acolyer
2005-05-31
1
-0
/
+1
*
newbuild.xml replacing build.xml, with Alex ok
wisberg
2005-05-19
2
-43
/
+3
*
prospective replacements for {module}/build.xml - will move there once valida...
wisberg
2005-05-11
1
-0
/
+6
*
MultiIncrementalSupport: some notes and helper stuff added.
aclement
2005-04-26
1
-9
/
+41
*
Put the ordering back to allow deserialization of an old set of relationships...
aclement
2005-04-26
1
-6
/
+6
*
Fixed bug#91912 added softens / softened by relationship to ASM
mkersten
2005-04-21
1
-5
/
+6
*
organized imports
aclement
2005-04-19
1
-1
/
+0
*
From branch: New build scripts that Alex uses under IntelliJ - can be run ind...
aclement
2005-04-19
1
-0
/
+40
*
bug#82171 Created sepereate handle provider to enable ASM use of IDE-specific...
mkersten
2005-04-14
5
-39
/
+148
*
Null friendly and includes sloc when dumping model (only ever used when debug...
aclement
2005-04-13
1
-1
/
+6
*
Guard against NPE
aclement
2005-04-07
1
-1
/
+4
*
guard on structure model dumping.
aclement
2005-03-24
1
-1
/
+2
*
Bug found during declare annotation structure model testing!
aclement
2005-03-10
1
-1
/
+1
*
Declare annotation: new declare nodes.
aclement
2005-03-10
1
-0
/
+4
*
Declare annotation: guard added for model building... (perf improvement!)
aclement
2005-03-10
1
-0
/
+17
*
Fix for atrocious incremental compilation performance.
aclement
2005-02-04
3
-17
/
+44
*
commented out tracing
aclement
2005-02-04
1
-1
/
+2
*
Get enum value fields to work in the ASM. Plus test reorg as we are now addin...
aclement
2005-01-20
1
-2
/
+8
*
Promoted visibility of dump method for use from test cases.
aclement
2005-01-20
1
-1
/
+1
*
java 5 support
acolyer
2005-01-17
1
-0
/
+4
*
Support for 'offset' in source locations - enabling AJDT improvements. Not p...
aclement
2004-12-10
1
-1
/
+5
*
Added "uses pointcut" relation to the ASM.
mkersten
2004-10-14
3
-16
/
+28
*
Fix for Bugzilla Bug 71878
aclement
2004-08-13
1
-1
/
+6
*
No really, this *is* the last fix that will make the build work.
aclement
2004-08-05
1
-1
/
+2
*
guard for NPE.
aclement
2004-08-05
1
-0
/
+2
*
The BIG commit.
aclement
2004-08-03
9
-40
/
+677
*
Expanded javadocs describing examples of ASM usage.
mkersten
2004-07-23
2
-3
/
+11
*
Start of ASM API docs.
mkersten
2004-04-27
1
-0
/
+9
*
Added support for getting/setting formal comments
mkersten
2004-04-07
2
-1
/
+6
*
Minor non-disruptive ASM API cleanup.
mkersten
2004-03-29
3
-8
/
+8
*
Added methods for retrieving the signature of a program element as it occurrs...
mkersten
2004-03-11
2
-7
/
+15
*
Fixed generation and access of return types on IProgramElements(s).
mkersten
2004-03-10
2
-5
/
+17
*
Fixed bug#45489 "Structure model is wrong when re-opened"
mkersten
2004-02-19
1
-3
/
+5
*
spring cleaning in advance of 1.2 enhancements:
acolyer
2004-01-23
8
-12
/
+12
*
Fix for bug#47318: "org.aspectj.asm.IRelationship.Kind.ALL does not contain a...
mkersten
2003-11-23
1
-1
/
+1
*
returning TestSuite rather than Test to permit all tests to run from Eclipse
wisberg
2003-10-31
1
-1
/
+1
*
Fix for bug#43709.
mkersten
2003-09-26
1
-2
/
+9
*
always canonicalize the file argument when searching for nodes by file and/or...
acolyer
2003-09-12
1
-3
/
+9
*
added a cache by type to avoid linear searches
acolyer
2003-09-11
1
-19
/
+31
*
remember handleIdentifier once calculated, use canonical file path map
acolyer
2003-09-11
1
-22
/
+15
*
added a cache of canonical file paths
acolyer
2003-09-11
1
-0
/
+119
*
Removed asm path canonicalization.
mkersten
2003-09-05
2
-18
/
+18
*
added a cache by handle to avoid terrible performance on larger projects
acolyer
2003-08-23
2
-3
/
+28
*
Added a removeAllListeners method to be called from test suite to
acolyer
2003-08-16
1
-0
/
+8
*
Fixed AJDT bug with truncation of labels (there was a weird substring call in...
mkersten
2003-08-16
2
-6
/
+8
*
copyright header change to satisfy BuildModuleTests
acolyer
2003-08-15
1
-0
/
+5
*
Ported inline annotation support to new ASM API. Ported aspect visualizer. ...
mkersten
2003-08-15
3
-45
/
+75
*
Improved declare relationships. Implemented batch-build relationship clearin...
mkersten
2003-08-14
5
-5
/
+29
*
Updated org.aspectj.asm relationship model to string-handle-based API in orde...
mkersten
2003-08-14
12
-207
/
+505
[next]