Re: RFR: 8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main [v3]

2024-03-19 Thread Alexander Zuev
On Wed, 20 Mar 2024 03:13:19 GMT, Prasanta Sadhukhan wrote: >> test/jdk/java/awt/FileDialog/FileDialogForDirectories.java line 43: >> >>> 41: public class FileDialogForDirectories { >>> 42: private static Button showBtn; >>> 43: private static FileDialog fd; >> >> Can be made local in

Re: RFR: 8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main [v3]

2024-03-19 Thread Alexander Zuev
> Convert test to main manual and move to the appropriate folder > Remove old files Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision: Made fd and showBtn variables local. - Changes: - all: https://git.openjdk.org/jdk/p