|
232 | 232 | <value>The 'Call' statement is no longer required to call procedures, and only exists in the language to support legacy code that required it; it can be safely rewritten to an implicit call.</value>
|
233 | 233 | </data>
|
234 | 234 | <data name="ObsoleteCallStatementInspectionName" xml:space="preserve">
|
235 |
| - <value>Use of 'Call' statement</value> |
| 235 | + <value>Use of obsolete 'Call' statement</value> |
236 | 236 | </data>
|
237 | 237 | <data name="ObsoleteCommentSyntaxInspectionMeta" xml:space="preserve">
|
238 | 238 | <value>The 'Rem' statement only exists in the language to support legacy code that required it; it can be safely replaced with an apostrophe / single-quote comment.</value>
|
239 | 239 | </data>
|
240 | 240 | <data name="ObsoleteCommentSyntaxInspectionName" xml:space="preserve">
|
241 |
| - <value>Use of 'Rem' statement</value> |
| 241 | + <value>Use of obsolete 'Rem' statement</value> |
242 | 242 | </data>
|
243 | 243 | <data name="ObsoleteGlobalInspectionMeta" xml:space="preserve">
|
244 | 244 | <value>The 'Global' keyword only exists in the language to support legacy code that required it; it can be safely replaced with the 'Public' modifier.</value>
|
245 | 245 | </data>
|
246 | 246 | <data name="ObsoleteGlobalInspectionName" xml:space="preserve">
|
247 |
| - <value>Use of 'Global' access modifier</value> |
| 247 | + <value>Use of obsolete 'Global' access modifier</value> |
248 | 248 | </data>
|
249 | 249 | <data name="ObsoleteLetStatementInspectionMeta" xml:space="preserve">
|
250 | 250 | <value>The 'Let' statement only exists in the language to support legacy code that required it; it can be safely removed, since modern VBA does not require that keyword for value assignments.</value>
|
251 | 251 | </data>
|
252 | 252 | <data name="ObsoleteLetStatementInspectionName" xml:space="preserve">
|
253 |
| - <value>Use of explicit 'Let' statement</value> |
| 253 | + <value>Use of obsolete explicit 'Let' statement</value> |
254 | 254 | </data>
|
255 | 255 | <data name="ObsoleteTypeHintInspectionMeta" xml:space="preserve">
|
256 | 256 | <value>Type hint characters only exist in the language to support legacy code that required it; they can be safely replaced in declarations with an "As" type clause that specifies the type explicitly, and they can be omitted in other identifier references.</value>
|
257 | 257 | </data>
|
258 | 258 | <data name="ObsoleteTypeHintInspectionName" xml:space="preserve">
|
259 |
| - <value>Type hint usage</value> |
| 259 | + <value>Obsolete Type hint usage</value> |
260 | 260 | </data>
|
261 | 261 | <data name="OptionBaseInspectionMeta" xml:space="preserve">
|
262 | 262 | <value>Arrays are typically zero-based. This option changes the default lower boundary for implicitly-sized arrays, which can introduce off-by-one errors if one isn't cautious.</value>
|
|
0 commit comments