| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor indentation issues in org.aspectj.tools.ajdoc.Main | Alexander Kriegisch | 2021-06-10 | 1 | -3/+3 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 9 | -57/+57 |
* | Revert "Always run javadoc using the ToolProvider API" | Alexander Kriegisch | 2021-05-28 | 2 | -18/+48 |
* | housekeeping | Andy Clement | 2021-05-23 | 1 | -3/+3 |
* | Clean up Maven dependencies using 'dependency:analyze' goal | Alexander Kriegisch | 2021-04-12 | 1 | -11/+11 |
* | Add Java 16 Linux matcher variant to HtmlDecorator | Alexander Kriegisch | 2021-03-22 | 1 | -20/+41 |
* | Add diagnostic output to HtmlDecorator if AJ-Doc generation fails | Alexander Kriegisch | 2021-03-21 | 2 | -0/+14 |
* | Use static import for HtmlDecorator.TYPE_NAME_LABEL | Alexander Kriegisch | 2021-03-16 | 1 | -1/+1 |
* | Fix 'ajdoc' tests for Java 15 build | Alexander Kriegisch | 2021-03-14 | 1 | -11/+11 |
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -2/+2 |
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 1 | -15/+15 |
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 2 | -2/+0 |
|\ |
|
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 3 | -3/+0 |
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 3 | -3/+4 |
* | | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 1 | -1/+1 |
* | | Manual array to collection copy | Lars Grefer | 2020-08-15 | 1 | -11/+2 |
|/ |
|
* | Merge branch 'feature/simplify-ajdoc' of github.com:larsgrefer/org.aspectj in... | Lars Grefer | 2020-08-14 | 2 | -91/+4 |
|\ |
|
| * | Always run javadoc using the ToolProvider API | Lars Grefer | 2020-08-14 | 2 | -87/+4 |
* | | Fix compilation of JavadocRunner for Java 13+ | Lars Grefer | 2020-08-13 | 1 | -5/+7 |
|/ |
|
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 3 | -20/+20 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 2 | -5/+5 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 4 | -44/+38 |
* | Java 13 support | Andy Clement | 2019-11-25 | 1 | -16/+21 |
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
* | mavenizing ajdoc - wip | Andy Clement | 2019-01-29 | 9 | -0/+2467 |