Aloayzag

Avatar
  • 活动总数 4
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2
  • Aloayzag 创建了一个帖子,
    已回答

    How to enable records in IJ Ultimate 2020.3?

    Hello, To try Java records, I have the following method in a scratch file: private static void scratchMethod() { record Point(int x, int y) {}; Point myPoint = new Point(7, 50); System.out.pr...
  • Aloayzag 创建了一个帖子,
    已回答

    Using projects from previous versions.

    I have several projects built on IJ Community 2018.3 . I just installed IJ Ultimate 2020.3 on a different machine. I copied the folders containing the old projects into the projects folder (~/IdeaP...