You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (JIRA)" <ji...@apache.org> on 2018/01/22 12:59:02 UTC

[jira] [Commented] (IGNITE-7488) fix javadoc and license check failures introduced per IGNITE-7284

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

Stanislav Lukyanov commented on IGNITE-7488:
--------------------------------------------

@implSpec is a tag introduced in Java 8. It supposed to be present in all `default` methods specifying the part of the method contract that is not inherited by overriding methods.

Need to check why Ignite's Javadoc build doesn't allow Java 8's tags, fix the build and restore the tags.

> fix javadoc and license check failures introduced per IGNITE-7284
> -----------------------------------------------------------------
>
>                 Key: IGNITE-7488
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7488
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Oleg Ignatenko
>            Assignee: Stanislav Lukyanov
>            Priority: Major
>
> fix javadoc and license check failures introduced per IGNITE-7284. One example is:
> {noformat}
> [15:22:32][Step 7/7] [WARNING] Javadoc Warnings
> [15:22:32][Step 7/7] [WARNING] /data/teamcity/work/bd85361428dcdb1/modules/core/src/main/java/org/apache/ignite/IgniteLogger.java:97: warning - @implSpec is an unknown tag.
> [15:22:32][Step 7/7] [WARNING] /data/teamcity/work/bd85361428dcdb1/modules/core/src/main/java/org/apache/ignite/IgniteLogger.java:117: warning - @implSpec is an unknown tag.
> [15:22:32][Step 7/7] [WARNING] /data/teamcity/work/bd85361428dcdb1/modules/core/src/main/java/org/apache/ignite/IgniteLogger.java:137: warning - @implSpec is an unknown tag.
> [15:22:32][Step 7/7] [WARNING] /data/teamcity/work/bd85361428dcdb1/modules/core/src/main/java/org/apache/ignite/IgniteLogger.java:168: warning - @implSpec is an unknown tag.
> [15:22:32][Step 7/7] [WARNING] /data/teamcity/work/bd85361428dcdb1/modules/core/src/main/java/org/apache/ignite/IgniteLogger.java:199: warning - @implSpec is an unknown tag. {noformat}
> and there may be others. Link for Teamcity task to verify that there are no violations: https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_LicensesJavadoc



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)