Commit eb9e2ddf authored by Tagir Valeev's avatar Tagir Valeev
Browse files

IgnoreResultOfCallInspectionBase: Thread.interrupted added by default (IDEA-186797)

parent 1d9d7f0f
Showing with 1 addition and 0 deletions
+1 -0
......@@ -82,6 +82,7 @@ public class IgnoreResultOfCallInspectionBase extends BaseInspection {
.add("java.lang.Short",".*")
.add("java.lang.StrictMath",".*")
.add("java.lang.String",".*")
.add("java.lang.Thread", "interrupted")
.add("java.math.BigInteger",".*")
.add("java.math.BigDecimal",".*")
.add("java.net.InetAddress",".*")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment