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
/
ajde
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
148190#35
aclement
2007-01-15
11
-0
/
+1093
*
148190#32
aclement
2007-01-15
25
-871
/
+272
*
148190#32
aclement
2007-01-15
3
-489
/
+8
*
148190#32
aclement
2007-01-15
3
-36
/
+24
*
148190#32
aclement
2007-01-15
8
-1178
/
+42
*
148190#32
aclement
2007-01-15
12
-1100
/
+437
*
148190: reworked code to cope with new module ajde.core
aclement
2007-01-11
1
-0
/
+1
*
patches from 148190 #22
aclement
2007-01-11
1
-290
/
+0
*
test and fix for 166580: multiple output locations and incremental compilation
aclement
2007-01-09
2
-0
/
+21
*
test and fix for 168840: incremental compilation and inpath
aclement
2006-12-21
1
-0
/
+3
*
164288 (Jdeveloper) - fixes and tests in
aclement
2006-11-17
2
-6
/
+15
*
tests and fixes for pr164384
aclement
2006-11-17
4
-4
/
+66
*
fix for 155213: made using date formatter lazy.
aclement
2006-08-25
1
-1
/
+1
*
141556#13 - messagehandler pulled out of CompilerAdapter and changed to have ...
aclement
2006-08-25
2
-25
/
+72
*
141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Mat...
aclement
2006-08-25
1
-12
/
+7
*
112098: checkRtJar removed.
aclement
2006-08-23
1
-7
/
+0
*
141556: lint message sort out and memory leak resolution
aclement
2006-08-18
1
-1
/
+1
*
for AJDT dont store messages - waste of space!
aclement
2006-08-18
1
-1
/
+1
*
test and initial patches for 141556
aclement
2006-08-03
2
-0
/
+8
*
fix annoying stacktrace that comes out when running all tests
aclement
2006-07-26
1
-1
/
+3
*
pr145689 - telling AJDT through the progress monitor (rather than a debug int...
aclement
2006-07-24
4
-3
/
+7
*
update license to EPL
acolyer
2006-06-01
76
-153
/
+153
*
final implementation and tests for 101983: allow separate output folders
acolyer
2006-05-19
3
-10
/
+11
*
progress on enh 101983 (allow separate output folders for separate source fol...
acolyer
2006-05-16
4
-0
/
+94
*
Completed: Improve ajc memory usage
acolyer
2006-02-24
1
-0
/
+1
*
this commit eliminates all bar 2 of the 60 odd compilation warnings in the aj...
acolyer
2005-11-24
32
-170
/
+225
*
omitting incremental as broken for now.
wisberg
2005-10-12
1
-20
/
+20
*
improve abort handling for AJDT
acolyer
2005-09-27
1
-7
/
+11
*
Fix for Bug #109016: NullPointerException when building configuration
mkersten
2005-09-08
1
-5
/
+7
*
fix for pr102479, allow clients to provide a custom message handler / holder ...
acolyer
2005-09-01
2
-9
/
+22
*
New compat level added to help people who want to pull AspectJ builds into AJ...
aclement
2005-06-01
1
-0
/
+1
*
MultiIncrementalSupport: the key change - looks in the IncrementalStateManage...
aclement
2005-04-26
1
-5
/
+31
*
MultiIncrementalSupport: reports build kind when claiming success.
aclement
2005-04-26
1
-5
/
+11
*
Useful guard method - prevents asking for properties twice through ajde.
aclement
2005-04-26
1
-0
/
+4
*
Configure weaver to behave in 1.5 way if Java compiler is configured that way...
aclement
2005-04-07
1
-0
/
+8
*
new icons for annotation/enum, 'borrowed' from JDT UI
aclement
2005-03-24
3
-1
/
+7
*
Performance optimization - use stringbuffer (found using xray)
aclement
2005-02-08
1
-3
/
+4
*
Fix for Bug 3897
mkersten
2005-01-28
2
-13
/
+40
*
Get enum value fields to work in the ASM. Plus test reorg as we are now addin...
aclement
2005-01-20
1
-0
/
+3
*
Applied patch for bug#77799 "NullPointerException in StructureSearchManager"
mkersten
2004-11-04
1
-1
/
+1
*
Change to prevent "uses-pointcut" nodes from appearing by default
mkersten
2004-10-15
1
-9
/
+13
*
Fix for Bugzilla Bug 73334
aclement
2004-09-06
1
-2
/
+2
*
Part of fix for AJDT bug 72671
aclement
2004-09-06
1
-3
/
+26
*
FindBugs: fixes.
aclement
2004-08-23
5
-16
/
+20
*
cant find type/organize imports (and hopefully fix the build)
aclement
2004-08-06
1
-3
/
+0
*
The BIG commit.
aclement
2004-08-03
3
-10
/
+86
*
fix for Bugzilla Bug 40206
acolyer
2004-07-29
2
-6
/
+4
*
set default warning values correctly when passed in 'null'
acolyer
2004-06-08
1
-32
/
+51
*
Minor non-disruptive ASM API cleanup.
mkersten
2004-03-29
2
-5
/
+5
*
Fix for Bugzilla Bug 40192
aclement
2004-03-18
1
-1
/
+8
[next]