I really love the EJB support in #633.

I admire the way it follows the EJB spec.
It reports missing CreateException declaration of ejbCreate().  
When I type 'java.io.File', IDEA says that Usage of 'java.io.File' 
is not allowed in EJB. :-)

Checking return value type of create() in Home interface is very
useful for me because I apply 'copy class' to an existing EJB
interface when I make a new EJB. I always found the type errors
in deployment time since I forgot to change the return type. 
So, this is what I've been wanted.

BTW, could you add following features to the EJB support?

* RemoteException check in remote interfaces (red if not exist).
* Serializable check for value objects (yellow if not serializable)
* Return value type check in remote, local interface methods (difficult?)

Now I can't imagine EJB development without IDEA.

Best Regards,
Miki
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to