Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-7284

Correct and add Javadoc to the push server

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      I know about the fact that currently the project is under development. But I would appreciate if we could properly add Javadocs to the push server.

      For example here we should add @param annotation of Javadocs doesn't make too much sense:

      /**
       * Logical construct which matches a mobile app in the appstore. 
       */
      public interface MobileVariant {
      
          /**
           * The name of the variant (e.g. the name of the matching App in the Appstore) 
           */
          void setName(final String name);
      
          String getName();
      
          /**
           * Some description of the app.
           */
          void setDescription(final String description);
      
          String getDescription();
      

      Some classes like AndroidVariantDao, iOSVariantDao, GenericDao, APNsCache, GCMCache don't have Javadoc

      This is important to newcomers like me. I don't want to file a jira to each Javadoc missing, for this reason I'm just creating this one as a reminder

            Unassigned Unassigned
            boliveir_managed_kafka_security (inactive user) Bruno Oliveira Silva (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: