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
about
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
...
*
Clean up Maven dependencies using 'dependency:analyze' goal
Alexander Kriegisch
2021-04-12
1
-8
/
+3
*
Replace JDT Core system dependency by deployed one
Alexander Kriegisch
2021-04-09
1
-12
/
+0
*
Get rid of some Maven warnings concerning plugins + dependencies
Alexander Kriegisch
2021-03-30
1
-1
/
+0
*
Fix OutjarTest regarding Ajc output (usage messages etc.)
Alexander Kriegisch
2021-03-21
1
-46
/
+39
*
Fix some deprecated Java and JUnit warnings by using newer API calls
Alexander Kriegisch
2021-03-21
2
-2
/
+2
*
Fix + improve some tests regarding Ajc output (usage messages etc.)
Alexander Kriegisch
2021-03-21
5
-91
/
+110
*
Improve usage text, error and warning output in batch compiler
Alexander Kriegisch
2021-03-20
3
-27
/
+21
*
Improve batch compiler usage messages
Alexander Kriegisch
2021-03-20
1
-33
/
+40
*
Strip down compiler messages to AspectJ-specific ones
Alexander Kriegisch
2021-03-19
2
-276
/
+26
*
Begin migration to 'aspectj' locale for compiler messages
Alexander Kriegisch
2021-03-19
2
-12
/
+1
*
Add Java 15 class vile version to BCEL constants, adjust test tools etc.
Alexander Kriegisch
2021-03-16
1
-39
/
+47
*
Upgrade to ASM 9.1, delete obsolete ASM binaries
Alexander Kriegisch
2021-03-16
1
-1
/
+1
*
Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09)
Alexander Kriegisch
2021-03-16
1
-2
/
+16
*
Fix 'ajdoc' tests for Java 15 build
Alexander Kriegisch
2021-03-14
3
-26
/
+26
*
AjcTestCase cosmetics: surround command in failure report by quotes
Alexander Kriegisch
2021-03-11
1
-2
/
+2
*
AjBuildManager: use try with resources in 2 places
Alexander Kriegisch
2021-03-11
1
-7
/
+1
*
Typo fixes
Jerry James
2020-09-14
1
-1
/
+1
*
Fix javadoc references to nonexistent fields, classes, or packages
Jerry James
2020-09-14
4
-6
/
+5
*
Fix misplaced or incorrect javadoc tags
Jerry James
2020-09-14
3
-8
/
+7
*
Fix misplaced or incorrectly nested HTML tags
Jerry James
2020-09-14
2
-4
/
+6
*
Fix incorrect HTML entities in javadoc comments
Jerry James
2020-09-14
8
-24
/
+24
*
Revert to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-08-21
1
-1
/
+1
*
1.9.7 milestone 1 published
Andy Clement
2020-08-21
1
-1
/
+1
*
Remove unnecessary interface modifiers
Lars Grefer
2020-08-17
3
-39
/
+39
*
Merge pull request #10 from larsgrefer/cleanup/pom
Andy Clement
2020-08-16
1
-1
/
+0
|
\
|
*
Remove project.parent.relative path as ../pom.xml is already the default
Lars Grefer
2020-08-15
1
-1
/
+0
*
|
Merge branch 'master' into feature/collection-performance
Andy Clement
2020-08-15
25
-29
/
+0
|
\
\
|
*
|
Cleanup unused imports
Lars Grefer
2020-08-16
25
-30
/
+2
|
|
/
*
|
Weaken Collection declarations
Lars Grefer
2020-08-15
8
-12
/
+14
*
|
Redundant Collection.addAll() call
Lars Grefer
2020-08-15
4
-8
/
+4
*
|
Collection.toArray() call style
Lars Grefer
2020-08-15
7
-13
/
+14
*
|
Single Map method can be used
Lars Grefer
2020-08-15
2
-20
/
+4
*
|
Manual array copy
Lars Grefer
2020-08-15
1
-45
/
+21
*
|
Replace List.indexOf() with List.contains()
Lars Grefer
2020-08-15
1
-1
/
+1
*
|
Manual array to collection copy
Lars Grefer
2020-08-15
4
-24
/
+7
|
/
*
Fix up tests and reduce verbosity on J11
Andy Clement
2020-08-14
2
-2
/
+2
*
Trying to reduce test verbosity
Andy Clement
2020-08-13
3
-102
/
+115
*
Use the diamond operator where possible
Lars Grefer
2020-08-13
34
-159
/
+159
*
Unnecessary unboxing
Lars Grefer
2020-08-08
3
-4
/
+4
*
Unnecessary boxing
Lars Grefer
2020-08-08
5
-8
/
+8
*
'String.indexOf()' expression is replaceable with 'contains()'
Lars Grefer
2020-08-08
14
-38
/
+36
*
'while' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
1
-23
/
+19
*
'for' loop replaceable with enhanced 'for' loop
Lars Grefer
2020-08-08
59
-855
/
+769
*
Polish
Andy Clement
2020-07-22
2
-26
/
+25
*
Rev to 1.9.7.BUILD-SNAPSHOT
Andy Clement
2020-07-22
1
-1
/
+1
*
AspectJ 1.9.6 final bits
V1_9_6
Andy Clement
2020-07-22
1
-1
/
+1
*
Update ASM and fix packaging for matcher artifact
Andy Clement
2020-07-17
1
-142
/
+142
*
Fix for 558995: NullPointerException at org.aspectj.weaver.ReferenceType.getW...
Andy Clement
2020-04-22
1
-2
/
+8
*
fix tests running on windows
eli-fin
2020-04-21
1
-1
/
+1
*
Fix support for -14 on command line - was missing from JDT
Andy Clement
2020-04-21
1
-7
/
+10
[prev]
[next]