Joseph L McCay created NETBEANS-4382:
----------------------------------------

             Summary: JavaDoc Inspect and Transform doesn't work with a Generic 
class
                 Key: NETBEANS-4382
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4382
             Project: NetBeans
          Issue Type: Bug
          Components: java - Javadoc, java - Refactoring
    Affects Versions: 11.0
         Environment: NetBEans 11 (Build 
incubator-netbeans-release-404-on-20190319)
Java 8
            Reporter: Joseph L McCay


 
{code:java}
public abstract class MyClass<E extends Throwable> {    
    /**
     * The saved exception (if any)
     */
    private E savedException = null;    

    /**
     * Work to be done
     * @throws E
     */
    public abstract void doWork() 
            throws E;
}

{code}
NetBeans continuously labels doWork as missing the parameter "@throws E".  
Running the inspect and transform will keep adding "@throws E" and still say it 
is missing.

 



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

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

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

Reply via email to