Hi,
I have yet another feature request which bugs me for awhile now…
It would be quite convenient to make file placement when adding a JUnit test for a class a bit smarter. Provided that a project is maven-enabled, then if the to-be-tested class was in source folder src/main/{whatever}, then the default value for the source folder of the new test would default to src/test/{whatever} if it exist, or src/test/java if that does not exist, or possibly have a radio button asking for choosing between src/test/{whatever}, src/test/java and src/main/java defaulting to the narrowest matching test folder present.
Best regards,
Robert