<div dir="ltr">Hi, <div> I did not have the time to fix it, that is why I'm reporting it. </div><div> If you create a class like this:</div><div>Object subclass: #ISW1-2do-Project'<br>        instanceVariableNames: ''<br>     classVariableNames: ''<br>        poolDictionaries: ''<br>  category: 'ISW'</div><div><br></div><div>Implement a message in that class, let say #m1.</div><div>File out the class or class category</div><div>Remove the class or class category</div><div>File in the file </div><div>The class is created but when filing in its method, fails.</div><div>Here is the fileout: </div><div><br></div><div>!classDefinition: #'ISW1-2do-Project' category: #ISW!<br>Object subclass: #'ISW1-2do-Project'<br> instanceVariableNames: ''<br>     classVariableNames: ''<br>        poolDictionaries: ''<br>  category: 'ISW'!<br><br>!ISW1-2do-Project methodsFor: 'as yet unclassified' stamp: 'HAW 7/10/2024 11:12:11'!<br>m1<br><br>! !<br></div><div><br></div><div>The problem is that the name of the class for the method is ISW1-2do-Project instead of #'ISW1-2do-Project' and therefore it is not recognized as a symbol.</div><div><br></div><div>Cheers!</div><div>Hernan. </div><div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="font-size:small"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span style="font-size:small"><font size="2"><span style="font-weight:normal"><span style="font-weight:bold">Hernán Wilkinson</span><br>Agile Software Development, Teaching & Coaching</span></font></span></span></strong></span></div><div style="font-size:12.8px"><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span style="font-size:small"><font size="2"><span style="font-weight:normal">Phone: +54-011</span></font></span></span></strong></span><font face="tahoma, sans-serif" size="2">-4893-2057</font></div><div style="font-size:12.8px"><strong style="font-family:tahoma,sans-serif;font-size:xx-small"><span style="font-size:8pt"><span style="font-size:small"><font size="2"><span style="font-weight:normal">Twitter: @HernanWilkinson</span></font></span></span></strong></div><div style="font-size:12.8px"><span style="font-family:tahoma,sans-serif;font-size:xx-small;border-collapse:collapse"><strong><span style="font-size:8pt"><span style="font-size:small"><font size="2"><span style="font-weight:normal">site: <a href="http://www.10pines.com/" style="color:rgb(17,65,112)" target="_blank">http://www.10Pines.com</a></span></font></span></span></strong></span></div><div style="font-size:12.8px"><font face="tahoma, sans-serif"><span style="border-collapse:collapse">Address: Alem 896</span></font>, Floor 6, Buenos Aires, Argentina</div></div></div></div></div></div></div></div></div></div>