SzatmariA / CharmFL-dev

CharmFL, a fault localization tool for the PyCharm IDE
Apache License 2.0
0 stars 0 forks source link

Fixed the bug when the component label is possibly null #51

Closed SamuraiSnail closed 1 year ago

SamuraiSnail commented 1 year ago

In some cases there is a chance that the label got a null as parameter, thus the repaint in the JLabel removes the label object. Here is the fix what replaces null value with a default "Component" string in these cases.