Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.9.7 releaseV1_9_7 | Andy Clement | 2021-06-24 | 1 | -1/+1 |
| | |||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 5 | -24/+24 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Use canonical snapshot version 1.9.7-SNAPSHOT | Alexander Kriegisch | 2021-05-23 | 1 | -1/+1 |
| | | | | | | | | | Before, we used 1.9.7.BUILD-SNAPSHOT, which according to Andy Clement was originally an intent across a group of Spring projects he was involved in, to ensure that SNAPSHOTS were sorted alphabetically ahead of MILESTONEs and ahead of RCs. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Remove redundant 'name' and 'packaging' tags from POMs | Alexander Kriegisch | 2021-04-15 | 1 | -2/+0 |
| | | | | | | | If 'name' is identical to 'artifactId' and 'packaging' has the default value 'jar', we can just remove those tags from the POM. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix tests not finding project base directory 'org.aspectj' | Alexander Kriegisch | 2021-03-20 | 2 | -14/+39 |
| | | | | | | | | | | | | | | | | | Several LTW tests using class TestServer failed on my machine because there was a hard-coded project base directory name 'org.aspectj' in the class. This class has several other problems, but my quick fix for now - I did not want to rename my project base directory - was to match on a regex '(?i)(org[.])?aspectj' now. That also works for my root directory 'AspectJ'. I also moved the code determining the project dir into a protected (hence testable) method and added a sanity test case checking if the directory can be determined. If not, the test will fail with a rather lengthy warning to developers about the need to have a matching project root folder. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 1 | -1/+0 |
|\ | | | | | Cleanup the Maven pom.xml files | ||||
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -3/+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> | ||||
* | '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> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -12/+12 |
| | | | | | | 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 |
| | |||||
* | Move to 1.9.6.BUILD-SNAPSHOT version | Andy Clement | 2019-11-28 | 4 | -145/+155 |
| | |||||
* | 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 | 1 | -0/+31 |
| | |||||
* | make paths maven aware | Andy Clement | 2019-01-31 | 1 | -3/+3 |
| | |||||
* | mavenizing testing-client module - complete | Andy Clement | 2019-01-23 | 2 | -65/+0 |
| | |||||
* | mavenizing testing-client module - wip | Andy Clement | 2019-01-23 | 12 | -38/+30 |
| | |||||
* | Better handling of classpath discovery | Andy Clement | 2017-09-27 | 1 | -23/+26 |
| | | | Some alternate behaviour added to work better on Java9 | ||||
* | fix warnings in build - support .isJava8 option in buildV1_8_10 | Andy Clement | 2016-12-09 | 1 | -0/+1 |
| | |||||
* | Upgraded to new JDT compiler - neon.1 and a bit | Andy Clement | 2016-11-07 | 3 | -17/+15 |
| | |||||
* | switch to container from jrelib | aclement | 2008-06-06 | 1 | -7/+7 |
| | |||||
* | 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵ | aclement | 2006-08-25 | 1 | -1/+3 |
| | | | | Matthew doesnt complain. | ||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! ↵ | mwebster | 2006-08-17 | 1 | -1/+1 |
| | | | | remember to build and commit testing-client.jar) | ||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵ | mwebster | 2006-08-17 | 1 | -5/+4 |
| | | | | (determine why the hell we can't find org/aspectj/runtime/internal/AroundClosure) | ||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (2nd ↵ | mwebster | 2006-08-16 | 1 | -3/+4 |
| | | | | attempt to get classpath right) | ||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵ | mwebster | 2006-08-16 | 2 | -4/+4 |
| | | | | build break and improve diagnostics) | ||||
* | Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵ | mwebster | 2006-08-15 | 4 | -0/+228 |
| | | | | (TestServer, TestServerTest and LTWServerTests) | ||||
* | Bug 113948 "Repackage AspectJ" (move module root suites out of default package) | mwebster | 2006-07-30 | 1 | -2/+1 |
| | |||||
* | message was wrong way round! | aclement | 2006-07-25 | 1 | -2/+2 |
| | |||||
* | update license to EPL | acolyer | 2006-06-01 | 4 | -8/+8 |
| | |||||
* | ignore bintest directories | acolyer | 2005-05-31 | 1 | -0/+1 |
| | |||||
* | newbuild.xml replacing build.xml, with Alex ok | wisberg | 2005-05-19 | 2 | -38/+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. | ||||
* | LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵ | avasseur | 2005-05-04 | 1 | -1/+5 |
| | | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) | ||||
* | From branch: New build scripts that Alex uses under IntelliJ - can be run ↵ | aclement | 2005-04-19 | 1 | -0/+35 |
| | | | | individually or via master in build module. | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 1 | -1/+1 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 1 | -2/+1 |
| | |||||
* | minor Tester API tests brought down from attic | wisberg | 2002-12-30 | 3 | -2/+268 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 5 | -0/+1044 |