1257 Commits (57dd44a35a6a60aae5576cbd35c110ae82505dac)

Author SHA1 Message Date
  Andrey Turbanov 2091b6d1de Reduce 'Object' class usage 2 years ago
  Andrey Turbanov 047a93c24f Fix suspicious Map.get call 2 years ago
  Andrey Turbanov 1c487b2e0f Remove redundant casts after generics update 2 years ago
  Alexander Kriegisch 35e93cf9df AjcTestCase: be less verbose when appending to buffer repeatedly 2 years ago
  Alexander Kriegisch dbb6a9e149 Make sure to always print commands when running Java test classes 2 years ago
  Alexander Kriegisch 33bd2b4a2e Use upstream method to generate '--add-reads', '--add-exports' info 2 years ago
  Alexander Kriegisch 8a933427ec Add test case + experimental fix for AJC option '--add-exports' 2 years ago
  Alexander Kriegisch 8b83f579fe Fix AjcTaskTest by correctly identifying snapshot versions 2 years ago
  Alexander Kriegisch 3ddb113287 Add JDT Core and bcel-builder to test classpath 2 years ago
  Alexander Kriegisch 50190a1918 Upgrade to latest JDT Core Java 18 changes, activate J18 preview tests 2 years ago
  Alexander Kriegisch 2337e33ea1 Make sure that program arguments are passed through in full LTW mode 2 years ago
  Alexander Kriegisch 2d2110f364 Introduce AjcTestCase.DEFAULT_FULL_LTW_CLASSPATH_ENTRIES 2 years ago
  Alexander Kriegisch 356ab9a26e AJDT Core: use JUnit 4 from class path instead of 3.8 from lib/junit 2 years ago
  Alexander Kriegisch a385d8b661 Fix broken 'useFullLTW' test mode 2 years ago
  Alexander Kriegisch 4075a0bd13 Use static imports for file and path separator constants 2 years ago
  Alexander Kriegisch 6dc09db0ca Prepare code, tests and docs for Java 18 2 years ago
  Andrey Turbanov b91a93f326 Update 'org.aspectj.ajdt.core' code to use generics 2 years ago
  Andrey Turbanov 2301b36776 Cleanup redundant type casts, due to too weak variable type declaration 2 years ago
  Andy Clement a6697eca30 protect against NPE for inheritance and annotation style 2 years ago
  Andy Clement b720626100 Fix annotation style support for if(true) and if(false) 2 years ago
  Andrey Turbanov be522b7e8a Use StringBuilder/StringJoiner for concatenation String's in loop 2 years ago
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations 2 years ago
  Andrey Turbanov 80e0c5adc8 Replace more usages of StringBuffer with StringBuilder 2 years ago
  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 1dd6a2d47c Rename DOM AST class TypePattern to AbstractTypePattern 2 years ago
  Alexander Kriegisch 93e3bd515e Update ECJ version, activate Java 17 preview features tests 2 years ago
  Alexander Kriegisch 665d6a9498 In ITD processing, use setter instead of assigning Scope directly 2 years ago
  Alexander Kriegisch 0a1a66397b Add AJDT support for printing switch expressions 2 years ago
  Alexander Kriegisch dfcf1d77a6 AjBuildConfig: simplify null classpath removal from path list 3 years ago
  Alexander Kriegisch 18b5bb0774 Quick fix for AJC '--release' option 3 years ago
  Alexander Kriegisch e220e5166d Minor code clean-ups 3 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Alexander Kriegisch 45254f5881 Replace use of ASM-renamed by original ASM 3 years ago
  Alexander Kriegisch 0e7ac59f24 Remove some cruft from test classes Ajc, AjcTestCase, AntSpec 3 years ago
  Alexander Kriegisch 1602d79a82 Remove managing obsolete folder lib/asm 3 years ago
  Alexander Kriegisch 7ee0f70ce7 Remove remaining usage message duplication between ECJ and AJC 3 years ago
  Alexander Kriegisch fa8dc8d9bf Fix OutjarTest regarding Ajc output (usage messages etc.) 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 31b2d60b89 Improve usage text, error and warning output in batch compiler 3 years ago
  Alexander Kriegisch e51c43b9e3 Improve batch compiler usage messages 3 years ago
  Alexander Kriegisch f0cc6138f9 Strip down compiler messages to AspectJ-specific ones 3 years ago
  Alexander Kriegisch 263d25ac28 Begin migration to 'aspectj' locale for compiler messages 3 years ago
  Alexander Kriegisch fff8eef683 Add Java 15 class vile version to BCEL constants, adjust test tools etc. 3 years ago
  Alexander Kriegisch 7fab8259c4 Upgrade to ASM 9.1, delete obsolete ASM binaries 3 years ago
  Alexander Kriegisch 8348a8f653 Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09) 3 years ago
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build 3 years ago
  Alexander Kriegisch afb35f52be AjcTestCase cosmetics: surround command in failure report by quotes 3 years ago