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. 09 May, 2023 2 commits
  2. 08 May, 2023 7 commits
  3. 07 May, 2023 3 commits
  4. 05 May, 2023 6 commits
  5. 04 May, 2023 12 commits
  6. 02 May, 2023 6 commits
  7. 29 Apr, 2023 1 commit
  8. 28 Apr, 2023 1 commit
  9. 27 Apr, 2023 2 commits
    • Tagir Valeev's avatar
      [java-dfa] ConstantValueInspection: do not report always-true boxed value if it can be null · 1023ca5c
      Tagir Valeev authored
      (cherry picked from commit 5bf99d55f72040dd8e2d5d43537e5836e7923d56)
      
      IJ-CR-106805
      
      GitOrigin-RevId: 07650cf1fe73909121abf399bf8bcf405210b990
      1023ca5c
    • Nikita.Skvortsov's avatar
      [gradle] add a fallback to unblock task execution for projects not yet... · 2ea54621
      Nikita.Skvortsov authored
      [gradle] add a fallback to unblock task execution for projects not yet imported by IDEA 2023.1 IDEA-317045
      
      IDEA 2023.1 uses Gradle Identity Path for module identification and different internal needs, including tasks execution. The identity path is picked up during sync, so this version of IDEA will trigger re-sync of any project.
      But some tasks may have `Execute Before Sync` trigger and will run before identity path is available. So we need a fallback that uses old logic.
      
      (cherry picked from commit c55b3f3c643aed1bd05d03cf778fda7fc554cfb2)
      
      IJ-CR-106758
      
      GitOrigin-RevId: fccfeb4d1bd880688d85f01b5c8a39edacf8e696
      2ea54621