You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jakub Herkel (Jira)" <ji...@apache.org> on 2020/12/21 07:10:00 UTC

[jira] [Resolved] (NETBEANS-5034) Wrong "Unexpected End Tag" javadoc warning displayed for html tag

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

Jakub Herkel resolved NETBEANS-5034.
------------------------------------
    Resolution: Fixed

> Wrong "Unexpected End Tag" javadoc warning displayed for </li> html tag
> -----------------------------------------------------------------------
>
>                 Key: NETBEANS-5034
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5034
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor
>    Affects Versions: 12.2
>            Reporter: Jakub Herkel
>            Assignee: Jakub Herkel
>            Priority: Minor
>              Labels: javadoc, pull-request-available
>         Attachments: javadoc1.png
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> With the latest 12.2 version there is a wrong javadoc hint "Unexpected End Tag : </li>"
> for this javadoc:
> {code:java}
>     /**
>      * <ul>
>      * <li>This method does great things.</li>
>      * <p>
>      * <li>Th is method does not really do anything.</li>
>      * </ul>  
>      * 
>      * @return aaa
>      */ {code}
> In the previous version Netbeans doesn't show any warning for this javadoc what I think is correct



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists