aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary interface modifiersLars Grefer2020-08-173-39/+39
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-161-1/+0
|\
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
* | Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1525-29/+0
|\ \
| * | Cleanup unused importsLars Grefer2020-08-1625-30/+2
| |/
* | Weaken Collection declarationsLars Grefer2020-08-158-12/+14
* | Redundant Collection.addAll() callLars Grefer2020-08-154-8/+4
* | Collection.toArray() call styleLars Grefer2020-08-157-13/+14
* | Single Map method can be usedLars Grefer2020-08-152-20/+4
* | Manual array copyLars Grefer2020-08-151-45/+21
* | Replace List.indexOf() with List.contains()Lars Grefer2020-08-151-1/+1
* | Manual array to collection copyLars Grefer2020-08-154-24/+7
|/
* Fix up tests and reduce verbosity on J11Andy Clement2020-08-142-2/+2
* Trying to reduce test verbosityAndy Clement2020-08-133-102/+115
* Use the diamond operator where possibleLars Grefer2020-08-1334-159/+159
* Unnecessary unboxingLars Grefer2020-08-083-4/+4
* Unnecessary boxingLars Grefer2020-08-085-8/+8
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-0814-38/+36
* 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-23/+19
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0859-855/+769
* PolishAndy Clement2020-07-222-26/+25
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-171-142/+142
* Fix for 558995: NullPointerException at org.aspectj.weaver.ReferenceType.getW...Andy Clement2020-04-221-2/+8
* fix tests running on windowseli-fin2020-04-211-1/+1
* Fix support for -14 on command line - was missing from JDTAndy Clement2020-04-211-7/+10
* Include JDTCore for Java14Andy Clement2020-04-202-16/+16
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-1/+1
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
* Java 13 supportAndy Clement2019-11-2512-281/+303
* Fix Bug 551084 - NullPointerException at org.aspectj.ajdt.internal.core.build...Andy Clement2019-09-161-17/+17
* make test a bit more reliableAndy Clement2019-09-091-53/+42
* Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ...Andy Clement2019-09-091-10/+11
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-032-11/+11
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
* polish for 1.9.3V1_9_3Andy Clement2019-04-041-7/+14
* Updated with Java12 supportAndy Clement2019-04-033-5/+4
* 1.9.3.RC1 final bitsV1_9_3RC1Andy Clement2019-03-071-1/+8
* remove unnecessary classpath entriesAndy Clement2019-03-061-9/+2
* improved test harnesses for working with runtimeAndy Clement2019-02-191-1/+4
* Fix version tagging for info stringsAndy Clement2019-02-114-10/+10
* temporary fix for jdtcore deps to get mvn clean install behavingAndy Clement2019-02-011-0/+11
* Add module tests back in - but streamlinedAndy Clement2019-02-013-47/+62
* various polish to previously mavenized projects to support newer onesAndy Clement2019-01-314-61/+25
* mavenizing ajdoc - doneAndy Clement2019-01-301-0/+18
* mavenizing org.aspectj.ajdt.core - wipAndy Clement2019-01-29229-903/+642
* Merge changes for 536782Andy Clement2018-10-151-2/+5
* adjust to allow clean merge - attempt 1Andy Clement2018-10-151-1/+1