You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Philipp Ottlinger (JIRA)" <ji...@apache.org> on 2016/01/15 00:44:39 UTC

[jira] [Updated] (TAMAYA-134) Fix javadoc issues before releasing 0.2

     [ https://issues.apache.org/jira/browse/TAMAYA-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philipp Ottlinger updated TAMAYA-134:
-------------------------------------
    Attachment: 20160114firstBatch_TAMAYA134.diff

First batch of changes .... more will follow, maybe you can integrate them step-by-step instead of one big bang change.

Thanks

> Fix javadoc issues before releasing 0.2
> ---------------------------------------
>
>                 Key: TAMAYA-134
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-134
>             Project: Tamaya
>          Issue Type: Bug
>    Affects Versions: 0.2-incubating
>         Environment: trunk
> commit 225aabc4648f1d1e1936cf03b00576dbecfa42fe                                              Author: anatole <an...@apache.org>     
>            Reporter: Philipp Ottlinger
>            Priority: Minor
>             Fix For: 0.2-incubating
>
>         Attachments: 20160114firstBatch_TAMAYA134.diff
>
>
> There are some Javadoc issues, that should be addressed before forging a new release. Since I'm not a committer what's the best way to do that
> * github pull request?
> * patch attached to this issue?
> Seen during a mvn run after checkout:
> {code}
> [WARNING] Javadoc Warnings
> [WARNING] /tmp/incubator-tamaya/modules/server/src/main/java/org/apache/tamaya/server/spi/ScopeManager.java:67: warning: no @param for target
> [WARNING] public static ConfigOperator getScope(String scopeId, String target)
> [WARNING] ^
> [WARNING] /tmp/incubator-tamaya/modules/server/src/main/java/org/apache/tamaya/server/spi/ScopeProvider.java:38: warning: no @param for scopeId
> [WARNING] ConfigOperator getScope(String scopeId);
> [WARNING] ^
> {code}
> and many more examples.



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