Manuscript (Case [Issue]22758) Crosscutting and Misc - Uncategorized classes should be tagged correctly

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22758) Crosscutting and Misc - Uncategorized classes should be tagged correctly

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Crosscutting and Misc: 1. Pharo Image  •  You are subscribed to this case
|uncategorizedClasses packagesToFix|
uncategorizedClasses := OrderedCollection new.
packagesToFix := Set new.
Object allSubclassesDo: [:cls |
(cls category = cls package name)
ifFalse: [ uncategorizedClasses add: cls.
packagesToFix add: cls package name.
]].
packagesToFix inspect

we have this in 261 packages in Pharo 7.0.0
Build information: Pharo-7.0.0+rc1.build.34.sha.ab528ddbee4c39cf2e4c2111184d21fbf217bc82 (64 Bit)
Priority Priority: 4 – Would be nice Status Status: Work Needed
Assigned To Assigned to: Torsten Bergmann Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker