Skip to content

Commit bf1bb26

Browse files
committed
Obsolete work explicitly used
1 parent 6cba3a3 commit bf1bb26

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Rubberduck.Parsing/Inspections/Resources/InspectionsUI.resx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,31 +232,31 @@
232232
<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>
233233
</data>
234234
<data name="ObsoleteCallStatementInspectionName" xml:space="preserve">
235-
<value>Use of 'Call' statement</value>
235+
<value>Use of obsolete 'Call' statement</value>
236236
</data>
237237
<data name="ObsoleteCommentSyntaxInspectionMeta" xml:space="preserve">
238238
<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>
239239
</data>
240240
<data name="ObsoleteCommentSyntaxInspectionName" xml:space="preserve">
241-
<value>Use of 'Rem' statement</value>
241+
<value>Use of obsolete 'Rem' statement</value>
242242
</data>
243243
<data name="ObsoleteGlobalInspectionMeta" xml:space="preserve">
244244
<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>
245245
</data>
246246
<data name="ObsoleteGlobalInspectionName" xml:space="preserve">
247-
<value>Use of 'Global' access modifier</value>
247+
<value>Use of obsolete 'Global' access modifier</value>
248248
</data>
249249
<data name="ObsoleteLetStatementInspectionMeta" xml:space="preserve">
250250
<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>
251251
</data>
252252
<data name="ObsoleteLetStatementInspectionName" xml:space="preserve">
253-
<value>Use of explicit 'Let' statement</value>
253+
<value>Use of obsolete explicit 'Let' statement</value>
254254
</data>
255255
<data name="ObsoleteTypeHintInspectionMeta" xml:space="preserve">
256256
<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>
257257
</data>
258258
<data name="ObsoleteTypeHintInspectionName" xml:space="preserve">
259-
<value>Type hint usage</value>
259+
<value>Obsolete Type hint usage</value>
260260
</data>
261261
<data name="OptionBaseInspectionMeta" xml:space="preserve">
262262
<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>

Rubberduck.Parsing/Inspections/Resources/InspectionsUI1.Designer.cs

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)