GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Class Hierarchy doesn't display if the "class" radio button is selected. #92

Closed JupiterJones closed 5 months ago

JupiterJones commented 6 months ago

When browsing class methods ie. the "class" radio button is selected, and you click the "Hierarchy" tab to view the class hierarchy, it doesn't display. Change back to browsing "instance" methods, and it works again.

ericwinger commented 5 months ago

After building the hierarchy, the class was supposed to be selected in the tree but wasn't because the equality test failed. Equality is based, in part, on the meta-ness of the class.