Cast to DefaultButtonModel to access getGroup() is unnecessary

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P3
    • tbd
    • Affects Version/s: 10, 11, 17
    • Component/s: client-libs

      As of JDK-8182577, ButtonModel interface has the method getGroup(). Previously, whenever getGroup() was needed, the model object required casting to DefaultButtonModel.

      There are a couple of places where model object is cast to DefaultButtonModel before calling getGroup() method.

      BasicButtonUI.ButtonGroupInfo.getButtonGroupInfo() (lines 717-719):
                  ButtonModel model = activeBtn.getModel();
                  if (!(model instanceof DefaultButtonModel))
                      return false;

            Assignee:
            Alexey Ivanov
            Reporter:
            Alexey Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: