aboutsummaryrefslogtreecommitdiffstats
path: root/testing/src
Commit message (Collapse)AuthorAgeFilesLines
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-0816-32/+32
| | | | | | 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>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-0838-810/+748
| | | | | | 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 Clement2020-07-221-323/+332
|
* Include JDTCore for Java14Andy Clement2020-04-204-27/+55
|
* polishAndy Clement2019-11-294-1723/+1765
|
* polishAndy Clement2019-11-2834-169/+273
|
* Fix 550494Andy Clement2019-11-271-20/+19
|
* Java 13 supportAndy Clement2019-11-252-16/+50
|
* Updated with Java12 supportAndy Clement2019-04-035-6/+59
|
* windows compatibility in testsAndy Clement2019-03-031-1/+4
|
* improved test harnesses for working with runtimeAndy Clement2019-02-191-0/+1
|
* add missing licenseAndy Clement2019-02-111-0/+12
|
* polishAndy Clement2019-02-115-29/+29
|
* better test tidyupAndy Clement2019-02-112-6/+7
|
* tidyupAndy Clement2019-02-081-0/+1
|
* Fix getSpecFile() to work with URLs and adjust installer unpackerAndy Clement2019-02-083-6/+10
|
* Add module tests back in - but streamlinedAndy Clement2019-02-012-3/+64
|
* various polish to previously mavenized projects to support newer onesAndy Clement2019-01-312-16/+18
|
* mavenizing testing - doneAndy Clement2019-01-3089-207/+0
|
* mavenizing testing - wipAndy Clement2019-01-30110-0/+6828
|
* Upgraded test infra to support building/running modulesAndy Clement2017-10-203-3/+21
|
* fix warnings in build - support .isJava8 option in buildV1_8_10Andy Clement2016-12-091-4/+4
|
* Fix 500035: handling target only binding in @AJ pointcutAndy Clement2016-11-186-97/+89
|
* enabling AJDT to use annotation processorsAndy Clement2014-08-201-0/+8
|
* genericsAndy Clement2012-03-021-16/+16
|
* genericsAndy Clement2012-03-021-7/+7
|
* 239649 and primitives no longer all resolved by defaultaclement2011-08-121-15/+15
|
* refactoring: pulled testcode up into this class from subtypesaclement2011-08-051-918/+845
|
* 290741: encoding option on ICompilerConfigurationaclement2011-04-041-3/+10
|
* genericsaclement2010-07-141-134/+123
|
* 271201: inpath handlesaclement2009-04-061-0/+5
|
* 268827: ask for the JDT project stateaclement2009-03-241-0/+5
|
* generalize report API to cover resources and outjaraclement2009-03-231-2/+2
|
* 268827: tell ajdt about class file removalaclement2009-03-201-0/+3
|
* 124460: aop.xml used for compilation: AJDT interface supportaclement2009-02-121-0/+5
|
* 258325: fixaclement2008-12-101-0/+4
|
* 251277: making asmmanager non-singletonaclement2008-10-201-149/+131
|
* New method on the interface: null implaclement2008-09-161-0/+4
|
* 245566: final config interface changeaclement2008-09-021-1/+5
|
* 245566: incremental magicaclement2008-08-291-228/+270
|
* findbugs/eclipse warnings fixedaclement2008-08-278-27/+361
|
* implement new ICompilerConfiguration methodaclement2008-08-261-0/+1
|
* removed unnecessary codeaclement2008-08-221-7/+1
|
* 148190#30: rebase testsaclement2007-01-121-196/+125
|
* patches from 148190 #22aclement2007-01-112-6/+292
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-0/+4
| | | | Matthew doesnt complain.
* 145963: binary entries in the model: various parts to the fix.aclement2006-08-181-0/+4
|
* pr145689 - telling AJDT through the progress monitor (rather than a debug ↵aclement2006-07-241-2/+6
| | | | interface) whether the build was full or incremental.
* update license to EPLacolyer2006-06-0165-130/+130
|
* progress on enh 101983 (allow separate output folders for separate source ↵acolyer2006-05-161-1/+4
| | | | folders)