You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/08/25 00:48:57 UTC

[jira] [Created] (OPTIQ-385) Change comment style for Java headers

Julian Hyde created OPTIQ-385:
---------------------------------

             Summary: Change comment style for Java headers
                 Key: OPTIQ-385
                 URL: https://issues.apache.org/jira/browse/OPTIQ-385
             Project: Optiq
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


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

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

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

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

Some projects use

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

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

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)