Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-509

Use targeted derived NamedFactory(ies) for the various generic parameters

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • None

    Description

      E.g.

      public interface ChannelFactory extends NamedFactory<Channel> {
      ...
      }

      as this makes the code more readable and easier to navigate - e.g., easy to find all NamedFactory<Channel>. Note: the internal code will still use the generic _NamedFactory<T> interface, but implementations will use the "extended" interface. E.g.

      public class ChannelSessionFactory implements ChannelFactory {
      }

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            lgoldstein Lyor Goldstein
            lgoldstein Lyor Goldstein
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment