Jin Xu created MJAVADOC-662:
-------------------------------

             Summary: find a bug when generating static fields' javadoc.
                 Key: MJAVADOC-662
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-662
             Project: Maven Javadoc Plugin
          Issue Type: Bug
          Components: fix
            Reporter: Jin Xu


{code:java}
    protected static final int MultiTime = 1 << 4;
{code}
will become 

{code:java}
    /** Constant <code>MultiTime=1 << 4</code> */
    protected static final int MultiTime = 1 << 4;
{code}

after calling fix operation.

And notice that the << in the doc is NOT allowed by html, should use &lt&lt 
instead.

I think I can fix it, but I'm too tired today, tomorrow I will see if I can get 
some time for the fix.



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

Reply via email to