jacobson3 / VI-Peek

MIT License
4 stars 3 forks source link

Tree Items Appear Blank #33

Closed jacobson3 closed 2 years ago

jacobson3 commented 2 years ago

When clicking on a dynamic dispatch VI, a class implementation may be found but for some reason the fully qualified name will be blank leading to something like this. bad The levels of the tree items follow inheritance correctly but if you look up the peek class you'll see that the qualified names are just completely blank. You can replicate this behavior by opening the "Board Testing - Benefints of Object-Oriented Design.lvproj" example and selecting "Check Image Matches Design.vi".

jacobson3 commented 2 years ago

The particular VI doesn't actually have any overrides even though it's dynamic dispatch which may be part of what's causing the issue.