aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/src/main/java/org/aspectj
Commit message (Collapse)AuthorAgeFilesLines
* Fix javadoc references to nonexistent fields, classes, or packagesJerry James2020-09-141-3/+0
|
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-145-9/+8
|
* Fix misplaced or incorrectly nested HTML tagsJerry James2020-09-141-1/+1
|
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-141-1/+1
|
* Remove unnecessary interface modifiersLars Grefer2020-08-1712-201/+201
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1516-17/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1616-17/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Weaken Collection declarationsLars Grefer2020-08-152-2/+3
| | | | | | | | | | | | Reports on declarations of Collection variables made by using the collection class as the type, rather than an appropriate interface. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-152-2/+2
|/ | | | | | Reports calls to Collections.sort(list, comparator) which could be replaced with list.sort(comparator). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Use the diamond operator where possibleLars Grefer2020-08-136-16/+16
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-081-1/+1
| | | | | | Reports any String.indexOf() expressions which can be replaced with a call to the String.contains() method available in Java 5 and newer. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-6/+4
| | | | | | Reports while loops which iterate over collections, and can be replaced with an enhanced for loop (i.e. foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0818-94/+89
| | | | | | Reports for loops which iterate over collections or arrays, and can be replaced with an enhanced for loop (i.e. the foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* polishAndy Clement2019-11-294-472/+477
|
* polishAndy Clement2019-11-2916-119/+157
|
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-033-121/+119
|
* Fix version tagging for info stringsAndy Clement2019-02-111-1/+1
|
* tidyupAndy Clement2019-02-081-2/+10
|
* move resources to resources treeAndy Clement2019-02-0775-0/+0
|
* mavenizing ajde - wipAndy Clement2019-01-29140-0/+8925