Community
Participate
Working Groups
The setting under Java/Code Style/Code Templates/New Java File should be respected. Version: 3.1.0 Build id: 200410050800 @@ import junit.framework.TestCase; /* * Created on 09.10.2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author Sebastian Davids * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class ATest extends TestCase { } @@ Should be: @@ /* * Created on 09.10.2004 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ import junit.framework.TestCase; /** * @author Sebastian Davids * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class ATest extends TestCase { }
Moving back to the JDT/UI inbox
*** This bug has been marked as a duplicate of 130889 ***