https://bz.apache.org/bugzilla/show_bug.cgi?id=64286
Vladimir Sitnikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Vladimir Sitnikov <[email protected]> --- Why do you think it is JMeter bug? I'm inclined that it is jmeter-plugins-manager bug. What it does it requests CheckBox.icon from UIDefaults, however, the icon is not there. Note: there's no specification that requires the value to be there. https://github.com/undera/jmeter-plugins-manager/blob/d801d8b8d8b7e7d31c8d55203f95b1702b93ec69/src/main/java/org/jmeterplugins/repository/CheckBoxList.java#L31 So jmeter-plugins-manager should add a null check (or remove the use of CheckBox.icon completely). I've filed https://github.com/weisJ/darklaf/issues/125 so Darklaf could consider adding CheckBox.icon property. -- You are receiving this mail because: You are the assignee for the bug.
