This project is mirrored from https://gitee.com/mirrors/intellij-community.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
  1. 25 Oct, 2023 1 commit
    • Jaebaek Seo's avatar
      Separate shareable parts of CreateCallableFromUsageFix and CallableInfo · bd6e1802
      Jaebaek Seo authored
      We want to implement K2 create-from-usage quick fixes. Since
      CreateCallableFromUsageFix and CallableInfo are the core infrastructure
      of create-from-usage quick fixes and many parts of them can be shared
      between K1 and K2, we first separate the shareable parts of
      CreateCallableFromUsageFix and CallableInfo from the K1 specific
      implementation.
      bd6e1802
  2. 17 Oct, 2023 39 commits