> From: Thomas Singer <[EMAIL PROTECTED]> > Subject: Re: [Eap-list] Req: Code inspection: undocumented > method/class/field
> > At 09:17 28.03.02 +0100, you wrote: >>Hi, >> >> I would suggest a new code inspection that looks for >> undocumented methods, classes or fields in the project. >> When found, it might offer to create a >> template like the one IDEA creates when you write /**[Return]. > +1 for finding them (customizable whether private and > package level > methods must have one) > -1000 for creating a template (again and again ...) Maybe there's a misunderstanding here. I did not mean IDEA to automatically create a template for every undocumented member but rather offer to create one. When you check for methods than can be made less accessible IDEA offers you to do this in the code inspection window. It could do the same for undocumented members. Christian _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
