Unused import of java.net.UnknownHostException
#1999
Labels
comp-codegen
Issue is related to code generator
ctg-bug
Issue is a bug
lang-java
Issue is related to Java support
Description
Unused import of java.net.UnknownHostException
To Reproduce
Expected behavior
There should be no unused imports.
Actual behavior
There is import java.net.UnknownHostException that is not used in test code.
Visual proofs (screenshots, logs, images)
The following test is generated by Fuzzing:
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.4 Ultimate
Originally posted by @alisevych in #1314 (comment)
The text was updated successfully, but these errors were encountered: