summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2014-09-05 08:51:02 -0700
committerTor Norbye <tnorbye@google.com>2014-09-08 19:33:00 +0000
commita39e3c44ee6ae11f61bb1a40e94137132fa4423b (patch)
treea3a692eae1d3834c961f465f3fce5cd7d94bcfed /plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html
parent4a5b724d9fc18eb12aa59ec23c74e39399ab5c03 (diff)
downloadidea-a39e3c44ee6ae11f61bb1a40e94137132fa4423b.tar.gz
75780: Android Studio: remove J2ME from Project Default code inspection profile
Move the SimplifiableIf inspection over to the code style category. Change-Id: I67a1744dfb22afb0d5bc0874cdacb4cbfc93721e (cherry picked from commit 28b87e43491f3dc4738ef4ad607e2d855f37a88c)
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html b/plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html
index 398d5cbb1b59..99642963522d 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/SimplifiableIfStatement.html
@@ -1,8 +1,5 @@
<html>
<body>
-This inspection is intended for J2ME and other highly resource constrained environments.
-Applying the results of this inspection without consideration might have negative effects on code clarity and design.
-<p>
Reports if statements of the form
<b>if (<i>condition</i>) return true else return <i>foo</i></b>
or <b>if (<i>condition</i>) return false else return <i>foo</i></b>.
@@ -13,4 +10,4 @@ These expressions may be safely simplified to
<p>
</body>
-</html> \ No newline at end of file
+</html>