66 Commits (4021ffcbfe320a1b91bb2bcee7a112f7122ef82d)

Author SHA1 Message Date
  Andrey Turbanov bfd6fee99d Cleanup redundant boxing. 2 years ago
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 years ago
  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 years ago
  Alexander Kriegisch 620add3a3c Add + activate some Java 17 tests 2 years ago
  Alexander Kriegisch c80551f1d3 Test comment cosmetics 2 years ago
  Alexander Kriegisch 18fd62a4e3 Remove logging dots per test step in AjcTest.runTest 2 years ago
  Alexander Kriegisch 9de03c3ea5 Add AspectJ 1.9.7 and Java 17 test skeletons 2 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Andy Clement ab208cde42 Remove jdiff 3 years ago
  Alexander Kriegisch 0e7ac59f24 Remove some cruft from test classes Ajc, AjcTestCase, AntSpec 3 years ago
  Alexander Kriegisch 464b8c1987 Add POM to download libs (WIP) which previously were committed to SCM 3 years ago
  Alexander Kriegisch 79e44360cd Make all tests run on Java 16 via '-add-opens' JVM option 3 years ago
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls 3 years ago
  Alexander Kriegisch e4a2a5a5d2 Fix + improve some tests regarding Ajc output (usage messages etc.) 3 years ago
  Alexander Kriegisch 68ad86eb6e Add Java 16 test suite for AspectJ 1.9.7 + test refactorings 3 years ago
  Alexander Kriegisch 29acb9063a Fix test relying on JVM warning being stripped from output 3 years ago
  Alexander Kriegisch 31b2d60b89 Improve usage text, error and warning output in batch compiler 3 years ago
  Alexander Kriegisch 4e5430011f Add Java 15 / AspectJ 1.9.7 test suite 3 years ago
  Alexander Kriegisch 5bb8f42d3b Do not run tests using Java 14 preview features on this Java 15 compiler 3 years ago
  Alexander Kriegisch fff8eef683 Add Java 15 class vile version to BCEL constants, adjust test tools etc. 3 years ago
  Alexander Kriegisch 0cec8aea6f Fix outdated ajcTestSuite.dtd and lots of XML problems 3 years ago
  Alexander Kriegisch 544f836d7e Fix OutputSpec corner case (test empty output) from @052bd66f 3 years ago
  Alexander Kriegisch ef21abde05 Make sure Java 14-only tests using preview are not executed on JVM 15+ 3 years ago
  Alexander Kriegisch 052bd66fb2 Improve text matching in OutputSpec, fixing some failing Windows tests 3 years ago
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build 3 years ago
  Alexander Kriegisch a78abecee0 Fix: WeaveSpec no longer ignores the '-Xlintfile' parameter 3 years ago
  Alexander Kriegisch ee2817f3e1 Unify classpath handling in CompileSpec & RunSpec 3 years ago
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3 years ago
  Andy Clement e0adab7d8f polish 3 years ago
  Lars Grefer 702f3fa5bd Cleanup unused imports 3 years ago
  Lars Grefer 48522f987f Update to JUnit 4.13 3 years ago
  Lars Grefer 639f5030e0 Weaken Collection declarations 3 years ago
  Lars Grefer 2409bcbc7c Redundant Collection.addAll() call 3 years ago
  Lars Grefer 3641f1626d Collection.toArray() call style 3 years ago
  Lars Grefer d66bec041a Manual array copy 3 years ago
  Lars Grefer efa2e5ce8c Collections.sort() can be replaced with List.sort() 3 years ago
  Lars Grefer a85308ec10 Manual array to collection copy 3 years ago
  Andy Clement e5c41da863 Attempting to get J11 build happy at github 3 years ago
  Andy Clement 7e8259b0d4 Making tests behave on 11 3 years ago
  Lars Grefer 05f797adde Simplify checks for Java 8 to true 3 years ago
  Lars Grefer d7ba05ce26 Remove checks for old Java Versions 3 years ago
  Lars Grefer 242631cf8c Fix compilation on Java 11 3 years ago
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3 years ago
  Lars Grefer 93ce335dc0 Unnecessary unboxing 3 years ago
  Lars Grefer f33600d4d5 Unnecessary boxing 3 years ago
  Lars Grefer c1c373f427 'String.indexOf()' expression is replaceable with 'contains()' 3 years ago
  Lars Grefer 72194b7982 'for' loop replaceable with enhanced 'for' loop 3 years ago
  Andy Clement c3289ab86b Polish 3 years ago
  Andy Clement 4471ba76ac Include JDTCore for Java14 4 years ago
  Andy Clement 17026e3524 polish 4 years ago