Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 2 | -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 EPLv2 | Alexander Kriegisch | 2021-06-04 | 83 | -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 build | Alexander Kriegisch | 2021-03-14 | 1 | -8/+8 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 1 | -3/+0 |
| | |||||
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 5 | -9/+8 |
| | |||||
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 12 | -201/+201 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 20 | -31/+0 |
|\ | |||||
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 18 | -19/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
| * | Update to JUnit 4.13 | Lars Grefer | 2020-08-15 | 3 | -12/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -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 Grefer | 2020-08-15 | 2 | -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 Clement | 2020-08-14 | 1 | -23/+42 |
| | |||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 6 | -16/+16 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 4 | -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' loop | Lars Grefer | 2020-08-08 | 1 | -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' loop | Lars Grefer | 2020-08-08 | 23 | -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> | ||||
* | polish | Andy Clement | 2019-11-29 | 4 | -472/+477 |
| | |||||
* | polish | Andy Clement | 2019-11-29 | 21 | -132/+170 |
| | |||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 3 | -121/+119 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | tidyup | Andy Clement | 2019-02-08 | 1 | -2/+10 |
| | |||||
* | move resources to resources tree | Andy Clement | 2019-02-07 | 75 | -0/+0 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 1 | -0/+39 |
| | |||||
* | mavenizing ajde - done | Andy Clement | 2019-01-29 | 6 | -77/+7 |
| | |||||
* | mavenizing ajde - wip | Andy Clement | 2019-01-29 | 159 | -0/+1560 |
| | |||||
* | Fix 500035: handling target only binding in @AJ pointcut | Andy Clement | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | generics | aclement | 2011-08-16 | 6 | -525/+505 |
| | |||||
* | 271201: inpath handles | aclement | 2009-04-06 | 1 | -1/+2 |
| | |||||
* | 251277: making asmmanager non-singleton | aclement | 2008-10-20 | 5 | -246/+241 |
| | |||||
* | removing unused code | aclement | 2008-08-31 | 2 | -228/+172 |
| | |||||
* | formatter chewed on it | aclement | 2008-08-28 | 1 | -379/+375 |
| | |||||
* | findbugs/eclipse warnings fixed | aclement | 2008-08-27 | 17 | -78/+67 |
| | |||||
* | eclipse: unnecessary cast | aclement | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | incorrectly removed this code - although it needs changing, it needs null ↵ | aclement | 2008-08-22 | 1 | -15/+30 |
| | | | | checks, not instanceof checks | ||||
* | removed unnecessary code | aclement | 2008-08-22 | 1 | -30/+15 |
| | |||||
* | 231396: moved ConfigParser out of weaver jar | aclement | 2008-05-09 | 4 | -4/+4 |
| | |||||
* | 148190#35 | aclement | 2007-01-15 | 11 | -0/+1093 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 25 | -871/+272 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 3 | -489/+8 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 3 | -36/+24 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 8 | -1178/+42 |
| | |||||
* | 148190#32 | aclement | 2007-01-15 | 12 | -1100/+437 |
| | |||||
* | 148190: reworked code to cope with new module ajde.core | aclement | 2007-01-11 | 1 | -0/+1 |
| | |||||
* | patches from 148190 #22 | aclement | 2007-01-11 | 1 | -290/+0 |
| | |||||
* | test and fix for 166580: multiple output locations and incremental compilation | aclement | 2007-01-09 | 2 | -0/+21 |
| | |||||
* | test and fix for 168840: incremental compilation and inpath | aclement | 2006-12-21 | 1 | -0/+3 |
| | |||||
* | 164288 (Jdeveloper) - fixes and tests in | aclement | 2006-11-17 | 2 | -6/+15 |
| | |||||
* | tests and fixes for pr164384 | aclement | 2006-11-17 | 4 | -4/+66 |
| |