Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace HTTP links to eclipse.org by HTTPS | Alexander Kriegisch | 2024-01-06 | 2 | -3/+3 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Reduce 'Object' class usage | Andrey Turbanov | 2022-04-15 | 3 | -9/+7 |
| | |||||
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 2 | -2/+2 |
| | |||||
* | Remove AspectJ Browser (ajbrowser) code and documentation | Alexander Kriegisch | 2022-04-02 | 1 | -6/+0 |
| | | | | | | | Closes #148. TODO: Should more AJDE stuff be removed? Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix poor variable name | Andy Clement | 2022-02-26 | 1 | -3/+3 |
| | |||||
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 3 | -6/+5 |
| | |||||
* | Use StringBuilder/StringJoiner for concatenation String's in loop | Andrey Turbanov | 2021-12-18 | 2 | -9/+9 |
| | |||||
* | 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 | 65 | -687/+687 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. 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 | 16 | -17/+0 |
|\ | |||||
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 16 | -17/+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> | ||||
* | 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 | 1 | -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' 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 | 18 | -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> | ||||
* | polish | Andy Clement | 2019-11-29 | 4 | -472/+477 |
| | |||||
* | polish | Andy Clement | 2019-11-29 | 16 | -119/+157 |
| | |||||
* | 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 |
| | |||||
* | mavenizing ajde - wip | Andy Clement | 2019-01-29 | 140 | -0/+8925 |