Aloayzag

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Aloayzag created a post, AnsweredHow 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 created a post, AnsweredUsing 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...