Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
eb9e2ddf
Commit
eb9e2ddf
authored
7 years ago
by
Tagir Valeev
1
Browse files
Options
Download
Email Patches
Plain Diff
IgnoreResultOfCallInspectionBase: Thread.interrupted added by default (IDEA-186797)
parent
1d9d7f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/ig/bugs/IgnoreResultOfCallInspectionBase.java
+1
-0
...c/com/siyeh/ig/bugs/IgnoreResultOfCallInspectionBase.java
with
1 addition
and
0 deletions
+1
-0
plugins/InspectionGadgets/InspectionGadgetsAnalysis/src/com/siyeh/ig/bugs/IgnoreResultOfCallInspectionBase.java
+
1
-
0
View file @
eb9e2ddf
...
...
@@ -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"
,
".*"
)
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
0398e267
·
2 years ago
mentioned in commit
0398e267
mentioned in commit 0398e267e9384ad954c6bfd9c1c461340cbae45a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help