> On 17 Dec 2001 at 22:53, Per Mellqvist wrote:
  > By letting IDEA know the root of your
  > parallell directory hierarchy root, and agreeing to a naming
  > convention it would be easy to jump between the test class and
  > the tested class.


I also use a parallel hierarchy, with a simple convention :
   com.*      = production code
   com_test.* = unit tests
   com_AT.*   = automated Acceptance Tests


This makes me extend an often requested feature:
     "locate dead code".

I'd also like a way to 
     "locate untested code"

Then, it makes a lot of sense to wish for
     "locate production code only used by tests"


We would need to find a way to go around the problem of reflexion and servlet.

--Alain Ravet


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

Reply via email to