Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-412

Consider location of @SuppressWarnings("all") in compiled classes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.7
    • gora-compiler
    • None

    Description

      Right now we silence Javac to any potential warnings by adding the following to compiled classes

      /**
       * Autogenerated by Avro
       * 
       * DO NOT EDIT DIRECTLY
       */
      package org.apache.gora....;  
      @SuppressWarnings("all")
      ...
      

      This means that the Javadoc associated with the generated class is not interpreted correctly by clients such as Eclipse.
      I propose to either

      • remove the SupressWarnings altogether, or
      • have it generated underneath the Javadoc string.

      Any thoughts folks?

      Attachments

        Issue Links

          Activity

            People

              djkevincr Kevin Ratnasekera
              lewismc Lewis John McGibbney
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: