Skip to content

Commit

Permalink
extended reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Apr 21, 2021
1 parent c4980c9 commit d7e914e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Rubberduck.Resources/Inspections/InspectionInfo.resx
Expand Up @@ -446,7 +446,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
<value>Implicit references to workbook members inside a workbook document module can be mistaken for implicit references to the active workbook, which is the behavior in all other modules. By explicitly qualifying these member calls with Me, the ambiguity can be resolved. If the intent was to refer to the active workbook, qualify with 'ActiveWorkbook' to prevent a bug.</value>
</data>
<data name="ImplicitContainingWorksheetReferenceInspection" xml:space="preserve">
<value>Implicit references to worksheet members inside a worksheet document module can be mistaken for implicit references to the active worksheet, which is the behavior in all other modules. By explicitly qualifying these member calls with Me, the ambiguity can be resolved.</value>
<value>Implicit references to worksheet members inside a worksheet document module can be mistaken for implicit references to the active worksheet, which is the behavior in all other modules. By explicitly qualifying these member calls with Me, the ambiguity can be resolved. If the intent is to refer to the active worksheet, qualify with 'ActiveSheet' to prevent a bug.</value>
</data>
<data name="MisleadingByRefParameterInspection" xml:space="preserve">
<value>The last parameter (the 'Value' parameter) of property mutators (Let/Set) are always passed ByVal. This is true regardless of the presence or absence of a ByRef or ByVal modifier. Exception: A UserDefinedType must always be passed ByRef even when it is the last parameter of a property mutator.</value>
Expand Down

0 comments on commit d7e914e

Please sign in to comment.