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
Commit message (
Expand
)
Author
Age
Files
Lines
*
129163: more bits... recording whether crosscutting members has changed 'sin...
aclement
2006-03-07
1
-3
/
+3
*
129163: first part: changed comparison code to ignore ajc$/hasaspect/aspectof...
aclement
2006-03-06
2
-31
/
+51
*
fix for 130300: cause the mysterious disappearance of -XnoWeave
aclement
2006-03-05
9
-31
/
+31
*
Completed: Improve ajc memory usage
acolyer
2006-02-24
3
-10
/
+40
*
Completed: Improve ajc memory usage
acolyer
2006-02-24
3
-139
/
+311
*
reset mechanism
aclement
2006-02-23
1
-0
/
+5
*
fix to save the big chunk of memory leaking over incremental compiles.
aclement
2006-02-23
1
-2
/
+8
*
optimizationasm: various tweaks!! See optimization #7 in 128650
aclement
2006-02-22
4
-4
/
+6
*
optimization: less ArrayList garbage creation!
aclement
2006-02-22
1
-3
/
+4
*
test and fix for 128618 (from helen) - message handling.
aclement
2006-02-21
1
-0
/
+12
*
fixes for 128655
aclement
2006-02-21
1
-12
/
+68
*
organized imports
aclement
2006-02-16
1
-1
/
+0
*
test and fix for 121616
aclement
2006-02-16
1
-0
/
+3
*
Support for "-Xset:name=value,name=value,name=value". The name/value data is...
aclement
2006-02-16
4
-0
/
+13
*
test and fix for 120527
aclement
2006-02-15
1
-2
/
+25
*
organized imports
aclement
2006-02-13
2
-14
/
+10
*
Progress on: empty catch block warning - option support
acolyer
2006-02-10
1
-10
/
+14
*
free up memory anchored in static at the end of a run
acolyer
2006-02-10
2
-1
/
+8
*
I don't think this class is actively used anymore...
acolyer
2006-02-10
1
-4
/
+5
*
don't hold onto references to AjBuildConfigs
acolyer
2006-02-10
1
-0
/
+1
*
don't hold eclipse source types in ajstate
acolyer
2006-02-10
2
-67
/
+225
*
go "back to the source" on an incremental aspect change
acolyer
2006-02-10
1
-26
/
+13
*
fix for 123212 - ignoring subversion resources
aclement
2006-02-10
1
-0
/
+3
*
Helen and Eduardos AST changes for 110465
aclement
2006-02-06
7
-5
/
+291
*
thats better.
aclement
2006-02-01
1
-14
/
+15
*
oops
aclement
2006-02-01
1
-10
/
+11
*
fix for 125810 (from helen)
aclement
2006-02-01
1
-4
/
+17
*
free up maps during cleanup() processing
acolyer
2006-01-31
1
-3
/
+6
*
get build configuration via accessor, not direct field access
acolyer
2006-01-31
1
-1
/
+1
*
made all the state in AjState private so we can get a better handle on what's...
acolyer
2006-01-31
2
-35
/
+139
*
cleanup the EclipseFactory afterCompilation
acolyer
2006-01-31
1
-0
/
+1
*
added a cleanup method to release memory held in type maps
acolyer
2006-01-31
1
-0
/
+5
*
dom changes for 125809 (from helen)
aclement
2006-01-31
3
-11
/
+204
*
support for -messageHolder command-line option. This is needed by the forking...
acolyer
2006-01-30
3
-4
/
+141
*
support for -messageHolder : do nothing since this (obviously) has to be proc...
acolyer
2006-01-30
1
-1
/
+4
*
enh 123423 (expose PTW type) - code currently commented out until return type...
aclement
2006-01-30
1
-1
/
+13
*
fixes for 125475/125480 - matches nothing @AJ support. Definetly *NOT* as cl...
aclement
2006-01-30
1
-5
/
+8
*
fix and test for 123901. test for 125475 (commented out)
aclement
2006-01-29
1
-3
/
+5
*
fixes for the AST - see comment #26 in 110465. Now exposes perclause/privile...
aclement
2006-01-27
7
-35
/
+265
*
fix for 121395 - error message on stupid aspectpath
aclement
2006-01-27
1
-1
/
+6
*
fix for 125405 - demote raws to simple on incremental compiles when necessary.
aclement
2006-01-27
1
-0
/
+12
*
helens changes for 125295 - should keep AJDT happy.
aclement
2006-01-26
1
-1
/
+1
*
New tests for all the AST changes - and updated tests due to the AST being mo...
aclement
2006-01-26
3
-47
/
+1823
*
necessary magic. Factory 'mechanism' used so that the JDT project doesnt hav...
aclement
2006-01-26
4
-5
/
+237
*
Subclass for the AST that is able to create pointcuts/declares/etc. Similar ...
aclement
2006-01-26
1
-0
/
+494
*
new placeholder nodes for type patterns and signature patterns. Before this ...
aclement
2006-01-26
5
-2
/
+199
*
new distinct nodes for the different types of declare - all follow the standa...
aclement
2006-01-26
12
-101
/
+1923
*
test and fix for 124999
aclement
2006-01-24
1
-1
/
+6
*
without this check, we sometimes hide earlier problems.
aclement
2006-01-20
1
-1
/
+1
*
77166 - newarray joinpoint support. "-Xjoinpoints:arrayconstruction"
aclement
2006-01-20
4
-0
/
+14
[next]