diff --git a/plugins/devkit/resources/inspectionDescriptions/UseJBColor.html b/plugins/devkit/resources/inspectionDescriptions/UseJBColor.html index 3a1ccf9de849..880c9c71c75e 100644 --- a/plugins/devkit/resources/inspectionDescriptions/UseJBColor.html +++ b/plugins/devkit/resources/inspectionDescriptions/UseJBColor.html @@ -1,7 +1,6 @@
-Use dark theme aware JBColor instead of java.awt.Color - -Specify regular and dark theme (Darcula) colors in JBColor constructor +Use dark theme aware JBColor instead of java.awt.Color. +Use the JBColor constructor to specify regular and dark theme colors, to avoid using bad looking colors under the Darcula UI Theme. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/CommandLineInspection.html b/python/resources/inspectionDescriptions/CommandLineInspection.html index f596afc6c4d9..6326441abde5 100644 --- a/python/resources/inspectionDescriptions/CommandLineInspection.html +++ b/python/resources/inspectionDescriptions/CommandLineInspection.html @@ -1,7 +1,6 @@ Command line (commands, arguments and options) inspection. -This inspection checks command you type in command console or command file. It helps you to make sure arguments are on their places, option names are correct as well as arguments, provided for options.
Do not disable it if you are going to use command-line interfaces like manage.py in Django
diff --git a/resources-en/src/inspectionDescriptions/Contract.html b/resources-en/src/inspectionDescriptions/Contract.html index 099c1594ad60..58634b70ded1 100644 --- a/resources-en/src/inspectionDescriptions/Contract.html +++ b/resources-en/src/inspectionDescriptions/Contract.html @@ -1,7 +1,6 @@ This inspection reports various method contract (@Contract annotation) well-formedness issues: -Function.apply and BiFunction.apply call with outer call.
-
This allows to extract the composed function after that if necessary.
diff --git a/resources-en/src/intentionDescriptions/InlineStreamMapAction/description.html b/resources-en/src/intentionDescriptions/InlineStreamMapAction/description.html index 60ad2cec8290..3906eaee22e5 100644 --- a/resources-en/src/intentionDescriptions/InlineStreamMapAction/description.html +++ b/resources-en/src/intentionDescriptions/InlineStreamMapAction/description.html @@ -1,7 +1,6 @@ This intention inlines Stream.map() and similar calls into the next stream operation when possible. - As during normal variable inline this intention may change the code semantics if mapping result is used more than once and has side-effects. \ No newline at end of file