You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/03 04:26:49 UTC

[jira] [Commented] (ARTEMIS-129) Fill package-info.java with meaninful information, or kill them

    [ https://issues.apache.org/jira/browse/ARTEMIS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14570158#comment-14570158 ] 

ASF GitHub Bot commented on ARTEMIS-129:
----------------------------------------

GitHub user thiagokronig opened a pull request:

    https://github.com/apache/activemq-artemis/pull/11

    ARTEMIS-129 License header should be a normal comment

    To reproduce this commit, apply the following replace regex rule:
    
        search regex: /\*\*\n \* Licensed
        replace: /\*\n \* Licensed
    
    Only .java and the following files should be modified:
    
        artemis-selector/src/main/javacc/HyphenatedParser.jj
        artemis-selector/src/main/javacc/StrictParser.jj
        artemis-website/src/main/resources/styles/impact/css/pygmentize.css
        artemis-website/src/main/resources/styles/impact/css/site.css

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/thiagokronig/activemq-artemis-1 artemis-129

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/11.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11
    
----
commit 0efcb2e731d962061b0f1c7d6e8741b5c995caf3
Author: Thiago Kronig <th...@gmail.com>
Date:   2015-06-03T02:14:08Z

    ARTEMIS-129 License header should be a normal comment
    
    To reproduce this commit, apply a replace regex rule using:
    
        search regex: /\*\*\n \* Licensed
        replace: /\*\n \* Licensed
    
    Only .java and the following files should be modified:
    
        artemis-selector/src/main/javacc/HyphenatedParser.jj
        artemis-selector/src/main/javacc/StrictParser.jj
        artemis-website/src/main/resources/styles/impact/css/pygmentize.css
        artemis-website/src/main/resources/styles/impact/css/site.css

----


> Fill package-info.java with meaninful information, or kill them
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-129
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-129
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>    Affects Versions: 1.0.0
>            Reporter: clebert suconic
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> we should either fill package-info.java with meaninful information, or just kill them.
> Right now they all just show the license header for every pacakge we have on the compiled javadoc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)