68 Revize (438eb9301014ffb63bbcbae4df684a2907ac91d5)

Autor SHA1 Zpráva Datum
  Alexander Kriegisch 438eb93010 No more compiler errors for implicitly static inner aspects of interfaces před 1 rokem
  Alexander Kriegisch c540b0f60e First Java 19 version, barely tested. před 1 rokem
  Alexander Kriegisch ee9d532b1a Make IStateListener.aboutToCompareClasspaths use typed lists před 2 roky
  Andrey Turbanov 816f585d54 Cleanup redundant null check before instanceof před 2 roky
  Andrey Turbanov 2091b6d1de Reduce 'Object' class usage před 2 roky
  Andrey Turbanov 047a93c24f Fix suspicious Map.get call před 2 roky
  Andrey Turbanov 1c487b2e0f Remove redundant casts after generics update před 2 roky
  Alexander Kriegisch 33bd2b4a2e Use upstream method to generate '--add-reads', '--add-exports' info před 2 roky
  Alexander Kriegisch 8a933427ec Add test case + experimental fix for AJC option '--add-exports' před 2 roky
  Alexander Kriegisch 8b83f579fe Fix AjcTaskTest by correctly identifying snapshot versions před 2 roky
  Andrey Turbanov b91a93f326 Update 'org.aspectj.ajdt.core' code to use generics před 2 roky
  Andrey Turbanov 2301b36776 Cleanup redundant type casts, due to too weak variable type declaration před 2 roky
  Andy Clement a6697eca30 protect against NPE for inheritance and annotation style před 2 roky
  Andy Clement b720626100 Fix annotation style support for if(true) and if(false) před 2 roky
  Andrey Turbanov be522b7e8a Use StringBuilder/StringJoiner for concatenation String's in loop před 2 roky
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations před 2 roky
  Andrey Turbanov 80e0c5adc8 Replace more usages of StringBuffer with StringBuilder před 2 roky
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. před 2 roky
  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. před 2 roky
  Alexander Kriegisch 1dd6a2d47c Rename DOM AST class TypePattern to AbstractTypePattern před 2 roky
  Alexander Kriegisch 665d6a9498 In ITD processing, use setter instead of assigning Scope directly před 2 roky
  Alexander Kriegisch 0a1a66397b Add AJDT support for printing switch expressions před 2 roky
  Alexander Kriegisch dfcf1d77a6 AjBuildConfig: simplify null classpath removal from path list před 2 roky
  Alexander Kriegisch 18b5bb0774 Quick fix for AJC '--release' option před 2 roky
  Alexander Kriegisch e220e5166d Minor code clean-ups před 2 roky
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 před 3 roky
  Alexander Kriegisch 7ee0f70ce7 Remove remaining usage message duplication between ECJ and AJC před 3 roky
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls před 3 roky
  Alexander Kriegisch e4a2a5a5d2 Fix + improve some tests regarding Ajc output (usage messages etc.) před 3 roky
  Alexander Kriegisch 31b2d60b89 Improve usage text, error and warning output in batch compiler před 3 roky
  Alexander Kriegisch f0cc6138f9 Strip down compiler messages to AspectJ-specific ones před 3 roky
  Alexander Kriegisch 263d25ac28 Begin migration to 'aspectj' locale for compiler messages před 3 roky
  Alexander Kriegisch 8348a8f653 Upgrade JDT Core to @3caefb80 (4.20 snapshot, date 2021-03-09) před 3 roky
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build před 3 roky
  Alexander Kriegisch 35acb11f77 AjBuildManager: use try with resources in 2 places před 3 roky
  Jerry James 192083a567 Typo fixes před 3 roky
  Jerry James 3255a3c562 Fix javadoc references to nonexistent fields, classes, or packages před 3 roky
  Jerry James de14ca22d7 Fix misplaced or incorrect javadoc tags před 3 roky
  Jerry James f8f117808b Fix misplaced or incorrectly nested HTML tags před 3 roky
  Jerry James f7f7656f81 Fix incorrect HTML entities in javadoc comments před 3 roky
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers před 3 roky
  Lars Grefer 702f3fa5bd Cleanup unused imports před 3 roky
  Lars Grefer 639f5030e0 Weaken Collection declarations před 3 roky
  Lars Grefer 2409bcbc7c Redundant Collection.addAll() call před 3 roky
  Lars Grefer 3641f1626d Collection.toArray() call style před 3 roky
  Lars Grefer 2debfa05f4 Single Map method can be used před 3 roky
  Lars Grefer 7824e7d304 Replace List.indexOf() with List.contains() před 3 roky
  Lars Grefer a85308ec10 Manual array to collection copy před 3 roky
  Lars Grefer e1bff9a570 Use the diamond operator where possible před 3 roky
  Lars Grefer 93ce335dc0 Unnecessary unboxing před 3 roky