I dont know if this has been reported, but you cannot turn off Javadoc tag highlighting errors. Doing so will cause repeated Assertion errors. Leaving them on litters the vertical bar on the right with false "errors".
Seeing those little red dashes on the vertical bar is probably my favorite feature in IDEA. It's great to be able to change or comment out code and see how it affects the file as a whole. Going back to 650. This is the first time I actually had to revert to a previous version. The situation is that bad. Might I suggest that Jetbrains paste in the following comments in some of their test files to see the effect of the ongoing battle between IDEA and EJBGen. Since they're just comments, it should be harmless to their developers' build process unless they are actually using EJBGen. /** * @ejbgen:session * ejb-name = ContractSessionBean * type = Stateless * default-transaction = Required * * @ejbgen:jndi-name * remote = ContractSessionHomeJNDIName * * @ejbgen:ejb-local-ref * home = com.ebuilt.entity.ContractSearchViewLocalHome * jndi-name = ContractSearchViewHomeJNDIName * local = com.ebuilt.entity.ContractSearchViewLocal * name = ejb/ContractSearchViewHome * type = Entity */ Thought of the day....who is the QA manager that let this one slip through? :-) (And can we have something more than an inch long textbox to enter custom tags? I'd enter the EJBGen tags myself, but I suspect it might be difficult to determine what's already been entered with such a small area to work with. ) _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
