aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Provision libraries in 'lib' automaticallyAlexander Kriegisch2021-05-051-0/+6
* Remove some cruft from test classes Ajc, AjcTestCase, AntSpecAlexander Kriegisch2021-04-162-59/+14
* Remove managing obsolete folder lib/asmAlexander Kriegisch2021-04-161-43/+25
* Remove redundant 'name' and 'packaging' tags from POMsAlexander Kriegisch2021-04-151-2/+0
* Remove remaining usage message duplication between ECJ and AJCAlexander Kriegisch2021-04-142-201/+30
* Clean up Maven dependencies using 'dependency:analyze' goalAlexander Kriegisch2021-04-121-8/+3
* Replace JDT Core system dependency by deployed oneAlexander Kriegisch2021-04-091-12/+0
* Get rid of some Maven warnings concerning plugins + dependenciesAlexander Kriegisch2021-03-301-1/+0
* Fix OutjarTest regarding Ajc output (usage messages etc.)Alexander Kriegisch2021-03-211-46/+39
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-212-2/+2
* Fix + improve some tests regarding Ajc output (usage messages etc.)Alexander Kriegisch2021-03-215-91/+110
* Improve usage text, error and warning output in batch compilerAlexander Kriegisch2021-03-203-27/+21
* Improve batch compiler usage messagesAlexander Kriegisch2021-03-201-33/+40
* Strip down compiler messages to AspectJ-specific onesAlexander Kriegisch2021-03-192-276/+26
* Begin migration to 'aspectj' locale for compiler messagesAlexander Kriegisch2021-03-192-12/+1
* Add Java 15 class vile version to BCEL constants, adjust test tools etc.Alexander Kriegisch2021-03-161-39/+47
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-1/+1
* Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09)Alexander Kriegisch2021-03-161-2/+16
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-143-26/+26
* AjcTestCase cosmetics: surround command in failure report by quotesAlexander Kriegisch2021-03-111-2/+2
* AjBuildManager: use try with resources in 2 placesAlexander Kriegisch2021-03-111-7/+1
* Typo fixesJerry James2020-09-141-1/+1
* Fix javadoc references to nonexistent fields, classes, or packagesJerry James2020-09-144-6/+5
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-143-8/+7
* Fix misplaced or incorrectly nested HTML tagsJerry James2020-09-142-4/+6
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-148-24/+24
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
* 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