aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-202-2/+2
| | | | StringBuffer is a legacy synchronized class. StringBuilder is a direct replacement to StringBuffer which generally have better performance.
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0483-869/+869
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-141-8/+8
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* 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-1520-31/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1618-19/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
| * Update to JUnit 4.13Lars Grefer2020-08-153-12/+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>
* lets have maven fail if those tests fail...Andy Clement2020-08-141-23/+42
|
* 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-084-7/+7
| | | | | | 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-0823-114/+106
| | | | | | 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-2921-132/+170
|
* 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
|
* Add module tests back in - but streamlinedAndy Clement2019-01-311-0/+39
|
* mavenizing ajde - doneAndy Clement2019-01-296-77/+7
|
* mavenizing ajde - wipAndy Clement2019-01-29159-0/+1560
|
* Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-181-1/+1
|
* genericsaclement2011-08-166-525/+505
|
* 271201: inpath handlesaclement2009-04-061-1/+2
|
* 251277: making asmmanager non-singletonaclement2008-10-205-246/+241
|
* removing unused codeaclement2008-08-312-228/+172
|
* formatter chewed on itaclement2008-08-281-379/+375
|
* findbugs/eclipse warnings fixedaclement2008-08-2717-78/+67
|
* eclipse: unnecessary castaclement2008-08-231-1/+1
|
* incorrectly removed this code - although it needs changing, it needs null ↵aclement2008-08-221-15/+30
| | | | checks, not instanceof checks
* removed unnecessary codeaclement2008-08-221-30/+15
|
* 231396: moved ConfigParser out of weaver jaraclement2008-05-094-4/+4
|
* 148190#35aclement2007-01-1511-0/+1093
|
* 148190#32aclement2007-01-1525-871/+272
|
* 148190#32aclement2007-01-153-489/+8
|
* 148190#32aclement2007-01-153-36/+24
|
* 148190#32aclement2007-01-158-1178/+42
|
* 148190#32aclement2007-01-1512-1100/+437
|
* 148190: reworked code to cope with new module ajde.coreaclement2007-01-111-0/+1
|
* patches from 148190 #22aclement2007-01-111-290/+0
|
* test and fix for 166580: multiple output locations and incremental compilationaclement2007-01-092-0/+21
|
* test and fix for 168840: incremental compilation and inpathaclement2006-12-211-0/+3
|
* 164288 (Jdeveloper) - fixes and tests inaclement2006-11-172-6/+15
|
* tests and fixes for pr164384aclement2006-11-174-4/+66
|