Hello,

Consider this

     final HttpURLConnection conn = new java.net.|


Ctrl-Space brings a list of suggestion that includes 
HttpURLConnection. Selecting this
and adding '()' results in 

  final HttpURLConnection conn = new java.net.HttpURLConnection()

IDEA marks the () with an underline red line and a message that
it "Cannot resolve method HttpURLConnection". Typing Ctrl-P does not 
help either.

Mystery..., confusion..., panic..., checking the source code 
of HttpURLConnection ...

Apparently HttpURLConnection is an abstract class.

It would be nice to get a better hint from IDEA or even not including
HttpURLConnection in the suggestion list.

Thanks,

Tal


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

Reply via email to