aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-272-1/+14
* Fix AjcTaskTest by correctly identifying snapshot versionsAlexander Kriegisch2022-03-241-2/+2
* Upgrade to latest JDT Core Java 18 changes, activate J18 preview testsAlexander Kriegisch2022-03-241-1/+1
* 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
|/
* Replace more usages of StringBuffer with StringBuilderAndrey Turbanov2021-12-052-4/+4
* Merge pull request #101 from turbanoff/use_StringBuilder_instead_of_StringBufferAndy Clement2021-11-3023-38/+38
|\
| * Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2023-38/+38
* | 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-0818-53/+53
* 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-261-18/+20
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04161-2039/+2039
* Remove remaining usage message duplication between ECJ and AJCAlexander Kriegisch2021-04-142-201/+30
* 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-211-3/+4
* 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 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-141-14/+14
* 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
* Remove unnecessary interface modifiersLars Grefer2020-08-172-21/+21
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1518-21/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1618-21/+0
* | Weaken Collection declarationsLars Grefer2020-08-153-4/+4
* | Redundant Collection.addAll() callLars Grefer2020-08-153-6/+3
* | Collection.toArray() call styleLars Grefer2020-08-155-9/+9
* | Single Map method can be usedLars Grefer2020-08-152-20/+4
* | Replace List.indexOf() with List.contains()Lars Grefer2020-08-151-1/+1
* | Manual array to collection copyLars Grefer2020-08-151-11/+2
|/
* Use the diamond operator where possibleLars Grefer2020-08-1323-132/+132
* Unnecessary unboxingLars Grefer2020-08-081-2/+2