aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
Commit message (Expand)AuthorAgeFilesLines
* Set version to 1.9.9V1_9_9Alexander Kriegisch2022-03-241-1/+1
* 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
* Set version to 1.9.9-SNAPSHOTAlexander Kriegisch2022-02-111-1/+1
* Set version to 1.9.8V1_9_8Alexander Kriegisch2022-02-111-1/+1
* 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
|/
* Set version to 1.9.8-SNAPSHOTAlexander Kriegisch2021-10-081-1/+1
* Release version to 1.9.8.RC1V1_9_8_RC1Alexander Kriegisch2021-10-081-1/+1
* 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
* Set version to 1.9.8-SNAPSHOTAndy Clement2021-06-241-1/+1
* 1.9.7 releaseV1_9_7Andy Clement2021-06-241-1/+1
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04214-3109/+3109
* Use canonical snapshot version 1.9.7-SNAPSHOTAlexander Kriegisch2021-05-231-1/+1
* Replace use of ASM-renamed by original ASMAlexander Kriegisch2021-05-162-6/+6
* 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