Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8294470

Remove ResizeFeaturesBase public constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • jfx20
    • javafx
    • None

      Let's make the ResizeFeaturesBase constructor package scope, which would remove it from the public API. There seems to be no good reason for the constructor to be public, since we really don't want to allow arbitrary subclassing.

      This suggests that we might want to file a bug to deprecate the constructor for removal in 20 and remove it (i.e., make it package scope) in 21.

      This ticket is for making the constructor package protected.
      This comes from work done for alternative column resize policy JDK-8293119.

            angorya Andy Goryachev
            angorya Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: