diff --git a/packages/SwaLint-PlugIns.package/.squot-contents b/packages/SwaLint-PlugIns.package/.squot-contents index 239ddeb..c4e86b5 100644 --- a/packages/SwaLint-PlugIns.package/.squot-contents +++ b/packages/SwaLint-PlugIns.package/.squot-contents @@ -1,5 +1,6 @@ SquotTrackedObjectMetadata { #objectClassName : #PackageInfo, + #id : UUID [ '1209d9801bc041d881f8d5d262251998' ], #objectsReplacedByNames : true, #serializer : #SquotCypressCodeSerializer } \ No newline at end of file diff --git a/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/instance/methodIsPrivate..st b/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/instance/methodIsPrivate..st index 708a64c..c18530d 100644 --- a/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/instance/methodIsPrivate..st +++ b/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/instance/methodIsPrivate..st @@ -8,4 +8,4 @@ methodIsPrivate: aCompiledMethod ^ (selector beginsWith: '_') or: [ (selector beginsWith: 'pvt') or: [ - category includesSubString: 'private']] \ No newline at end of file + category includesSubstring: 'private']] \ No newline at end of file diff --git a/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/methodProperties.json b/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/methodProperties.json index 6889721..cf9a39b 100644 --- a/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/methodProperties.json +++ b/packages/SwaLint-PlugIns.package/SLMiscPlugIn.class/methodProperties.json @@ -21,7 +21,7 @@ "isSetter:" : "JTM 5/27/2015 11:15", "methodCallers:" : "JTM 5/27/2015 11:15", "methodIsGetter:" : "JTM 5/27/2015 11:14", - "methodIsPrivate:" : "JTM 5/27/2015 11:14", + "methodIsPrivate:" : "ct 12/9/2024 23:52", "methodIsSetter:" : "JTM 5/27/2015 11:14", "methodWidth:" : "JTM 5/27/2015 11:16", "miscTest:" : "AT 5/8/2008 09:38",