diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index adc55004a48..ae6572ab022 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1414,7 +1414,7 @@ level="WEAK WARNING"/> 4 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -13,8 +13,8 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -22,8 +22,8 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -31,8 +31,8 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -40,8 +40,8 @@ 3 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -49,8 +49,8 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -58,8 +58,8 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val' @@ -67,7 +67,7 @@ 2 light_idea_test_case - Local 'var' can be declared as 'val' - Can be declared as 'val' + Local 'var' is never modified and can be declared as 'val' + Variable is never modified and can be declared immutable using 'val'