aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src
Commit message (Expand)AuthorAgeFilesLines
* Add JDT Core and bcel-builder to test classpathAlexander Kriegisch2022-03-241-2/+9
* Upgrade to latest JDT Core Java 18 changes, activate J18 preview testsAlexander Kriegisch2022-03-241-1/+1
* Make sure that program arguments are passed through in full LTW modeAlexander Kriegisch2022-03-231-14/+17
* Introduce AjcTestCase.DEFAULT_FULL_LTW_CLASSPATH_ENTRIESAlexander Kriegisch2022-03-231-5/+12
* AJDT Core: use JUnit 4 from class path instead of 3.8 from lib/junitAlexander Kriegisch2022-03-232-2/+9
* Fix broken 'useFullLTW' test modeAlexander Kriegisch2022-03-231-2/+6
* Use static imports for file and path separator constantsAlexander Kriegisch2022-03-232-25/+31
* Prepare code, tests and docs for Java 18Alexander Kriegisch2022-03-211-1/+1
* Cleanup redundant type casts, due to too weak variable type declarationAndrey Turbanov2022-02-262-13/+9
* protect against NPE for inheritance and annotation styleAndy Clement2022-01-201-3/+2
* Fix annotation style support for if(true) and if(false)Andy Clement2022-01-171-2/+8
* Merge pull request #109 from turbanoff/avoid_empty_arrays_allocationAndy Clement2022-01-106-14/+14
|\
| * Reduce empty array allocationsAndrey Turbanov2021-12-186-14/+14
* | Use StringBuilder/StringJoiner for concatenation String's in loopAndrey Turbanov2021-12-181-6/+4
|/
* Merge pull request #103 from turbanoff/redundant_boxingAndy Clement2021-12-132-2/+2
|\
| * Cleanup redundant boxing.Andrey Turbanov2021-11-202-2/+2
* | Replace more usages of StringBuffer with StringBuilderAndrey Turbanov2021-12-055-17/+17
* | Merge pull request #101 from turbanoff/use_StringBuilder_instead_of_StringBufferAndy Clement2021-11-3027-50/+50
|\ \
| * | Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2027-50/+50
| |/
* / According to javadoc File.isDirectory 'true' if and only if the file denoted ...Andrey Turbanov2021-11-201-2/+2
|/
* Rename DOM AST class TypePattern to AbstractTypePatternAlexander Kriegisch2021-10-0820-60/+59
* Update ECJ version, activate Java 17 preview features testsAlexander Kriegisch2021-10-021-1/+1
* In ITD processing, use setter instead of assigning Scope directlyAlexander Kriegisch2021-09-073-3/+6
* Add AJDT support for printing switch expressionsAlexander Kriegisch2021-09-071-7/+32
* AjBuildConfig: simplify null classpath removal from path listAlexander Kriegisch2021-06-261-7/+2
* Quick fix for AJC '--release' optionAlexander Kriegisch2021-06-262-1/+19
* Minor code clean-upsAlexander Kriegisch2021-06-262-20/+23
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04211-3079/+3079
* Replace use of ASM-renamed by original ASMAlexander Kriegisch2021-05-161-4/+4
* 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 remaining usage message duplication between ECJ and AJCAlexander Kriegisch2021-04-142-201/+30
* 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