Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Try to fix MultiProjectIncrementalTests.testAspectPath_pr265693 | Alexander Kriegisch | 2021-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Check if path vs. package name discrepancy makes test fail on Linux. On Windows it passes. So let's find out if file p/Asp.java vs. pkg.Asp causes the problems. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
| * | AjcTestCase cosmetics: surround command in failure report by quotes | Alexander Kriegisch | 2021-03-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | This is the same for successful tests in class CompilationResult. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
| * | Fix resource leak in FileUtil | Alexander Kriegisch | 2021-03-11 | 1 | -24/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This made ModuleTests.testBuildModuleAndApplyAspectsFromAspectPath fail because a file delete job for a module JAR failed after a previous compile job had called FileUtil.isZipFile(File) in which the opened zip file was never closed. A try with resources fixes that. Maybe the corresponding test worked on Linux before, I did not try. I just know that Linux is more forgiving about deleting open files while on Windows they are being locked, which makes Windows the better system to search for open file leaks. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
| * | AjBuildManager: use try with resources in 2 places | Alexander Kriegisch | 2021-03-11 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | I was debugging something in ModuleTests, trying to find out if there are resource leaks. They were not in this class but in FileUtil - see next commit. However, the little refactoring here does not hurt either. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
| * | Fix path separators in ajc190.xml, make tests run on Windows | Alexander Kriegisch | 2021-03-11 | 1 | -21/+21 | |
|/ | | | | | | | Replace ':' by ";" which will be replaced to the platform separator automatically. A fixed value of ':' does not work on Windows. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
* | Merge pull request #32 from kriegaex/installer-windows_10-windows_server | Andy Clement | 2021-03-05 | 1 | -2/+4 | |
|\ | | | | | Support Windows 10 and Windows Server 2016/2019 in installer | |||||
| * | Support Windows 10 and Windows Server 2016/2019 in installer | Alexander Kriegisch | 2021-03-04 | 1 | -2/+4 | |
|/ | | | | | | | | Those versions were not detected until now, which lead to bogus Windows batch files forwarding only 9 Ajc parameters to the Java process via "%1 %2 %3 %4 %5 %6 %7 %8 %9" instead of "%*". Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | |||||
* | Merge pull request #29 from ebourg/patch-1 | Andy Clement | 2021-01-07 | 1 | -1/+1 | |
|\ | | | | | Update the URL of BCEL | |||||
| * | Update the URL of BCEL | Emmanuel Bourg | 2021-01-07 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #23 from larsgrefer/feature/java15 | Andy Clement | 2020-12-02 | 1 | -1/+1 | |
|\ | | | | | Update GitHub Actions from Java 14 to 15 | |||||
| * | Update GitHub Action from Java 14 to 15 | Lars Grefer | 2020-09-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | Merge pull request #27 from capgen628/patch-1 | Andy Clement | 2020-12-02 | 1 | -2/+1 | |
|\ \ | |/ |/| | Remove call to System.out | |||||
| * | Remove call to System.out | Anuj Dodhia | 2020-12-02 | 1 | -2/+1 | |
|/ | ||||||
* | Merge pull request #22 from jamesjer/master | Andy Clement | 2020-09-16 | 1 | -1/+1 | |
|\ | | | | | Fix apostrophe in the license | |||||
| * | Fix apostrophe in the license | Jerry James | 2020-09-15 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #21 from jamesjer/master | Andy Clement | 2020-09-14 | 108 | -300/+311 | |
|\ | | | | | Fix javadoc errors | |||||
| * | Typo fixes | Jerry James | 2020-09-14 | 3 | -4/+4 | |
| | | ||||||
| * | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 20 | -44/+33 | |
| | | ||||||
| * | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 43 | -89/+92 | |
| | | ||||||
| * | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 29 | -71/+90 | |
| | | ||||||
| * | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 40 | -94/+94 | |
|/ | ||||||
* | Merge pull request #19 from jamesjer/master | Andy Clement | 2020-09-09 | 4 | -6/+6 | |
|\ | | | | | Give docbook IDs unique names | |||||
| * | Give docbook IDs unique names | Jerry James | 2020-09-09 | 4 | -6/+6 | |
|/ | ||||||
* | Revert to 1.9.7.BUILD-SNAPSHOT | Andy Clement | 2020-08-21 | 29 | -30/+30 | |
| | ||||||
* | 1.9.7 milestone 1 published | Andy Clement | 2020-08-21 | 34 | -42/+77 | |
| | ||||||
* | Merge pull request #18 from larsgrefer/feature/github-actionsV1_9_7M1 | Andy Clement | 2020-08-16 | 1 | -10/+18 | |
|\ | | | | | Split tests in a separate step on GitHub Actions | |||||
| * | Split tests in a separate step on GitHub Actions | Lars Grefer | 2020-08-17 | 1 | -10/+18 | |
|/ | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 2 | -25/+32 | |
| | ||||||
* | Update to JUnit Jupiter 5.6.2 | Lars Grefer | 2020-08-16 | 1 | -10/+32 | |
| | | | | | | The "old" JUnit-3-style tests will be executed by the vintage-engine Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | Merge pull request #16 from larsgrefer/cleanup/modifiers | Andy Clement | 2020-08-16 | 93 | -2550/+2550 | |
|\ | | | | | Cleanup unnecessary modifiers | |||||
| * | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 91 | -2548/+2548 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
| * | Remove unnecessary enum modifiers | Lars Grefer | 2020-08-17 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | debug for test failure under github action | Andy Clement | 2020-08-16 | 1 | -0/+2 | |
|/ | ||||||
* | debug for test failure under github action | Andy Clement | 2020-08-16 | 1 | -10/+11 | |
| | ||||||
* | polish | Andy Clement | 2020-08-16 | 15 | -253/+268 | |
| | ||||||
* | Merge pull request #10 from larsgrefer/cleanup/pom | Andy Clement | 2020-08-16 | 24 | -31/+0 | |
|\ | | | | | Cleanup the Maven pom.xml files | |||||
| * | Remove non-existing dependency | Lars Grefer | 2020-08-15 | 1 | -8/+0 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
| * | Remove project.parent.relative path as ../pom.xml is already the default | Lars Grefer | 2020-08-15 | 23 | -23/+0 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | Reduce test output for incremental comp tests | Andy Clement | 2020-08-15 | 5 | -50/+60 | |
| | | ||||||
* | | Merge pull request #13 from larsgrefer/feature/collection-performance | Andy Clement | 2020-08-15 | 128 | -491/+340 | |
|\ \ | | | | | | | Improve performance and readability of collection handling | |||||
| * \ | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 148 | -438/+361 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #15 from larsgrefer/update/maven/3.6.3 | Andy Clement | 2020-08-15 | 5 | -189/+242 | |
|\ \ \ | | | | | | | | | Update to Maven 3.6.3 | |||||
| * | | | Update to Maven 3.6.3 | Lars Grefer | 2020-08-16 | 5 | -189/+242 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | | | Merge pull request #12 from larsgrefer/cleanup/unused-code | Andy Clement | 2020-08-15 | 135 | -155/+2 | |
|\ \ \ \ | | | | | | | | | | | Cleanup unused imports | |||||
| * | | | | Cleanup unused imports | Lars Grefer | 2020-08-16 | 135 | -155/+2 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | | | Merge pull request #11 from larsgrefer/feature/editorconfig | Andy Clement | 2020-08-15 | 1 | -0/+20 | |
|\ \ \ \ | |/ / / |/| | | | Add a basic .editorconfig file | |||||
| * | | | Add a basic .editorconfig file | Lars Grefer | 2020-08-15 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | | | Update to JUnit 4.13 | Lars Grefer | 2020-08-15 | 10 | -35/+37 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | | | Merge pull request #7 from larsgrefer/patch-2 | Andy Clement | 2020-08-15 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Use the Maven Wrapper for GitHub Actions | |||||
| * | | | | Use the Maven Wrapper for GitHub Actions | Lars Grefer | 2020-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> |