Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-385

Change comment style for Java headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.1-incubating
    • None
    • None

    Description

      Current headers start have lines preceded with //, viz:

      /*
      // Licensed to the Apache Software Foundation (ASF) under one or more
      

      but more typical of Apache java projects is space asterisk, viz:

      /*
       * Licensed to the Apache Software Foundation (ASF) under one or more
      

      Some projects use

      /**
       * Licensed to the Apache Software Foundation (ASF) under one or more
      

      but in my opinion, /** is strictly for javadoc.

      We should fix so that lines in headers start with space, asterisk.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: