Totally offtopic to JDE but related to emacs and Java:
Can someone point me to something that would allow me to toggle between the source and unit test for a class, if my directory structure is usually something like:
src
com
mycompany
foo
Bar.java
test
com
mycompany
foo
BarTest.java
…and my tests always end in 'Test.java'?
Just wondering if someone has done this or something similar. If found an elisp snippet for C to header, but that assumes the same dir and I'm not elisp literate enough to determine how best to mod the code.
Thanks,
James
