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: -
  • Errors in contract syntax
  • Contracts not conforming to the method signature (wrong parameter count)
  • Method implementations that contradict the contract (e.g. returning "true" when the contract says "false")
  • diff --git a/resources-en/src/inspectionDescriptions/DeprecatedIsStillUsed.html b/resources-en/src/inspectionDescriptions/DeprecatedIsStillUsed.html index 40f01d0e8836..3374d66af3c9 100644 --- a/resources-en/src/inspectionDescriptions/DeprecatedIsStillUsed.html +++ b/resources-en/src/inspectionDescriptions/DeprecatedIsStillUsed.html @@ -1,7 +1,6 @@ Reports deprecated classes, methods and fields which are used in your code nonetheless. -
    For example: @@ -16,6 +15,6 @@ For example: } } -(The usages from within deprecated places are ignored). +(Usages from within deprecated places are ignored). \ No newline at end of file diff --git a/resources-en/src/intentionDescriptions/ComposeFunctionChainAction/description.html b/resources-en/src/intentionDescriptions/ComposeFunctionChainAction/description.html index 954f1bbcc5a1..7a38f57a6a4b 100644 --- a/resources-en/src/intentionDescriptions/ComposeFunctionChainAction/description.html +++ b/resources-en/src/intentionDescriptions/ComposeFunctionChainAction/description.html @@ -1,7 +1,6 @@ This intention allows to compose 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