Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lets have maven fail if those tests fail... | Andy Clement | 2020-08-14 | 1 | -1/+1 |
| | |||||
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 1 | -1/+1 |
| | | | | | | Reports "unboxing", e.g. explicit unwrapping of wrapped primitive values. Unboxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -2/+2 |
| | | | | | | 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' loop | Lars Grefer | 2020-08-08 | 3 | -16/+16 |
| | | | | | | 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> | ||||
* | Rev to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | AspectJ 1.9.6 final bitsV1_9_6 | Andy Clement | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | polish | Andy Clement | 2019-11-29 | 2 | -1539/+1571 |
| | |||||
* | polish | Andy Clement | 2019-11-29 | 1 | -211/+222 |
| | |||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | 1.9.5 release versions in pomsV1_9_5 | Andy Clement | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | 1.9.4 POMS | Andy Clement | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | pushed versions to 1.9.4.BUILD-SNAPSHOT | Andy Clement | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 3 | -46/+29 |
| | |||||
* | mavenizing testing-drivers - done' | Andy Clement | 2019-01-30 | 3 | -0/+6 |
| | |||||
* | mavenizing testing-drivers - wip | Andy Clement | 2019-01-30 | 14 | -49/+61 |
| | |||||
* | Reverse default - behave like 1.5 (support annotations) by default | Andy Clement | 2018-10-10 | 1 | -7/+4 |
| | |||||
* | Fix classpath for tests on Java9 | Andy Clement | 2016-06-27 | 1 | -1/+2 |
| | |||||
* | findbugs/eclipse warnings fixed | aclement | 2008-08-27 | 3 | -52/+70 |
| | |||||
* | fixed jre lib warning | aclement | 2008-06-08 | 1 | -13/+13 |
| | |||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -0/+1 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 8 | -16/+16 |
| | |||||
* | Completed: Improve ajc memory usage | acolyer | 2006-02-24 | 2 | -0/+21 |
| | | | | incremental tests need to ensure that AjState runs in incremental mode! | ||||
* | fixing typo | aclement | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | Skipping long test of rarely-changed code | wisberg | 2005-06-08 | 1 | -0/+2 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -1/+2 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -63/+3 |
| | |||||
* | prospective replacements for {module}/build.xml - will move there once ↵ | wisberg | 2005-05-11 | 1 | -0/+6 |
| | | | | validated by those who use build.xml. | ||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+60 |
| | | | | individually or via master in build module. | ||||
* | -exitOnFailure for System.exit(..) on failure, so release/build.xml can ↵ | wisberg | 2005-03-10 | 1 | -2/+20 |
| | | | | respond to test failures. | ||||
* | temporary workaround for (jar assembly after removing ant jar from ↵ | wisberg | 2005-03-10 | 1 | -1/+1 |
| | | | | testing-drivers-all) will work only when jar is in lib/ant/../../aj-build/jars directory. | ||||
* | ignoring ajcore files | wisberg | 2005-03-08 | 1 | -0/+1 |
| | |||||
* | refactoring, reformatting; support for generated test classes (latter not ↵ | wisberg | 2005-01-27 | 3 | -68/+263 |
| | | | | checked in) | ||||
* | support vm args during forking (simple update: forking still requires system ↵ | wisberg | 2004-10-05 | 1 | -35/+53 |
| | | | | properties) | ||||
* | fix for Bugzilla Bug 37020 | acolyer | 2004-08-19 | 3 | -2/+5 |
| | | | | wrong line for method execution join point | ||||
* | running negative harness tests, to verify that expected-fails actually fail | wisberg | 2004-03-31 | 3 | -7/+26 |
| | |||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 3 | -10/+10 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Merge of dependent tests (only shows up under IBM 131 JVM) | acolyer | 2003-12-08 | 1 | -20/+19 |
| | |||||
* | adjust tests for new message content when skipping | wisberg | 2003-10-29 | 2 | -4/+4 |
| | |||||
* | better mapping from messages to JUnit failure/error | wisberg | 2003-10-29 | 1 | -9/+11 |
| | |||||
* | doc harness handling of 2-element options | wisberg | 2003-10-29 | 1 | -33/+37 |
| | |||||
* | deleting junk | wisberg | 2003-10-23 | 1 | -26/+0 |
| | |||||
* | cloning re-used test specifications to avoid test interactions | wisberg | 2003-08-28 | 1 | -4/+11 |
| | |||||
* | ignoring test case expecting a skip when using the old ajc compiler in ↵ | wisberg | 2003-08-28 | 1 | -1/+1 |
| | | | | | | | incremental mode, since we're not using ajc 1.0 anymore. Should revisit if we do. | ||||
* | Reimplemented JUnit harness adapter | wisberg | 2003-08-17 | 6 | -200/+612 |
| | |||||
* | balancing start/end suite calls | wisberg | 2003-08-17 | 1 | -8/+12 |
| | |||||
* | report fails as junit errors, not failures | acolyer | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | Added support for creation of junit xml reports using -junit or -logJUnit flags | acolyer | 2003-08-08 | 1 | -13/+165 |
| | |||||
* | corrected property name for forking run classpath | wisberg | 2003-06-02 | 1 | -1/+1 |
| | |||||
* | addressing different results under 1.4 | wisberg | 2003-05-25 | 1 | -11/+22 |
| |