aboutsummaryrefslogtreecommitdiffstats
path: root/ajdoc/src
Commit message (Expand)AuthorAgeFilesLines
* Fix javadoc generation broken on JDK 20Alexander Kriegisch2023-06-243-7/+22
* Remove redundant casts after generics updateAndrey Turbanov2022-04-121-2/+2
* Use StringBuilder/StringJoiner for concatenation String's in loopAndrey Turbanov2021-12-181-24/+29
* Replace more usages of StringBuffer with StringBuilderAndrey Turbanov2021-12-051-8/+8
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-203-7/+7
* Fix minor indentation issues in org.aspectj.tools.ajdoc.MainAlexander Kriegisch2021-06-101-3/+3
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0424-319/+319
* Revert "Always run javadoc using the ToolProvider API"Alexander Kriegisch2021-05-282-18/+48
* housekeepingAndy Clement2021-05-231-3/+3
* Clean up Maven dependencies using 'dependency:analyze' goalAlexander Kriegisch2021-04-121-11/+11
* Add Java 16 Linux matcher variant to HtmlDecoratorAlexander Kriegisch2021-03-222-90/+121
* Add diagnostic output to HtmlDecorator if AJ-Doc generation failsAlexander Kriegisch2021-03-212-0/+14
* Use static import for HtmlDecorator.TYPE_NAME_LABELAlexander Kriegisch2021-03-162-25/+27
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-144-101/+111
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-141-2/+2
* Remove unnecessary interface modifiersLars Grefer2020-08-171-15/+15
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-154-7/+0
|\
| * Cleanup unused importsLars Grefer2020-08-165-8/+0
* | Weaken Collection declarationsLars Grefer2020-08-153-3/+4
* | Collection.toArray() call styleLars Grefer2020-08-151-1/+1
* | Manual array copyLars Grefer2020-08-151-9/+3
* | Manual array to collection copyLars Grefer2020-08-151-11/+2
|/
* Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-142-89/+4
|\
| * Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj in...Lars Grefer2020-08-142-91/+4
| |\
| | * Always run javadoc using the ToolProvider APILars Grefer2020-08-142-87/+4
| * | Fix compilation of JavadocRunner for Java 13+Lars Grefer2020-08-131-5/+7
| |/
* / Simplify checks for Java 8 to trueLars Grefer2020-08-142-123/+37
|/
* Use the diamond operator where possibleLars Grefer2020-08-134-22/+22
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-083-24/+24
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-086-56/+47
* Java 13 supportAndy Clement2019-11-252-148/+172
* Updated with Java12 supportAndy Clement2019-04-034-37/+55
* Fix version tagging for info stringsAndy Clement2019-02-112-2/+2
* Add module tests back in - but streamlinedAndy Clement2019-01-313-48/+36
* mavenizing ajdoc - doneAndy Clement2019-01-306-54/+27
* mavenizing ajdoc - wipAndy Clement2019-01-2924-0/+2919
* Support Java10Andy Clement2018-04-182-22/+49
* Updates to better cope with future JDKsAndy Clement2017-11-094-61/+66
* 464604: ajdoc SIOOBE on Java7Andy Clement2015-09-041-0/+5
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-1/+27
* add apt testshsestupin2014-08-011-1/+1
* minimalModel ON by default. demotion ON by default (for AJDT as well as LTW)aclement2011-08-051-1/+1
* 280783: removed security manager - why is it there?aclement2009-06-181-51/+50
* 258206: package declaration support in the modelaclement2009-01-061-1/+3
* attempt to commit patch for 256514 again: fixed the patch to be non-windoze onlyaclement2008-12-152-0/+60
* backed out changes - break the buildaclement2008-12-082-59/+0
* 256514: c1aclement2008-11-272-0/+59
* 251277: making asmmanager non-singletonaclement2008-10-205-951/+927
* formatter chewedaclement2008-09-171-832/+732
* eclipse: unnecessary castaclement2008-08-231-1/+1