You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rubberduck.Resources/Inspections/InspectionInfo.resx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -404,12 +404,12 @@ If the parameter can be null, ignore this inspection result; passing a null valu
404
404
<value>The VBA compiler does not raise an error if an indexed default member call is required but the object's declared type does not have a suitable default member. Under almost all circumstances, this leads to a run-time error 91 'Object or With block variable not set' or 438 'Object doesn't support this property or method' depending on whether the object has the value 'Nothing' or not, which is harder to detect and indicates a bug.</value>
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringlytyped access to the paramterized default member of the object it is used on.</value>
407
+
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringly-typed access to the parameterized default member of the object it is used on.</value>
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringlytyped access to the paramterized default member of the object it is used on. This is especially misleading if the parameterized default member is not on the object itself and can only be reached by calling the parameterless default member first.</value>
410
+
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringly-typed access to the parameterized default member of the object it is used on. This is especially misleading if the parameterized default member is not on the object itself and can only be reached by calling the parameterless default member first.</value>
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringlytyped access to the paramterized default member of the object it is used on. This is especially misleading the default member cannot be determined at compile time.</value>
413
+
<value>Bang notation, formally known as dictionary access expression, looks like it is strongly typed. However, it is actually a stringly-typed access to the parameterized default member of the object it is used on. This is especially misleading the default member cannot be determined at compile time.</value>
0 commit comments