aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src
Commit message (Expand)AuthorAgeFilesLines
* Implement source location matching for weave messages in XML testsAlexander Kriegisch2024-04-132-18/+42
* Switch to Java 22 + add basic test suiteAlexander Kriegisch2024-03-231-1/+1
* Remove BCEL files from 'lib' moduleAlexander Kriegisch2024-03-151-2/+0
* Throw exception for minimal AJC runtime version violationAlexander Kriegisch2024-03-151-6/+2
* AjcTestCase: Improve forked JVM parameter handlingAlexander Kriegisch2024-03-121-5/+8
* Fix typos: '-xmlConfigured', not '-xmlConfig'Alexander Kriegisch2024-02-221-6/+8
* Document AJC option '-xmlConfigured'Alexander Kriegisch2024-02-221-0/+2
* LangUtil: remove methods like 'is11VMOrGreater', 'is1dot5VMOrGreater'Alexander Kriegisch2024-02-193-3/+3
* Add 'AspectJ_JDK_Update' hint in various placesAlexander Kriegisch2024-02-191-0/+2
* Bump JDT Core to 1.9.21.1Alexander Kriegisch2024-02-131-1/+1
* AjCompilerOptions: Increment irritant levels to GROUP4Alexander Kriegisch2024-02-121-9/+9
* Adjust AjASTConverter to JDT Core StringLiteralConcatenation changesAlexander Kriegisch2024-02-121-2/+3
* Replace old by new AspectJ GitHub URLAlexander Kriegisch2024-02-083-3/+3
* Workaround for defining classes during LTWAlexander Kriegisch2024-01-292-3/+10
* 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