213 コミット (8d33cfa5274720b7e72effb3f20ce09628b79787)

作成者 SHA1 メッセージ 日付
  Alexander Kriegisch 020aa0361b Revert "Fix more LTW tests" 2年前
  Alexander Kriegisch af0e70f161 RunSpec: allow '<stdout ordered="no">' 2年前
  Alexander Kriegisch 63d5e3e893 Fix more LTW tests 2年前
  Alexander Kriegisch 09d5772dba Use '-Djava.security.manager=allow' on Java 18+ (JEP 411) 2年前
  Alexander Kriegisch 6dc09db0ca Prepare code, tests and docs for Java 18 2年前
  Andrey Turbanov bfd6fee99d Cleanup redundant boxing. 2年前
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2年前
  Andrey Turbanov 793a015abb According to javadoc File.isDirectory 'true' if and only if the file denoted by this abstract pathname exists and is a directory. 2年前
  Alexander Kriegisch 620add3a3c Add + activate some Java 17 tests 2年前
  Alexander Kriegisch c80551f1d3 Test comment cosmetics 2年前
  Alexander Kriegisch 18fd62a4e3 Remove logging dots per test step in AjcTest.runTest 2年前
  Alexander Kriegisch 9de03c3ea5 Add AspectJ 1.9.7 and Java 17 test skeletons 2年前
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3年前
  Andy Clement ab208cde42 Remove jdiff 3年前
  Alexander Kriegisch 0e7ac59f24 Remove some cruft from test classes Ajc, AjcTestCase, AntSpec 3年前
  Alexander Kriegisch 464b8c1987 Add POM to download libs (WIP) which previously were committed to SCM 3年前
  Alexander Kriegisch 79e44360cd Make all tests run on Java 16 via '-add-opens' JVM option 3年前
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls 3年前
  Alexander Kriegisch e4a2a5a5d2 Fix + improve some tests regarding Ajc output (usage messages etc.) 3年前
  Alexander Kriegisch 68ad86eb6e Add Java 16 test suite for AspectJ 1.9.7 + test refactorings 3年前
  Alexander Kriegisch 29acb9063a Fix test relying on JVM warning being stripped from output 3年前
  Alexander Kriegisch 31b2d60b89 Improve usage text, error and warning output in batch compiler 3年前
  Alexander Kriegisch 4e5430011f Add Java 15 / AspectJ 1.9.7 test suite 3年前
  Alexander Kriegisch 5bb8f42d3b Do not run tests using Java 14 preview features on this Java 15 compiler 3年前
  Alexander Kriegisch fff8eef683 Add Java 15 class vile version to BCEL constants, adjust test tools etc. 3年前
  Alexander Kriegisch 0cec8aea6f Fix outdated ajcTestSuite.dtd and lots of XML problems 3年前
  Alexander Kriegisch 544f836d7e Fix OutputSpec corner case (test empty output) from @052bd66f 3年前
  Alexander Kriegisch ef21abde05 Make sure Java 14-only tests using preview are not executed on JVM 15+ 3年前
  Alexander Kriegisch 052bd66fb2 Improve text matching in OutputSpec, fixing some failing Windows tests 3年前
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build 3年前
  Alexander Kriegisch a78abecee0 Fix: WeaveSpec no longer ignores the '-Xlintfile' parameter 3年前
  Alexander Kriegisch ee2817f3e1 Unify classpath handling in CompileSpec & RunSpec 3年前
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3年前
  Andy Clement e0adab7d8f polish 3年前
  Lars Grefer 702f3fa5bd Cleanup unused imports 3年前
  Lars Grefer 48522f987f Update to JUnit 4.13 3年前
  Lars Grefer 639f5030e0 Weaken Collection declarations 3年前
  Lars Grefer 2409bcbc7c Redundant Collection.addAll() call 3年前
  Lars Grefer 3641f1626d Collection.toArray() call style 3年前
  Lars Grefer d66bec041a Manual array copy 3年前
  Lars Grefer efa2e5ce8c Collections.sort() can be replaced with List.sort() 3年前
  Lars Grefer a85308ec10 Manual array to collection copy 3年前
  Andy Clement e5c41da863 Attempting to get J11 build happy at github 3年前
  Andy Clement 7e8259b0d4 Making tests behave on 11 3年前
  Lars Grefer 05f797adde Simplify checks for Java 8 to true 3年前
  Lars Grefer d7ba05ce26 Remove checks for old Java Versions 3年前
  Lars Grefer 242631cf8c Fix compilation on Java 11 3年前
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3年前
  Lars Grefer 93ce335dc0 Unnecessary unboxing 3年前
  Lars Grefer f33600d4d5 Unnecessary boxing 3年前