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/11/17 14:12:00 UTC

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

Jakub Herkel created NETBEANS-5034:
--------------------------------------

             Summary: 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
         Attachments: javadoc1.png

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