eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

bugfix: add tooltip to display full text (e.g. Method, Class, Thread) #270

Closed yanglong1010 closed 8 months ago

yanglong1010 commented 8 months ago

hi all

Could I have a review of this patch. I would be very grateful.

If Thread /Class/Method name is truncated, now we can not see the full name. This patch adds a tooltip to display the full name.

before the patch: image

after the patch: image

This patch also fixed another bug. If dimension or filter-index(Thread/Class/Method) changed, clear the text of the Thread name input.