Would it be possible that the IDEA-generated code for implementing an
interface also contain javadoc with the @see tag. For example, instead
of generating :

    public int getResponseCode() throws IOException
    {
    }

IDEA would generate :

    /**
     * @see java.net.HttpURLConnection#getResponseCode()
     */
    public int getResponseCode() throws IOException
    {
    }

That would be real nice ! When you're implementing an interface that has
50 methods (like HttpURLConnection) and you're also using checkstyle to
verify your code style, it is a real pain and IDEA could help a lot here
!

Thanks
-Vincent



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to