[
https://issues.apache.org/jira/browse/TAMAYA-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philipp Ottlinger reopened TAMAYA-134:
--------------------------------------
New problems after last commits :-)
> 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 <[email protected]>
> Reporter: Philipp Ottlinger
> Assignee: John D. Ament
> Priority: Minor
> Fix For: 0.2-incubating
>
> Attachments: 20160114firstBatch_TAMAYA134.diff,
> 20160116enhanceGitignore.diff, 20160119secondBatch_TAMAYA134.diff,
> 20160119thirdBatch_TAMAYA134.diff, 20160210TAMAYA-134.diff,
> 20160213combinedChangesSinceLastSyncTAMAYA-134.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)