Cool

On Nov 12, 2016 10:54 PM, "Edward Capriolo" <[email protected]> wrote:

> I fixed thia already forgot to close
>
> On Saturday, November 12, 2016, Chandresh Pancholi (JIRA) <[email protected]
> >
> wrote:
>
> >
> >     [ https://issues.apache.org/jira/browse/GOSSIP-32?page=
> > com.atlassian.jira.plugin.system.issuetabpanels:comment-
> > tabpanel&focusedCommentId=15659630#comment-15659630 ]
> >
> > Chandresh Pancholi commented on GOSSIP-32:
> > ------------------------------------------
> >
> > What are the steps to reproduce? i will look into it.
> >
> >
> > > bad Java Doc prevents release
> > > ------------------------------
> > >
> > >                 Key: GOSSIP-32
> > >                 URL: https://issues.apache.org/jira/browse/GOSSIP-32
> > >             Project: Gossip
> > >          Issue Type: Bug
> > >            Reporter: Edward Capriolo
> > >
> > > {noformat}
> > > [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:
> > maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on project gossip:
> > MavenReportException: Error while generating Javadoc:
> > > [INFO] [ERROR] Exit code: 1 - /home/edward/Documents/java/
> > incubator-gossip/src/main/java/org/apache/gossip/GossipMember.java:75:
> > warning: no @return
> > > [INFO] [ERROR] public String getAddress() {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipMember.java:54: warning: no @param for
> > clusterName
> > > [INFO] [ERROR] public GossipMember(String clusterName, URI uri, String
> > id, long heartbeat) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:87: error: bad use of '>'
> > > [INFO] [ERROR] * Gossip data in a namespace that is per-node { node-id
> {
> > key->value } }
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:88: warning: no description
> for
> > @param
> > > [INFO] [ERROR] * @param message
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:96: warning: no description
> for
> > @param
> > > [INFO] [ERROR] * @param nodeId
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:97: warning: no description
> for
> > @param
> > > [INFO] [ERROR] * @param key
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:106: warning: no description
> > for @param
> > > [INFO] [ERROR] * @param message
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:115: warning: no description
> > for @return
> > > [INFO] [ERROR] * @return
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:44: warning: no description
> for
> > @throws
> > > [INFO] [ERROR] * @throws InterruptedException
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:45: warning: no description
> for
> > @throws
> > > [INFO] [ERROR] * @throws UnknownHostException
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:47: warning: no @param for
> > startupSettings
> > > [INFO] [ERROR] public GossipService(StartupSettings startupSettings)
> > throws InterruptedException,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:57: warning: no description
> for
> > @throws
> > > [INFO] [ERROR] * @throws InterruptedException
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:58: warning: no description
> for
> > @throws
> > > [INFO] [ERROR] * @throws UnknownHostException
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for
> > cluster
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for uri
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for id
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for
> > gossipMembers
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for
> > settings
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipService.java:60: warning: no @param for
> > listener
> > > [INFO] [ERROR] public GossipService(String cluster, URI uri, String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipTimeoutTimer.java:43: warning: no
> > description for @param
> > > [INFO] [ERROR] * @param notificationListener
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/GossipTimeoutTimer.java:44: warning: no
> > description for @param
> > > [INFO] [ERROR] * @param member
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/LocalGossipMember.java:39: warning: no
> description
> > for @param
> > > [INFO] [ERROR] * @param id
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/LocalGossipMember.java:42: warning: no
> description
> > for @param
> > > [INFO] [ERROR] * @param notificationListener
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/LocalGossipMember.java:46: warning: no @param for
> > clusterName
> > > [INFO] [ERROR] public LocalGossipMember(String clusterName, URI uri,
> > String id,
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/RemoteGossipMember.java:38: warning: no @param
> for
> > clusterName
> > > [INFO] [ERROR] public RemoteGossipMember(String clusterName, URI uri,
> > String id, long heartbeat) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/RemoteGossipMember.java:38: warning: no @param
> for
> > id
> > > [INFO] [ERROR] public RemoteGossipMember(String clusterName, URI uri,
> > String id, long heartbeat) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/StartupSettings.java:161: warning: no description
> > for @throws
> > > [INFO] [ERROR] * @throws URISyntaxException
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/StartupSettings.java:86: warning: no @param for
> > gossipSettings
> > > [INFO] [ERROR] public StartupSettings(String id, URI uri,
> GossipSettings
> > gossipSettings, String cluster) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/StartupSettings.java:86: warning: no @param for
> > cluster
> > > [INFO] [ERROR] public StartupSettings(String id, URI uri,
> GossipSettings
> > gossipSettings, String cluster) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/StartupSettings.java:66: warning: no @param for
> > cluster
> > > [INFO] [ERROR] public StartupSettings(String id, URI uri, int logLevel,
> > String cluster) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/manager/ActiveGossipThread.java:159: warning: no
> > @param for me
> > > [INFO] [ERROR] protected void sendMembershipList(LocalGossipMember me,
> > List<LocalGossipMember> memberList) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/manager/ActiveGossipThread.java:159: warning: no
> > @param for memberList
> > > [INFO] [ERROR] protected void sendMembershipList(LocalGossipMember me,
> > List<LocalGossipMember> memberList) {
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/manager/GossipCore.java:250: warning: no
> > description for @param
> > > [INFO] [ERROR] * @param gossipManager
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/manager/GossipCore.java:251: warning: no
> > description for @param
> > > [INFO] [ERROR] * @param senderMember
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR] /home/edward/Documents/java/incubator-gossip/src/main/
> > java/org/apache/gossip/examples/GossipExample.java:43: warning: no
> > description for @param
> > > [INFO] [ERROR] * @param args
> > > [INFO] [ERROR] ^
> > > [INFO] [ERROR]
> > > [INFO] [ERROR] Command line was: /usr/java/jdk1.8.0_73/jre/../
> bin/javadoc
> > @options @packages
> > > [INFO] [ERROR]
> > > [INFO] [ERROR] Refer to the generated Javadoc files in
> > '/home/edward/Documents/java/incubator-gossip/target/apidocs' dir.
> > > [INFO] [ERROR] -> [Help 1]
> > > [INFO] [ERROR]
> > > [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven
> > with the -e switch.
> > > [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug
> > logging.
> > > [INFO] [ERROR]
> > > [INFO] [ERROR] For more information about the errors and possible
> > solutions, please read the following articles:
> > > [INFO] [ERROR] [Help 1] http://cwiki.apache.org/
> > confluence/display/MAVEN/MojoExecutionException
> > > {noformat}
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
> >
>
>
> --
> Sorry this was sent from mobile. Will do less grammar and spell check than
> usual.
>

Reply via email to