]> Repositorios git - classgraph.git/commitdiff
Drop the "satisfies Foo" label on fam-resolves chain edges
authorJavier Sagredo <[email protected]>
Wed, 6 May 2026 22:13:09 +0000 (00:13 +0200)
committerJavier Sagredo <[email protected]>
Wed, 6 May 2026 23:51:06 +0000 (01:51 +0200)
The teal-dotted edge between a fam-instance and the matched class
instance already speaks for itself — its endpoints (and the side
panel on click) carry the same information the inline label was
trying to add. The label was just visual noise.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
data/viewer.js

index fceca61fb0555292b1e6011acf0e13eb9b8a9983..45d1fd322197a2102c18fa919066e350756d4c5e 100644 (file)
                   source: fiNodeId,
                   target: mId,
                   kind: 'fam-resolves',
-                  label: 'satisfies ' + predClassQn.qnName,
                 }});
               }
             }