aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src/test
Commit message (Expand)AuthorAgeFilesLines
* AjcTestCase: Make sure main methods can be called in Java 21Alexander Kriegisch2023-10-051-2/+5
* Put ASM on classpath for Ajc in testsAlexander Kriegisch2023-08-221-0/+2
* Further improve indentation of compilation results on the consolegh-217Alexander Kriegisch2023-01-241-33/+21
* Fix indentation of compilation results on the consoleAlexander Kriegisch2023-01-221-52/+36
* AjcTestCase: be less verbose when appending to buffer repeatedlyAlexander Kriegisch2022-03-311-71/+39
* Make sure to always print commands when running Java test classesAlexander Kriegisch2022-03-312-8/+10
* Add test case + experimental fix for AJC option '--add-exports'Alexander Kriegisch2022-03-271-1/+9
* Add JDT Core and bcel-builder to test classpathAlexander Kriegisch2022-03-241-2/+9
* 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
* 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-053-13/+13
* | Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-204-12/+12
|/
* Rename DOM AST class TypePattern to AbstractTypePatternAlexander Kriegisch2021-10-082-7/+6
* Minor code clean-upsAlexander Kriegisch2021-06-261-2/+3
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0450-1040/+1040
* 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
* 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-211-1/+1
* Fix + improve some tests regarding Ajc output (usage messages etc.)Alexander Kriegisch2021-03-214-88/+106
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-1/+1
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-142-12/+12
* AjcTestCase cosmetics: surround command in failure report by quotesAlexander Kriegisch2021-03-111-2/+2
* Remove unnecessary interface modifiersLars Grefer2020-08-171-18/+18
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-157-8/+0
|\
| * Cleanup unused importsLars Grefer2020-08-167-9/+2
* | Weaken Collection declarationsLars Grefer2020-08-155-8/+10
* | Redundant Collection.addAll() callLars Grefer2020-08-151-2/+1
* | Collection.toArray() call styleLars Grefer2020-08-152-4/+5
* | Manual array copyLars Grefer2020-08-151-45/+21
* | Manual array to collection copyLars Grefer2020-08-153-13/+5
|/
* 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-1311-27/+27
* Unnecessary unboxingLars Grefer2020-08-082-2/+2
* Unnecessary boxingLars Grefer2020-08-083-6/+6
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-085-19/+17
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0812-203/+181
* PolishAndy Clement2020-07-221-17/+16
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-171-142/+142
* Include JDTCore for Java14Andy Clement2020-04-201-13/+13
* Java 13 supportAndy Clement2019-11-252-74/+75
* make test a bit more reliableAndy Clement2019-09-091-53/+42
* Updated with Java12 supportAndy Clement2019-04-032-4/+3