Skip to content

Commit 262947c

Browse files
committed
Adds recommendation for fully qualified identifier names to ShadowedDeclarationInspection
1 parent 406bbb0 commit 262947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Resources/Inspections/InspectionInfo.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
296296
<value>An empty 'Loop' block without any executable statements, leaves a maintainer wondering about the intent of the code. Avoid writing code that doesn't need to be written.</value>
297297
</data>
298298
<data name="ShadowedDeclarationInspection" xml:space="preserve">
299-
<value>Two declarations are in scope and have the same identifier name. This means that only one of them will be available to use.</value>
299+
<value>Two declarations are in scope and have the same identifier name. Consider using fully qualified identifier names, otherwise only one of them will be available to use.</value>
300300
</data>
301301
<data name="ObsoleteErrorSyntaxInspection" xml:space="preserve">
302302
<value>The 'Error' statement only exists in the language to support legacy code that required it; prefer using 'Err.Raise' instead.</value>

0 commit comments

Comments
 (0)