aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src
Commit message (Expand)AuthorAgeFilesLines
* Move docs examples directory two levels upAlexander Kriegisch2024-01-061-1/+1
* Remove references and docs about obsolete toolsAlexander Kriegisch2024-01-061-9/+0
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-062-6/+6
* Add minimal JRE version check to Main.runMainAlexander Kriegisch2023-12-151-21/+35
* Bump ECJ to 23b713ce (01Dec2023)Alexander Kriegisch2023-12-021-1/+1
* Adjust to API changes in ECJ 4dc7b558 (01Dec2023)Alexander Kriegisch2023-12-018-17/+17
* Bump AJC version string to c13b03ceabf0c1Alexander Kriegisch2023-11-271-1/+1
* Adjust to latest changes in JDT CoreAlexander Kriegisch2023-11-012-8/+8
* AjcTestCase: Make sure main methods can be called in Java 21Alexander Kriegisch2023-10-051-2/+5
* AjLookupEnvironment: readability refactoringAlexander Kriegisch2023-10-011-582/+515
* AjLookupEnvironment: add new phase CONNECT_TYPE_HIERARCHY2Alexander Kriegisch2023-10-011-2/+2
* Remove old '.cvsignore' filesAlexander Kriegisch2023-09-271-1/+0
* Bump JDT Core to 1.9.21-SNAPSHOTAlexander Kriegisch2023-09-261-3/+9
* Update compiler.version to latest Java 20 mergeAlexander Kriegisch2023-09-251-1/+1
* Put ASM on classpath for Ajc in testsAlexander Kriegisch2023-08-221-0/+2
* messages_aspectj.properties: update ECJ version stringAlexander Kriegisch2023-06-241-1/+1
* messages_aspectj.properties: update ECJ version stringAlexander Kriegisch2023-06-241-1/+1
* Add null check to AjLookupEnvironment.hasAspectDeclarationsAlexander Kriegisch2023-06-041-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
* Bugfix: caret error marks in compiler output too shortAlexander Kriegisch2023-01-221-53/+70
* No more compiler errors for implicitly static inner aspects of interfacesAlexander Kriegisch2023-01-062-2/+13
* Bump ECJ version in messages_aspectj.propertiesAlexander Kriegisch2022-12-201-1/+1
* Set Java 19 compiler version after JDT Core mergeAlexander Kriegisch2022-10-021-1/+1
* First Java 19 version, barely tested.Alexander Kriegisch2022-10-012-5/+7
* Make IStateListener.aboutToCompareClasspaths use typed listsAlexander Kriegisch2022-04-182-2/+2
* Cleanup redundant null check before instanceofAndrey Turbanov2022-04-175-8/+7
* Reduce 'Object' class usageAndrey Turbanov2022-04-158-25/+16
* Fix suspicious Map.get callAndrey Turbanov2022-04-151-1/+1
* Remove redundant casts after generics updateAndrey Turbanov2022-04-1213-46/+38
* Merge pull request #131 from turbanoff/use_generics_ajdt.coreAndy Clement2022-04-1121-59/+66
|\
| * Update 'org.aspectj.ajdt.core' code to use genericsAndrey Turbanov2022-02-2821-59/+66
* | 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
* | Use upstream method to generate '--add-reads', '--add-exports' infoAlexander Kriegisch2022-03-271-3/+8
* | Add test case + experimental fix for AJC option '--add-exports'Alexander Kriegisch2022-03-273-2/+23
* | Fix AjcTaskTest by correctly identifying snapshot versionsAlexander Kriegisch2022-03-241-2/+2
* | 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