From 56cefc55800033714fd3dc21026790886f6635ca Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 16 Apr 2020 11:14:45 +0200 Subject: [PATCH] [Code Samples Inspection] HTML > Accessibility > Missing required 'lang' attribute --- .../resources/inspectionDescriptions/ComparingReferences.html | 4 +++- .../ConditionalOperatorConverter/description.html | 4 ++-- .../src/main/resources/inspectionDescriptions/DemoCode.html | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html b/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html index e6eb316ea..77e330faa 100644 --- a/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html +++ b/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html @@ -1,4 +1,6 @@ - + + + SDK: This inspection reports when the '==' or '!=' operator was used between expressions of reference types.
diff --git a/conditional_operator_intention/src/main/resources/intentionDescriptions/ConditionalOperatorConverter/description.html b/conditional_operator_intention/src/main/resources/intentionDescriptions/ConditionalOperatorConverter/description.html index 13d00196c..9ab1b5874 100644 --- a/conditional_operator_intention/src/main/resources/intentionDescriptions/ConditionalOperatorConverter/description.html +++ b/conditional_operator_intention/src/main/resources/intentionDescriptions/ConditionalOperatorConverter/description.html @@ -1,7 +1,7 @@ - + SDK: This intention converts a ternary operator to a corresponding if statement.
- \ No newline at end of file + diff --git a/inspection_basics/src/main/resources/inspectionDescriptions/DemoCode.html b/inspection_basics/src/main/resources/inspectionDescriptions/DemoCode.html index a0f233f09..2c0076f86 100644 --- a/inspection_basics/src/main/resources/inspectionDescriptions/DemoCode.html +++ b/inspection_basics/src/main/resources/inspectionDescriptions/DemoCode.html @@ -1,9 +1,9 @@ - + SDK: Write your description here.
Text after this comment will not be shown in tooltips. - \ No newline at end of file +