diff --git a/idea/resources/inspectionDescriptions/KDocUnresolvedReference.html b/idea/resources/inspectionDescriptions/KDocUnresolvedReference.html new file mode 100644 index 00000000000..57c1286acce --- /dev/null +++ b/idea/resources/inspectionDescriptions/KDocUnresolvedReference.html @@ -0,0 +1,3 @@ +
+This inspection reports unresolved references in KDoc comments. + \ No newline at end of file diff --git a/idea/resources/inspectionDescriptions/KotlinInvalidBundleOrProperty.html b/idea/resources/inspectionDescriptions/KotlinInvalidBundleOrProperty.html new file mode 100644 index 00000000000..9efd56d39ce --- /dev/null +++ b/idea/resources/inspectionDescriptions/KotlinInvalidBundleOrProperty.html @@ -0,0 +1,5 @@ + + +This inspection reports unresolved references to .properties file keys and resource bundles in Kotlin files. + + diff --git a/idea/resources/inspectionDescriptions/RedundantSamConstructor.html b/idea/resources/inspectionDescriptions/RedundantSamConstructor.html new file mode 100644 index 00000000000..1029b463fe7 --- /dev/null +++ b/idea/resources/inspectionDescriptions/RedundantSamConstructor.html @@ -0,0 +1,5 @@ + + +This inspection reports SAM constructor usages which can be replaced with lambdas. + + diff --git a/idea/resources/inspectionDescriptions/RedundantVisibilityModifier.html b/idea/resources/inspectionDescriptions/RedundantVisibilityModifier.html new file mode 100644 index 00000000000..ffb42f472a6 --- /dev/null +++ b/idea/resources/inspectionDescriptions/RedundantVisibilityModifier.html @@ -0,0 +1,6 @@ + + +This inspection reports visibility modifiers which match the default visibility of an element +(public for most elements, protected for members that override a protected member).
+
+
diff --git a/idea/resources/inspectionDescriptions/RemoveCurlyBracesFromTemplate.html b/idea/resources/inspectionDescriptions/RemoveCurlyBracesFromTemplate.html
new file mode 100644
index 00000000000..40f5e971b84
--- /dev/null
+++ b/idea/resources/inspectionDescriptions/RemoveCurlyBracesFromTemplate.html
@@ -0,0 +1,5 @@
+
+
+This inspection reports usages of curly braces in a string template around a simple identifier.
+
+
diff --git a/idea/resources/inspectionDescriptions/ReplaceWithOperatorAssignment.html b/idea/resources/inspectionDescriptions/ReplaceWithOperatorAssignment.html
new file mode 100644
index 00000000000..8548384f1b1
--- /dev/null
+++ b/idea/resources/inspectionDescriptions/ReplaceWithOperatorAssignment.html
@@ -0,0 +1,4 @@
+
+This inspection reports modifications of variables with a simple assignment (such as y = y + x)
+that can be replaced with an operator assignment.
+
\ No newline at end of file
diff --git a/idea/resources/inspectionDescriptions/SimplifyBooleanWithConstants.html b/idea/resources/inspectionDescriptions/SimplifyBooleanWithConstants.html
new file mode 100644
index 00000000000..65ec406ace5
--- /dev/null
+++ b/idea/resources/inspectionDescriptions/SimplifyBooleanWithConstants.html
@@ -0,0 +1,4 @@
+
+
+This inspections reports boolean expressions that have parts which can be reduced to constants.
+
diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml
index 48efa62c57f..cd9fdec8953 100644
--- a/idea/src/META-INF/plugin.xml
+++ b/idea/src/META-INF/plugin.xml
@@ -1176,28 +1176,28 @@