-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b145
-
Not verified
ImageIO.read(new File("..."))
Applying the *v shortcut gives:
java.awt.image.BufferedImage varname = ImageIO.read(new File("..."))
The more natural thing would be to import BufferedImage.
Proposed new shortcut *V
Applying the *v shortcut gives:
java.awt.image.BufferedImage varname = ImageIO.read(new File("..."))
The more natural thing would be to import BufferedImage.
Proposed new shortcut *V
- relates to
-
JDK-8131027 JShell API/tool: suggest imports for a class
-
- Closed
-