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. 15 Mar, 2021 1 commit
  2. 12 Mar, 2021 1 commit
  3. 02 Feb, 2021 1 commit
  4. 22 Jan, 2021 1 commit
  5. 20 Jan, 2021 1 commit
  6. 13 Dec, 2020 1 commit
  7. 02 Dec, 2020 1 commit
  8. 10 Nov, 2020 1 commit
  9. 09 Nov, 2020 1 commit
  10. 28 Oct, 2020 1 commit
  11. 27 Oct, 2020 2 commits
  12. 26 Oct, 2020 1 commit
  13. 18 Oct, 2020 1 commit
  14. 14 Oct, 2020 1 commit
  15. 24 Sep, 2020 1 commit
  16. 23 Sep, 2020 1 commit
  17. 22 Sep, 2020 1 commit
  18. 03 Sep, 2020 1 commit
  19. 27 Aug, 2020 1 commit
  20. 20 Aug, 2020 1 commit
  21. 19 Aug, 2020 2 commits
  22. 18 Aug, 2020 1 commit
  23. 24 Jul, 2020 1 commit
  24. 07 Jul, 2020 1 commit
  25. 06 Jul, 2020 1 commit
  26. 29 Jun, 2020 2 commits
  27. 28 Jun, 2020 1 commit
  28. 24 Jun, 2020 1 commit
  29. 22 Jun, 2020 1 commit
  30. 20 Jun, 2020 1 commit
  31. 14 Jun, 2020 1 commit
  32. 12 Jun, 2020 1 commit
  33. 15 May, 2020 1 commit
  34. 02 May, 2020 1 commit
  35. 28 Apr, 2020 1 commit
  36. 09 Apr, 2020 1 commit
  37. 06 Apr, 2020 1 commit
    • nik's avatar
      migrate to java 11: add casts to raw types to workaround changes in generic... · 85a78ad8
      nik authored
      migrate to java 11: add casts to raw types to workaround changes in generic signatures of some swing methods
      
      Types of some members in Swing API were generified in Java 11 (e.g. DefaultMutableTreeNode::children, DefaultTableModel::getDataVector) so we need to add explicit cast to raw types to makes usages of these members compilable.
      
      GitOrigin-RevId: 011d032c0ffe7d51c533921c230df64396b19597
      85a78ad8