54 Commits (b1c52e2f5eb624037b8c799c20fbd1b4fd611d9a)

Author SHA1 Message Date
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 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 2 years ago
  Alexander Kriegisch 18b5bb0774 Quick fix for AJC '--release' option 2 years ago
  Alexander Kriegisch e220e5166d Minor code clean-ups 2 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Alexander Kriegisch 7ee0f70ce7 Remove remaining usage message duplication between ECJ and AJC 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 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 35acb11f77 AjBuildManager: use try with resources in 2 places 3 years ago
  Jerry James 192083a567 Typo fixes 3 years ago
  Jerry James 3255a3c562 Fix javadoc references to nonexistent fields, classes, or packages 3 years ago
  Jerry James de14ca22d7 Fix misplaced or incorrect javadoc tags 3 years ago
  Jerry James f8f117808b Fix misplaced or incorrectly nested HTML tags 3 years ago
  Jerry James f7f7656f81 Fix incorrect HTML entities in javadoc comments 3 years ago
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3 years ago
  Lars Grefer 702f3fa5bd Cleanup unused imports 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 2debfa05f4 Single Map method can be used 3 years ago
  Lars Grefer 7824e7d304 Replace List.indexOf() with List.contains() 3 years ago
  Lars Grefer a85308ec10 Manual array to collection copy 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 a508fd5315 'while' loop replaceable with enhanced 'for' loop 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 8fa573040f Fix for 558995: NullPointerException at org.aspectj.weaver.ReferenceType.getWeaverState 4 years ago
  eli-fin ac787bdd1a fix tests running on windows 4 years ago
  Andy Clement ecc1c4706d Fix support for -14 on command line - was missing from JDT 4 years ago
  Andy Clement 4471ba76ac Include JDTCore for Java14 4 years ago
  Andy Clement 2704db20ec Java 13 support 4 years ago
  Andy Clement 066840a1a5 Fix Bug 551084 - NullPointerException at org.aspectj.ajdt.internal.core.builder.AjBuildManager.checkRtJar 4 years ago
  Andy Clement af640d2d88 Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic bytecode 4 years ago
  Andy Clement 01f7d8ba8e Update to 1.9.5.BUILD-SNAPSHOT in poms 5 years ago
  Andy Clement c53bdfe303 polish for 1.9.3 5 years ago
  Andy Clement 0e2c95a369 Updated with Java12 support 5 years ago