-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
-
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
-